સોળ વર્ષ પહેલાં બાબુ રવીન્દ્રનાથ ઠાકુરે અવાજ ઉઠાવેલો કે રાજદ્વારી રમતો ને પ્રપંચો મૂકી દો. દેશનાયકો, ગામડાં સજીવન કરો, ઠેર ઠેર મેળા ભરો, ઉજાણીઓ કરો,રામાયણ-મહાભારતનો રસ પાવા માંડો. જન્મભૂમિ આજે નાની નાની નદીઓને કિનારે ઊભી ઊભી ગારાનાં ઝૂંપડામાં જૂથની અંદરથી ડોકિયાં કરતી કરતી નાસેલાં સંતાનોને બોલાવે છે. એ સાદ કોઈ સાંભળે છે કે?
Kiran Chauhan
Technology, Politics, and Folk Literature
એ સાદ કોઈ સાંભળે છે કે?
Feb 9, 2023Learning Nest Pt. 3
Feb 8, 2023The 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
Feb 5, 2023Following 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
Jan 23, 2023Rust 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
Jan 22, 2023Today, 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
Jan 19, 2023Nest 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
Jan 16, 2023Today, I learn that we should use int* x
to define a pointer variable than int *x
. Why?
One-to-one Meeting
Jan 11, 2023Sharing with you some meeting advice that I find useful and learn from others.
સવારામ બાપા રચિત તિથિ અથવા ગગન ગઢ રમવા હાલો
Dec 31, 2022ક્યાંક સનમાનમાં ચરણ વંદન કરે, ક્યાંક સનમાનમાં વેદવાણી.
MERN: Workshop - Before We Start
Jan 7, 2020JavaScript delenda est — Comment from HN