Latest
How to add third party library as Angular Dependency
Learn to add third party library as Angular DependencyRead More →
How to go back to last visited route in Angular
Learn to go back to last visited route in AngularRead More →
How to relatively route in Angular
Learn to relatively route in AngularRead More →
How to go fullscreen in JavaScript
Learn to turn fullscreen mode on and off using Fullscreen APIRead More →
How to create a toast or snackbar in React
Learn to create a simple toast or snackbar in ReactJSRead More →
How to check the network status using JavaScript
Learn to check and monitor the network status using JavaScriptRead More →
How to create a simple loading animation
Learn to create a simple loading animation using HTML and CSSRead More →
Fix: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Fix for the above errorRead More →
How to animate an element on scroll to view
Learn to animate an element only when it is on the viewport.Read More →
Fix: OSF.DDA.Error 9020 on Office.context.mailbox.item
Learn to fix the OSF.DDA.Error 9020 on Office.context.mailbox.itemRead More →
How to create accordian with HTML and CSS
Learn to create an accordian with just HTML and CSS by making use of the <summary> tag.Read More →
How to exclude a configuration from Spring Boot Application
Learn to exclude a configuration from Spring Boot ApplicationRead More →
How to connect to MongoDB Atlas in NodeJS
Learn to connect to MongoDB Atlas in NodeJSRead More →
How to add perfect theme switch to NextJS
My quest for a perfect dark theme to add to NextJSRead More →
Create polygon or clear-cut border radius
Snippet to quickly have a square cut border radius instead of a curved oneRead More →
Generate random number within a range
Code snippet to generate random number within a rangeRead More →
Best gradient colors for websites and blogs
Some best gradient colors to use for websites and blogsRead More →
How to listen to browser window visibility
Learn to make use of the Page Visibility API to listen window visibility changesRead More →
Why I moved my blog to cloudflare pages
The reasons to moving my blog to Cloudflare pages and gains by doing soRead More →
How to start your own company in The Netherlands
My journey to become an entrepreneur (ZZP'er) in The NetherlandsRead More →
How to redirect on 404 error in Next JS
Learn to redirect on 404 error in Next JS. Learn in this blog, how I redirected my organic traffic from old indexed SEO results to the respective newly migrated NextJS blog.Read More →
How to run jest unit tests with ES6 modules in Node.js
Learn to run jest unit tests with ES6 modules in Node.jsRead More →
How to emulate light or dark theme switch in chrome
Learn to emulate light or dark theme switch in chromeRead More →
How to convert an integer to binary in JavaScript
Learn to convert an integer to binary in JavaScriptRead More →
How to upgrade RAM in a System76 Galago Pro
Learn to upgrade RAM in a System76 Galago ProRead More →
How to monitor query execution time in postgres
Learn to monitor query execution time in postgresRead More →
How to ssh tunnel to a remote server in linux
Learn to ssh tunnel to a remote server in linuxRead More →
PWA Fix: Uncaught (in promise) TypeError: Failed to execute 'Cache' on 'addAll': Request failed
Learn to fix cache issue while configuring PWARead More →
How to add cache to your site to make it available offline
Learn to add cache to your site to make it available offlineRead More →
How to make an angular app into a Progressive Web App
Learn to make an angular app into a Progressive Web AppRead More →
Fix: scully not discovering new routes in Angular
Learn to fix scully to discover new routees in AngularRead More →
How to find the number of occurrences of chars in a string
Learn to find the number of occurrences of chars in a stringRead More →
NestJS: TypeError: Cannot read property 'find' of undefined
Learn to fix NestJS - TypeErrorRead More →
Fix: Error : mat-form-field must contain a MatFormFieldControl
Learn to fix mat-form-field must contain a MatFormFieldControlRead More →
Linux Cheat Sheet For File Commands
Learn quickly some linux file commands with this cheat sheetRead More →
How to filter Object properties like arrays in JS
Learn to filter Object properties like arrays in JSRead More →
Fix: org.springframework.beans.BeanUtils: ignore null values on copying properties
Learn to copy bean properties ignoring null valuesRead More →
How to fill an array of N numbers in JavaScript
Learn to fill an array of N numbers in JavaScriptRead More →
Fix: state is undefined for @ngrx/store in unit tests
Learn to fix state is undefined for @ngrx/store in unit tests errorRead More →
How to list the number of threads ran by a process in linux
Learn to list the number of threads ran by a process in linuxRead More →
How to install postgres client in linux
Learn to install postgres client in linuxRead More →
Http Status Code Ranges
Learn about Http Status Code RangesRead More →
How to convert milliseconds to date in JavaScript
Learn to convert milliseconds to date in JavaScriptRead More →
How to iterate or loop through an enum in TypeScript
Learn to iterate or loop through an enum in TypeScriptRead More →
How to convert an iterable to array in JavaScript
Learn to convert an iterable to array in JavaScriptRead More →
How to create json message string with indentation in java
Learn to create json message string with indentation in javaRead More →
Fix: Dynamic import is only possible with --module commonjs or esnext
Learn how to enable dynamic imports in NodeJSRead More →
Mosquitto: was expecting double-quote to start field name
Learn to understand why Mosquitto: was expecting double-quote to start field nameRead More →
How to make a script executable in linux
Learn to make a script executable in linuxRead More →
How to get the battery status of a device using JavaScript
Learn to get the battery status of a device using JavaScriptRead More →
Fix: No provider for MockStore in NgRx
Learn to no provider for MockStore in NgRxRead More →
Utrecht University: Relevant course works for Masters in History of Politics and Society
My Relevant course works to Utrecht University masters application for Masters in History of Politics and SocietyRead More →
Utrecht University: Motivation letter for Masters in History of Politics and Society
My motivation letter to Utrecht University masters application for Masters in History of Politics and SocietyRead More →
How to change the sign of a number in JS
Learn to change the sign of a number in JSRead More →
How to get the thread count of a process
Learn to get the thread count of a processRead More →
How to make a file executable in linux
Learn to make a file executable in linuxRead More →
How to change the color of the cursor in CSS
Learn to change the color of the cursor in CSSRead More →
How to check the logs of system service
Learn to check the logs of system serviceRead More →
How to use regular expressions in JS
Learn to use regular expressions in JSRead More →
Smart coding: short-circuit expression in JavaScript
Learn to code the smart way in the series of introducing modern JS concepts - short-circuit expression in JSRead More →
How to flatten an array in JavaScript
Learn to flatten an array in JavaScriptRead More →
Smart coding: destructuring in JavaScript
Learn to code the smart way in the series of introducing modern JS concepts - destructuring in JavaScriptRead More →
How to repeat a string in JavaScript
Learn to repeat a string in JavaScriptRead More →
How to make an editable text in HTML
Learn to make an editable text in HTMLRead More →
How to sort an array in JavaScript
Learn to sort an array in JavaScriptRead More →
How to make an element hidden
Learn to hide an elementRead More →
What is IIFE
Learn and understand what an IIFE is in JS worldRead More →
Smart coding: selector operator in JS
Learn to code the smart way in the series of introducing modern JS concepts - selector operator in JSRead More →
How to include a @Configuration from a dependency
Learn to include a @Configuration from a dependencyRead More →
How to toggle a css class of an element
Learn to toggle a css class of an elementRead More →
How to get the tick values of an axis in d3
Learn to get the tick values of an axis in d3Read More →
How to make an alias in MacOS
Learn to make an alias in MacOSRead More →
Macbook Pro mid 2012 usuage notes
Really wanted to get myself some exposure to MacOS and its eco-system. bought a Macbook Pro mid 2012 laptop for around 550 euros.Read More →
How to make terminal to always ask for password
Learn to make terminal to always ask for passwordRead More →
How to tune up your PostgreSQL performance
Learn to tune up your PostgreSQL performanceRead More →
How to convert SVGs to desired color
Learn to convert SVGs to desired colorRead More →
How to debug JavaScript effectively
Learn to debug JavaScript effectivelyRead More →
Learning react: todo app
My journey towards learning React. Good old todo app.Read More →
How to add quick night mode to your blog
Learn to add quick night mode to your websiteRead More →
CSS pseudo elements and how to use them
Learn CSS pseudo elements and how to use themRead More →
How to create a custom checkbox with just CSS
Learn to create a custom checkbox with just CSSRead More →
DailyUI Challenge Series: 001 signup form
My Daily challenge 001Read More →
CSS transform property
Learn how to use CSS transform property with use caseRead More →
Few ways to add and remove items in an array
Learn how to add and remove items in and from an arrayRead More →
How to create your own startup script in linux
Learn to create your own startup script in linuxRead More →
How to Turn Off Autocomplete for Input
Learn to Turn Off Autocomplete for InputRead More →
How to extract tar.gz file in linux
Learn to extract tar.gz file in linuxRead More →
How to add environment or path variables in linux
Learn to add environment or path variables in linuxRead More →
Usecases for first-child and last-child in CSS
Learn some usecases for first-child and last-child in CSSRead More →
How to convert value to a string in JavaScript
Learn to convert value to a string in JavaScriptRead More →
How to sort lines in a file using bash
Learn to sort lines in a file using bashRead More →
How to get a list of files in a directory using Bash
Learn to get a list of files in a directory using BashRead More →
How to reverse a string in JavaScript
Learn to reverse a string in JavaScriptRead More →
How to remove array duplicates in JavaScript
Learn to remove array duplicates in JavaScriptRead More →
How to merge arrays in JavaScript
Learn to merge arrays in JavaScriptRead More →
API Development with Node.js and Express
How to develop API with NodeJS and ExpressJSRead More →
How to run a web server using Node.JS
Learn to run a web server using Node.JSRead More →
How to run docker containers in the background of your terminal
Learn to run docker containers in the background of your terminalRead More →
How to publish and subscribe to a topic in mosquitto
Learn to publish and subscribe to a topic in mosquittoRead More →
How to run eclipse-mosquitto as docker container
Learn to run eclipse-mosquitto as docker containerRead More →
How to configure PostgreSQL to accept all incoming connections
Learn to configure PostgreSQL to accept all incoming connectionsRead More →
How to create users and groups in Linux from the command line
Learn to create users and groups in Linux from the command lineRead More →
How to change port mapping of a running docker container
Learn to change port mapping of a running docker containerRead More →
How to Change File Ownership & Groups in Linux
Learn to Change File Ownership & Groups in LinuxRead More →
Linux: how to exclude specific folder during copy in terminal
Learn to exclude specific folder during copy in terminalRead More →
Linux: How to see the installed OS version from terminal
Learn to see the installed OS version from terminalRead More →
How to run Postgres as a Docker container
Learn to run Postgres as a Docker containerRead More →
EADDRINUSE - kill process at a specific port
Learn to kill a process at a specific port in Linux, Pop!_OSRead More →
My new laptop - System76 - Galago Pro
Bought my long awaited System76 laptopRead More →
Hexo deploy: Fatal: in unpopulated submodule `.deploy_git`
Learn to fix unpopulated submodule `.deploy_git` errorRead More →
Install nodejs and npm in Pop!_OS
Learn to install NodeJS and NPM in Pop!_OSRead More →
Weekend ride to Weert
Jounal entry - Weekend ride to WeertRead More →