Tanyathedailydeveloper.hashnode.dev路Dec 19, 2024Networking Basics: LAN, WAN, and How the Internet WorksA few months ago, I was troubleshooting my home Wi-Fi. Devices were connected, but the internet wouldn鈥檛 load. Sound familiar? That鈥檚 when I realized how little most of us know about the magic behind networks. Let鈥檚 dive into the basics of networking...network
Md Dilshad Alamdilshad0011.hashnode.dev路Dec 16, 2024JavaScript ep-1Everything in JS happen inside execution context. Imagine a closed container inside which JS runs. The first compnet is knowns as variable component/memory component and the second component is known as code component. Memory component:It store all ...JavaScript
Omkar Lolageangular-beginners-guide.hashnode.dev路Dec 8, 2024Mastering Angular: A Deep Dive into Core Essentials for BeginnersIntroduction The world of front-end web development is continuously evolving, choice of framework or library is crucial. Angular is a powerful framework used by developers worldwide to build dynamic and scalable web applications. In this blog, we'll ...10 likes路59 readsbasics of angular
Chris Holcombenullvoid.hashnode.dev路Dec 5, 2024Command & Conquer Mastering Linux From Scratch (Part 1)Welcome to the Void: Mastering Linux Commands, One Step at a Time In the digital trenches, Linux commands are your sword and shield. Whether you're a total newbie or brushing up your skills, this series, Command & Conquer, is here to guide you throug...Command & ConquerNullVoid
Urvish Suhagiyaurvishsuhagiya.hashnode.dev路Dec 3, 2024Getting Started with Terraform : A Beginner's Guide to Automating InfrastructureIntroduction to Terraform Terraform is a powerful open-source tool created by HashiCorp that allows you to define and manage your infrastructure as code. This means you can write scripts to create, update, and manage resources like virtual machines, ...3 likesDevops
Surgicalthecodeoperation.com路Dec 3, 2024Introduction to the Command Line: Navigating Your Developer Toolkit with LinuxThe command line interface (CLI) is one of the most powerful tools in a developer's arsenal. Despite its minimalist appearance, the CLI opens doors to automation, deep system control, and efficient workflows that graphical interfaces can only dream o...Beginners GuideLinux
Shalon N. Ngiginjeri-ngigi.hashnode.dev路Nov 28, 2024Auth 101: Token Based Authentication馃挕 This is a stack agnostic strategy that can be implemented in a number of frameworks and languages. I, however, might reference ReactJS (client) and NodeJS (server). Overview There are a number of ways to implement secure authentication and autho...1 like路64 readsJWT token,JSON Web,Token,Token authentication,Access token,JSON token,JWT security,JWT authentication,Token-based authentication,JWT decoding,JWT implementation
Anushka Poteoss-beginners.hashnode.dev路Nov 24, 2024How to Make Your First Open Source Contribution Without Knowing Git CommandsContributing to open source may seem intimidating at first, but it鈥檚 actually quite easy! This is a basic guide to help you get started. 1. Create a GitHub Account Initially, you will require a GitHub account. You may locate and participate in open-s...Open Source
Boniface Gordianbonifacegordian.hashnode.dev路Nov 22, 2024How APIs Drive SaaS Platforms: A Beginner-Friendly Guide with ExamplesIntroduction Let's say you鈥檙e building a hotel booking app. People have to look at the rooms that are available, book their stay, and pay all online. But how does your app talk to the payment provider or get the most up-to-date information on rooms? ...SaaS
Suriyasuriyaofficial.hashnode.dev路Nov 19, 2024Building a Simple TCP Web Client in CIntroduction In this post, we'll walk through building a simple TCP web client from scratch. Instead of posting the entire code upfront, we'll dive straight into the important sections, explaining the key concepts step by step. Below here I have show...Confessions of a Networking Newbie : A Journey into Code and Conceptsnetworking