Madzamadza.hashnode.net·Oct 17, 202121 GitHub Repositories to Become a JavaScript Master 📚🚀Learning and mastering JavaScript can be hard if you are not aware of the resources that are available to you. You don't need to apply for expensive courses and boot camps. In fact, a great start is GitHub. These free repositories will include everyt...347 likes·30.7K readsJavaScript
Tiger Abroditigerabrodi.hashnode.net·Aug 26, 2022FeaturedBecome a software developer in 12 monthsIntroduction I genuinely believe that within 12 months, you can become a software developer, specifically, a frontend developer (a developer developing User Interfaces and working with what the end users often see displayed on the screen). I was insp...307 likes·11.1K readsGeneral Programming
Daniel Cranneydanielcranney.hashnode.net·May 23, 2022FeaturedI Learned to Code to Launch a SaaS. Here’s 10 Lessons I Learned Along the Way.For years before learning to code, I had ideas for websites, apps and projects. However, without having the skills to actually build them, that's all they were - ideas. In September 2020, several months after the pandemic first started, I did what ma...297 likes·6.8K readsSaaS
Jake Conradjcconrad.hashnode.net·Apr 25, 2023Once Again, From the TopWhere I started Hello! My name is Jake and I'm a developer. At least, that's what I'm telling myself. I entered the IT space in January of 2020 as a level 1 desktop support agent and as of today in 2023, I work as a network security administrator for...coding
Marymaryok.hashnode.net·Apr 25, 2023Simplifying Code with Event Delegation in Your Javascript ApplicationsOne of the important features of Javascript is event handling, which allows for user interaction with web pages. As web applications become more complex, event handling can become nerve-racking. This is where event delegation comes into play as a tec...JavaScript
Fakhruddin KWfmk23.hashnode.net·Apr 25, 2023First time working with multipart/form-dataRecently, While working on a task in RealDevSquad (https://www.realdevsquad.com/), I came across multipart/form-data. Multipart/form-data is an encoding type, we give to our HTML Forms. The purpose of encoding is to convert data in a standardized way...JavaScript
Vivek viveke.hashnode.net·Apr 25, 2023Day 4 #90DaysOfDevopsChallengeLinux Operating System Operating System An operating system (OS) is the software that runs on a computer and manages its resources, such as the CPU, memory, and input/output devices. It also provides a way for users to interact with the computer. Why...Devops
Pradyumna Gargpradyumnagarg.hashnode.net·Apr 25, 2023Javascript Proxy, hidden masterpiece?As a web developer, you might have come across the term "proxy" in the context of web requests or server-side operations. However, in JavaScript, the term "proxy" takes on a whole new meaning. In this blog, we will explore JavaScript Proxy from a dev...JavaScript
Cherlock Codeevergrowingdev.hashnode.net·Apr 25, 2023🐍 Become a Python Pro for Free with These 9 ResourcesIf you were to ask many experienced developers the question “Which programming language should I learn?”, Python would almost definitely be in the top range of their list. Python is a powerful programming language that's widely used in software devel...Toolslearning
Akshay kotawarakshaykotawar.hashnode.net·Apr 25, 2023Architecture of KubernetesKubernetes is an open-source platform that is used for container orchestration. It helps manage, deploy and scale containerized applications across a cluster of nodes. The architecture of Kubernetes is designed to be highly scalable and fault-toleran...Devops
Priyabrata Sahupriyabratasahu.hashnode.net·Apr 25, 2023Advanced Linux Shell ScriptingIn this article of #day5, we are doing some more hands-on shell scripting i.e. advanced shell scripting Task 1 So Write a bash script to create directories.sh that when the script is executed with three given arguments (one is the directory name and ...shell scripting
Onyeanuna Princeaahil13.hashnode.net·Apr 24, 2023An Ultimate Guide to GlaspIntroduction Learning online can become frustrating when you have to switch back and forth between your learning platform (YouTube, web browser, etc.) and your note application. However, there is a solution to this problem, Glasp. Glasp is a social w...30 likes·64 readsglasp
Shivraj Salunkheshivrajofficial.hashnode.net·Apr 24, 2023Docker for DevOps EngineersDocker is a popular tool used by DevOps Engineers for containerization and managing application deployments. Here are some key points to know about Docker for DevOps: Containerization: Docker uses containerization to package applications and their d...10 likesDocker