Kiran Chauhan

Cogito, ergo sum

GTK4 Pt. 1

This is the first article in the series of articles where we are going to learn GTK4 or GTK to build the desktop applications for the GNU/Linux systems. In order to follow this sereis, you need to install couple of software (and few more along the way).

Hello World App in Qt 6.x

In this article, we are going to build a simple hello world application using Qt.

Getting Started with Qt 6.x

In this article, we are going to install Qt and create the sample Qt application on a GNU/Linux Debian system.

Redux

Redux is the state management library.

this in JavaScript

JavaScript object is a powerful data structure that contains both data and methods. Consider the following example.

Sails Tutorial — Chapter 3

This is the third article in the series. You can read the second one at this link.

Sails Tutorial — Chapter 2

This is the second article in the series. You can read the first one at this link.

Sails Tutorial — Chapter 1

We are going to build the sample Sails.js or Sails application from the scratch with some unusual steps (for learning). We will end up with a small, functional CRM application.. Without further ado, let’s get started.