Kiran Chauhan

Cogito, ergo sum

Learning Rails Pt. 1

Go ahead and create a new Rails application using the following command.

Go: Get Started Pt. 1

Create a new folder with iconic as the folder name.

Learning Nest Pt. 3

The obvious next step is to create the hello, world application in Nest. Run the following command to create the hello, world application using Nest CLI.

Learning Nest Pt. 2

Following command will install the Nest CLI. This CLI will help us to scaffold the Nest application and provide the toolchain to do many other important things with Nest application. We’ll cover most of the toolchain functionalities in future.

Learning Rust Pt. 1

Rust is the system programming language that run blazingly fast, prevent segfaults, and guarantees thread safety. In other words, Rust is designed for the speed, safety, and concurrency. But, nowadays developers are crazy and use language other than it was originally intended for.

TIL: typedef is not recommanded with struct in C

Today, I learn that typedef with struct trick give you a way to use structure tag like normal type. But, it is not suggested as mentioned in Linux kernel coding style document except few scenarios.

Learning Nest Pt. 1

Nest is the Node framework. It is built on top of Express. You can build Microservices, REST APIs, GraphQL APIs, real-time apps and more.

TIL: Recommended Way to Define Pointer Variables in C

Today, I learn that we should use int* x to define a pointer variable than int *x. Why?

One-to-one Meeting

Sharing with you some meeting advice that I find useful and learn from others.

MERN: Workshop - Before We Start

JavaScript delenda est — Comment from HN