Technology, Politics, and Folk Literature

Code Reading: Express.js

Following are the list of the points that I find interesting while reading Express code.

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.

Article Worth of Content

I recently read a few books. After completing these books, I felt that the author is stretching the content by repeating the same idea again and again with different words, examples, and angles. What could have been covered in a concise article (or 4-5 pages) was extended into a full-length book. I noticed a similar pattern when reviewing an online course.

Learning Rails Pt. 2

Open the http://localhost:3000/about in the web browser. Obviously, you get the No route matches [GET] "/about" error. Because, this route doesn’t exist.

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.