Noreen Sulehrynoreensulehry.hashnode.dev·21 hours agoIterators in C++An iterator acts like a pointer to an element inside a container (e.g, maps, vector, list). You can use iterators to navigate through the items, read them, and modify them. Types of Iterators: Input Iterators: Can read from a position Output Iterst...Discusscpp
raju ghoraicoderj001.hashnode.dev·Sep 24, 2023🌐 Understanding DNS: Unveiling the Digital Wizardry 🪄In the vast expanse of the internet, have you ever wondered how, with a simple click, you seamlessly transition from typing "www.google.com" into your browser to landing on Google's website in the blink of an eye? It's akin to a digital magic trick, ...Discussdns
Noreen Sulehrynoreensulehry.hashnode.dev·Sep 24, 2023Vectors vs LinkedList in C++Definitions: A vector is a dynamic array or a list that can easily grow and shrink in use. You can store items that can be easily added or removed. Unlike a regular array, you don't need to specify its size ahead of time, as it adjusts its size autom...Discuss·3 likesC++
Scofield IdehenforLearnHub Bloglearnhubafrica.hashnode.dev·Sep 24, 2023The Top 20 Programming Languages and Their OriginsProgramming languages have evolved enormously over the decades since the first electronic computers emerged in the 1940s. The earliest programming was done by rewiring circuits or via plugboards to control computer operations. Soon after came the f...DiscussProgramming Blogs
Md Taqui imamforToday'sCodetaquideveloper.hashnode.dev·Sep 24, 2023🔍 Exploring the Magic of JavaScript Sets and Maps 🗺️Hey there, fellow coding enthusiasts! 👋 Are you ready to embark on a thrilling journey into the fascinating world of JavaScript sets and maps? 🚀 Strap in because we're about to delve deep into these essential data structures that can supercharge yo...DiscussJavaScript
Ifeanyi Aladiifeanyi-aladi.hashnode.dev·Sep 24, 2023Naming Conventions in JavaScriptAre you a newbie in tech? Are you new to programming with JavaScript? This blog is for you! Here I will talk about naming conventions of identifiers in JavaScript and I’ll make this blog as simple as possible without much mumbo-jumbo. First of all, w...DiscussJavaScript
Md Taqui imamforToday'sCodetaquideveloper.hashnode.dev·Sep 23, 2023Hacktoberfest 2023: How to Make the Most of Your Open Source Contributions🎉Hacktoberfest is a month-long celebration of open source software, during which people from all over the world are encouraged to contribute to open source projects. It's a great way to learn new skills, meet new people, and make a real impact on the ...Discuss#hacktoberfest
raju ghoraicoderj001.hashnode.dev·Sep 23, 2023Git Tools: BranchesIn this fourth instalment of our Git Tools series, we're diving deep into the Git branch command. If you've been following along, you've already explored Git tags, gitignore, and submodules. Now, it's time to expand your Git knowledge and become a br...DiscussGit ToolsGitHub
inshal fatimaengineerinshal.hashnode.dev·Sep 23, 2023Let's Travel into the world of ProgrammingFor Beginner's Guide Introduction: Welcome, fellow adventurer, to the enchanting realm of programming! Imagine stepping into a world where you have the power to create, solve, and innovate using the language of machines. In this beginner's guide, we'...Discuss·150 readsProgramming Blogs
Md Taqui imamforToday'sCodetaquideveloper.hashnode.dev·Sep 23, 2023Kubernetes for Developers: Tips and Tricks for Seamless Deployment 🚀Kubernetes has revolutionized the way we deploy, manage, and scale applications in today's fast-paced development landscape. As a developer, mastering Kubernetes can be a game-changer for your career and project success. In this comprehensive guide, ...DiscussKubernetes