How to configure VSCode Settings to use ESLint for Formatting
Let´s say we are working on a project that uses ESLint to manage its code style, and we want to…
Running and debugging Java in VS (Visual Code)
Visual Studio Code allows you to debug Java applications through the Debugger for Java extension. It’s a lightweight Java debugger based on Java…
[ Fixes ] How to fix Git show all file as modified in WSL
When you open your code in Windows, and run git in WSL bash, you will have a big chance to…
[ Fixes ] Error : Unable to give network name in docker-compose
When trying to create a network in docker-compose.yml : version: "3.5" networks: frontend: name: custom_frontend driver: custom-driver-1 I faced to…
[ Fixes ] Bash script Error /bin/bash^M: bad interpreter: No such file or directory
Have you ever been slapped with the /bin/bash^M: bad interpreter: No such file or directory error when trying to run…
[ Fixes] System Has Not Been Booted With Systemd as Init System
When you run Systemd commands, you may receive error “System has not been booted with systemd as init system (PID…
How to write global API functions
RESTFUL APIs usually give you a set of endpoints to perform CRUD (Create, Read, Update, Delete) actions on different entities.…
Angular – Smart vs Dumb Components
When we start building apps with UI frameworks like Angular, the most frequent questions that we are faced with right…
How to Create a “npm Package” Ready to distribute from scratch
Node Package Manager, or npm (usually written in lower case) is one of the most commonly used package managers in…
Progressive Web App (PWA) with Angular (Part II)
Create an installable PWA To make your Angular application a PWA, all you need to do is run a single…







