Akarsh Seggemu, M.Sc.TypeScript/JavaScript: How to use alternative vite package in the place of deprecated…In the article — Is Vite Better than Webpack?. Fixing Webpack’s developer experience | Bits and Pieces (bitsrc.io) from the “Getting…Jun 7, 2024Jun 7, 2024
Akarsh Seggemu, M.Sc.GCP: How Ingress is useful in routing external HTTP(S) traffic to internal services in GKE?Ingress is a built-in feature GKE (Google Kubernetes Engine). You can benefit from the feature, if you can understand how to use Ingress…May 27, 2024May 27, 2024
Akarsh Seggemu, M.Sc.JavaScript: How to use the Node.js 20.6 built-in support for .env files?From the release of Node.js — Node v20.6.0 (Current) (nodejs.org), there is now a built-in support for .env files. This is a good news as…Mar 18, 2024Mar 18, 2024
Akarsh Seggemu, M.Sc.JavaScript: Node.jsA common issue we encounter when we are working on multiple Node.js projects is how to identify the Node.js version in the system and…Mar 10, 2024Mar 10, 2024
Akarsh Seggemu, M.Sc.How to setup and install node using nvm on macOS Sonoma?In my previous article —…Jan 27, 2024Jan 27, 2024
Akarsh Seggemu, M.Sc.JavaScript: How do we identify if two strings are anagrams of each other by unit testing with mocha…Let's try to understand what is an anagram. By definition, If a single word or phrase can be rearranged by changing the position of its…Sep 10, 2023Sep 10, 2023
Akarsh Seggemu, M.Sc.JavaScript: Find the sum of all numbers which are multiples of 3 or 5 using two different problem…To find sum of all numbers which are multiples of 3 or 5. We need to approach the problem by dividing it into two parts.Oct 21, 2023Oct 21, 2023
Akarsh Seggemu, M.Sc.JavaScript: How to write function for performing Neutralization of strings?When we have two strings that are represented by “+” or “-” and you need to neutralize them into one string based on the interactions of…Oct 19, 2023Oct 19, 2023
Akarsh Seggemu, M.Sc.JavaScript: How to convert an integer into a binary number and count a number of bits in an integer?Converting base-2 numeral system or binary system number into a integer is simplified using the inbuilt methods in JavaScript.Oct 3, 2023Oct 3, 2023
Akarsh Seggemu, M.Sc.JavaScript: How to test Node.JSTo begin with you can create a Node.JS project using the command npm init -ySep 20, 2023Sep 20, 2023
Akarsh Seggemu, M.Sc.JavaScript: Which extension to use for formatting and linting for Node.jsWhen you are working with Node.js projects in Visual Studio Code. You will need to make your JavaScript files follow a particular style…May 14, 2023May 14, 2023
Akarsh Seggemu, M.Sc.JavaScript: How to do a FizzBuzz programming task?FizzBuzz programming task is a general interview question where the candidate need to write a program that prints either Fizz or Buzz or…Nov 6, 2022Nov 6, 2022
Akarsh Seggemu, M.Sc.JavaScript: How to chain multiple values in a single case clauseCombining switch and if statement inside a function in JavaScriptSep 7, 2022Sep 7, 2022