2023-02-27
This blog post focuses on the new experimental feature in React 18 called the use hook. It explains how the use hook can be used to create custom hooks that can be reused across different components, simplifying state management and making code more modular.
2023-01-05
In this blog post we'll explore how Next.js can help you optimize your website for search engines From server-side rendering to automatic code splitting we will cover all the features that make Next.js a powerful tool for SEO optimization
2020-11-13
Every wanted tour own Map server so that you don't have to pay those hefty unchecked prices from map tile providers; you can do so and have your own server using OpenStreetMaps. In this article, we are going to learn how to setup OpenStreetMaps OSM Carto as a tile server.
2020-11-08
Ever wondered how to read from standard input and write results to standard output and files at the same time? Look no further, tee on Linux lets you do just that with no hassle. In this article, we will discuss the basics of tee with some easy to understand examples.
2020-11-05
Screen is this awesome software tool in Linux that provides you the ability to spring-up and use multiple shell sessions from a single ssh session. Screen essentially acts as a terminal multiplexer emulator that is packed with features.
2020-10-16
Node.js has memory limitations that you can hit quite easily in production. By default, Node.js (up to 11.x ) uses a maximum heap size of 700MB and 1400MB on 32-bit and 64-bit platforms, respectively. Youβll know this if you ever tried to load a large data file into your Node.js application. How do we work-around this limit?
2020-10-02
Mutual TLS authentication is a process that ensures that traffic between entities is secure and trusted in both directions between a client and a server. It essentially takes place through a TSL handshake. Here is a quickie on how to generate certificates and perform Mutual TLS Authentication between a client and a server.
2020-04-11
One of the most beautiful sights to see is a smooth running development and production environment. Docker makes this a reality with ease π. This is one of the main reason docker usage just skyrocketed in a the past couple of years. Well, are you wondering how to get started with installing docker? Look no further, here is a quick tutorial for the most widely use Linux Distro!
2019-01-10
IoT is frequently called the 4th Industrial Revolution and revolutions rarely happen without complication. The IoT revolution is no different, it is complicated, because even though there are widespread solutions being developed by developers around the world, there is a key factor that is not taken into account, that is addressing this innovation with integration...
2017-12-16
A full-stack developer is simply someone who is familiar with all layers in computer software development. These developers arenβt experts at everything; they simply have a functional knowledge and ability to take a concept and turn it into a finished product...
2017-09-29
Node.js 8 has a new utility function: util.promisify(). It converts a callback-based function to a Promise-based one. Since we are on this topic I would like to highlight one of the most straight forward explanation for promises that I have come across by Jecelyn Yeen...
2016-12-14
A utility function to get the value of any query string parameter. We all know that the query string parameters are available for us through window.location (JavaScript Window Location Object). But query string usually turns up as a string and has to be parsed to get the necessary attribute out...
2016-12-13
Titans such as Facebook and Google have teamed up to make a faster and better package manager in comparison to npm. It is called Yarn. Though, donβt be alarmed this package management tool takes packages from NpmJS and Bower registries supporting parallel dependency installations...
2016-10-01
Let me start by saying that Iβm very picky and skeptical about all TV shows. Judging from the promos I suspected that it was going to be just another lazily animated show with some cheap comedy and cheap standards. I had never been so wrong. It might seem that is a silly knock off to the βBack to the Futureβ franchise, but it has perks of its own. The hilarious and bizarre adventure of an alcoholic scientist and his awkward grandson. The writing was fantastic and the animation was well crafted...