Hamzahamzamirza.hashnode.dev·Feb 11, 2025Recursion in JavaScriptOne thing I really struggled with was understanding functions that call themselves. At first, recursion seemed confusing because I wasn’t sure how and why a function would keep calling itself. Recursion is a programming concept where a function calls...JavaScript
Aidan Hildebrandahildebr01.hashnode.dev·Feb 6, 2025Attributes and properties...as I understand them...Article.introduction If you’ve ever had to google “What’s the difference between an attribute and a property in Python?”, well…you’re not alone—I’ve been there, squinting at the screen, flipping through docs, trying to figure out exactly why some var...1 like#entry-level
Hamzahamzamirza.hashnode.dev·Jan 30, 2025React Redux For BeginnersIn this article, I’ll give you a quick overview of Redux, especially how to use it with React. Redux helps us manage state and makes it accessible globally. This is really useful in bigger applications, because relying only on component or context st...React
emptycodesemptycodesalsowrites.hashnode.dev·Jan 26, 2025Why You Should Hire MeTL;DR: I am actively seeking employment for entry level and junior software developer roles whether full stack, backend or SRE focused. I am available to start work in March 2025 and I am open to remote / hybrid / onsite roles, although I would requi...6 likesMe, Open Source and WikimediaLookingforwork
Aidan Hildebrandahildebr01.hashnode.dev·Jan 22, 2025State...as I understand it...What the Hook is State? In React, there are a few key concepts you’re going to encounter, one of them is useState. Any sort of forms, toggles, or lists can all be managed by state without having to manually manipulate the DOM. The ability to only re-...#entry-level
Angel Peñaaorlandodx.hashnode.dev·Jan 18, 2025The leap from Python to C++: A Journey of Growth and New BeginningsThe Rough Start with Python When I first started learning Python, I was in a challenging environment. I had just moved to a new city, and everything felt unfamiliar. Settling into a new place was tough, and on top of that, the course I took was incre...52 readsPython
Ebube Akukweebubeakukwe.hashnode.dev·Jan 4, 2025Blazingly Fast VS CodeOne issue I face when writing code is having to use my mouse repeatedly for the same tasks. If I want to add curly braces to some text or comment or uncomment lines of code... honestly, it can get tiring. So, I've created a helpful list of some defau...vscode extensions
PAULedemekong.hashnode.dev·Jan 2, 2025The Future of Junior Developer's Jobs as Artificial Intelligence(AI) Advances in 2025Are you planning to start a tech career in 2025? Think twice — AI might already be eyeing your future role. As of 2024, the rapid evolution of AI has shifted the tech landscape dramatically, automating tasks traditionally handled by junior developers...6 likes·78 readsAI
Samia Khansamiak.hashnode.dev·Jan 1, 2025Resources for DevOps EngineersThis is the Coursera course we will be following for the DevOps challenge: https://www.coursera.org/learn/intro-to-devops Additional resources are provided below for each module to complement the course learning. Module 1: What is DevOps? AWS - What...96 readsDevops
윤정민forCodeSnapcodesnapmag.hashnode.dev·Dec 30, 2024Advent of Code 커뮤니티에서 즐거운 시간 보내기 - 신입 기술 개발자의 삶 #2원문: Mary Lo, "Life as a Graduate Tech Developer #2: Having fun in the Advent of Code community" 이번 달 초 IMG 아레나의 대졸 신입사원 프로그램(graduate programme)을 수료하고 주니어 소프트웨어 엔지니어가 되었습니다! 프로그램은 끝났지만 기억에 남는 순간들을 글로 옮기고 싶었어요. 신입 개발자 시리즈의 두 번째 이야기 "커뮤니티의 도움을 받은 첫 Ad...13 likes·27 readsDecember 2024Graduate Programme