alpha-geek.hashnode.devBasics Computer Networking and DNS :)Basics of Computer Network In this post, we will understand Switching, routing, Default Gateway, and DNS Configuration on Linux. I have covered this article by asking a few questions to myself. So let's start understanding of network with the very ba...Jan 25, 2023·11 min read
alpha-geek.hashnode.devWhy should I learn Go-Lang? What kinda problem is it gonna solved?I decided to learn the Go language So searched for a few of my questions:) Q.What is Go Langauge? Go is a programming language that is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the m...Jan 23, 2023·3 min read
alpha-geek.hashnode.devWeird Behavior of isNaN() in JavaScript.In this article, I have covered** 9 scenarios to check how isNaN() is behave with different inputs**. Let's see it one by one : I have divided this article into 2 parts A) isNaN() working as per our expectation. B) Weird behavior of isNaN(). A) isNa...Dec 10, 2022·2 min read
alpha-geek.hashnode.devDifferent types of Applications.Hi techie, In this article we will take information about three types of applications: Standalone applications Client-server applications Web-based applications Let's first see "What are standalone applications and their flow ?" The core idea of...Nov 29, 2022·4 min read
alpha-geek.hashnode.devJavaScript Engine and V8 Engine.This short article will cover below topics. What is JS Engine? What is JS V8 Engine? What is JS Context? A JavaScript engine is software that executes JavaScript code. Chrome uses v8 Engine to execute JS code. Now, what is V8? According v8.dev w...Nov 28, 2022·2 min read