This post was first published on my blog. You can read it at this link for a focused and better reading experience.This article is also available in Persian here.
About this post
In this po...
In modern Node.js and Next.js applications, robust logging is essential for more than just debugging – it's key to maintaining healthy, high-performing production systems. Proper logs allow you to q...
Streams in NodeJS are very effective way to send data from a source (or a network) to your browser bit-by-bit (or lets say chunks).What does this mean?
Suppose you have two buckets, bucket A is filled...
Hi! I’m Sarah.I am a self-taught programmer with a passion for where math meets programming.This blog post represents a talk I gave at the inaugural Tech Talk Augusta.As an introduction to my talks,...
find_by() returns a single instance, not an array.Movie.find_by(id:3).title will return the title of the movie with id 3. if the id doesnt exist, it returns "nil".find() also returns a single instance...
Hello Everyone
yesterday I have gone through the oracle basic and today I revised the basics of the JavaScript.
and I gone through the types of operators, function , conditional statements
And I st...