Well shoot. Obviously not right. From here on I'll walk you through my little journey in building a code editor using Node.js Electron, Html and CSS. It was shockingly fun. Working with Electron I have worked with Electron before but it was very basic attempt so this time because I wanted to explore desktop applications … Continue reading Why every programmer should build a code editor
Category: Frameworks
Web development with the Python Django Framework
In this tutorial we look at how we can create web apps using the Django framework. We go through alot of different topics in this tutorial including routing, models and authentication.
An introduction to Symfony a PHP web development framework
In this tutorial we look at the PHP symfony framework and how we can use it to build web applications. To learn more about symfony check out their site here. Some of the topics looked at are Installation Symfony Creating Controllers and Models Working with the database and entities Migrations and console operations Working with … Continue reading An introduction to Symfony a PHP web development framework
A Beginners Guide to Restful API using Nodejs Express Framework
In this tutorial, we’ll be building a RESTful CRUD (Create, Retrieve, Update, Delete) API with Node.js, Express and MongoDB. We’ll use Mongoose for interacting with the MongoDB instance. Some topics for this tutorial are listed below Hello World ProgramDefining a model in mongooseDefining routes using expressWriting controller functionsTesting our api Check out the full tutorial … Continue reading A Beginners Guide to Restful API using Nodejs Express Framework
Yii 1.1 Tutorial for beginners and Programmers
This tutorial is an introduction to the Yii MVC framework. We use version 1.1 and go through some of its great features. Some of the topics that I reviewed in this tutorial are listed below Installing the frameworkRunning a webserverDirectory StructureCreating a hello world applicationRouting and UrlsControllers and ViewsModels, Databases and MigrationsThe Gii Tool for … Continue reading Yii 1.1 Tutorial for beginners and Programmers
Working with jsx and components in React – A beginners guide
I finally got around to working with React a UI framework that I was always curious about. This blog post describes me playing around with it. It's meant to be unofficial so don't quote me on any of this stuff.
Creating a hello world web app with angular.
Angular helps you build modern applications for the web, mobile, or desktop. In this tutorial we create a common hello world app using angular. You will learn the basics of angular.
Introduction to Bulma a CSS framework.
Bulma describes itself has a free, open source CSS framework based on Flexbox and used by more than 150,000 developers. In this tutorial I work with some of the elements and components that we can use in Bulma to create web pages.
Creating a web application using Python and the Django Web Framework.
Django is a really cool web development framework for python. It does remind me of Java web development though in that it does a lot for you that you can't see. Working with Django was really fun and once you get the hang of it, you feel like programming more because its so intuitive. You … Continue reading Creating a web application using Python and the Django Web Framework.
Building web applications using PHP and the Laravel Framework.
Laravel describes itself as the the PHP Framework for Web Artisans. For this tutorial I created a mini shop using a bootstrap template of course. With Laravel I implemented CRUD operations and user authentication. Laravel is a pretty cool framework and its not hard to understand the flow. There are different major versions and the … Continue reading Building web applications using PHP and the Laravel Framework.