Skip to content
Technology Guides, Tutorials and Travels

Technology Guides, Tutorials and Travels

  • A Comprehensive Node.js Tutorial on Working with Dates

    A Comprehensive Node.js Tutorial on Working with Dates

    February 18, 2023
    node.js, tutorials
    Sebastian

    Introduction Dates are an important part of any application, and Node.js provides a number of ways to work with them. This tutorial will cover the basics of working with dates in Node.js, including how to read, modify, and handle dates. We’ll also look at some…

    Read more

    dates, formatting, handle, modify, nodejs, read, timezones, tutorial

  • How to Check for Null, Undefined, or Blank Variables in JavaScript

    How to Check for Null, Undefined, or Blank Variables in JavaScript

    February 18, 2023
    javascript, programming
    Sebastian

    Introduction JavaScript is a powerful scripting language used to create dynamic webpages and applications. It is important to understand how to check for null, undefined, or blank variables in JavaScript in order to ensure that your code is running correctly. In this article, we will…

    Read more

    blank variables, check for variables, javascript, null, undefined

  • How to Pass Command Line Arguments to a Node.js Program

    How to Pass Command Line Arguments to a Node.js Program

    February 18, 2023
    node.js, programming
    Sebastian

    Introduction Node.js is a powerful JavaScript runtime environment that allows developers to create server-side applications. It is often used to create web applications, but it can also be used to create command line applications. One of the most useful features of Node.js is the ability…

    Read more

    command line arguments, javascript, node.js, programming

  • A Detailed Guide to Store Objects in HTML5 localStorage and Alternatives

    A Detailed Guide to Store Objects in HTML5 localStorage and Alternatives

    February 18, 2023
    html5, storage, Web Development
    Sebastian

    Introduction HTML5 localStorage is a powerful tool for storing data on the client side. It allows developers to store data in the browser and access it later, even after the browser has been closed. This makes it an ideal solution for storing user preferences, session…

    Read more

    client side, data, html5, indexeddb, localstorage, objects, storage, websql

  • Creating Sleep Function in Modern JavaScript

    Creating Sleep Function in Modern JavaScript

    February 17, 2023
    javascript, programming
    Sebastian

    Introduction JavaScript is a powerful language that can be used to create a variety of applications. One of the most useful features of JavaScript is the ability to create a sleep function. A sleep function allows a program to pause for a specified amount of…

    Read more

    async/await, javascript, settimeout, sleep function

  • Understanding JavaScript Closures Inside Loops

    Understanding JavaScript Closures Inside Loops

    February 17, 2023
    javascript, programming
    Sebastian

    What is a JavaScript Closure? A JavaScript closure is an inner function that has access to the outer (enclosing) function’s variables—scope chain. The closure has three scope chains: it has access to its own scope (variables defined between its curly brackets), it has access to…

    Read more

    Closures, iife, javascript, loops

  • JavaScript ES6 vs Old JavaScript: What’s the Difference?

    JavaScript ES6 vs Old JavaScript: What’s the Difference?

    February 17, 2023
    programming, Web Development
    Sebastian

    Introduction JavaScript is one of the most popular programming languages in the world. It is used to create interactive web pages and applications. JavaScript has been around for a long time, and it has gone through several major updates over the years. The latest version…

    Read more

    es6, javascript, old javascript, programming, web development

  • JavaScript ES6 (ECMAScript 6) Most Used Tricks and Tips

    JavaScript ES6 (ECMAScript 6) Most Used Tricks and Tips

    February 17, 2023
    javascript, programming, Web Development
    Sebastian

    Introduction to JavaScript ES6 JavaScript ES6 (ECMAScript 6) is the version of the JavaScript language. It was released in 2015 and is now widely used in web development. ES6 brings many new features and improvements to the language, making it easier to write and maintain…

    Read more

    ecmascript 6, es6, javascript, tips, tricks

  • Pretty-Printing JSON in a Shell Script

    Pretty-Printing JSON in a Shell Script

    February 17, 2023
    programming, shell scripting
    Sebastian

    Introduction Pretty-printing JSON in a shell script is a great way to make your output more readable and easier to understand. It can also help you debug your code more quickly and accurately. In this article, we’ll look at how to pretty-print JSON in a…

    Read more

    command-line, homebrew, javascript, jq, JSON, pretty-print, shell script, terminal

  • Cloning a JavaScript Object: A Step-by-Step Guide

    Cloning a JavaScript Object: A Step-by-Step Guide

    February 17, 2023
    Data Structures, javascript, programming
    Sebastian

    What is Cloning a JavaScript Object? Cloning a JavaScript object is the process of creating a copy of an existing object. This is useful when you want to make changes to an object without affecting the original object. Cloning an object is also known as…

    Read more

    clone, javascript, json.parse(), json.stringify(), object, object.assign(), spread operator

←Newer Posts Older Posts→

Technology Guides, Tutorials and Travels

Privacy Policy