Learning Rails Pt. 1
Go ahead and create a new Rails application using the following command.
Cogito, ergo sum
Go ahead and create a new Rails application using the following command.
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.
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.
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.
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.
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.
Today, I learn that we should use int* x to define a pointer variable than int *x. Why?
Sharing with you some meeting advice that I find useful and learn from others.