Denishdenish.hashnode.dev·Dec 10, 2024Chapter 3: It all started with the topic: Arrays and Slices – Organizing Data Like a BazaarImagine this... You’re a shop owner of a busy street-side Bazzar of India with multiple stalls lined up with fruits, vegetable and spices. Each stall occupies a number of spaces for products, which is an array—a data structure of a given size, which ...Go Language
Ahmad W Khanblog.ahmadwkhan.com·Dec 9, 2024A Guide to Go for Python, PHP, and Node.js DevelopersWhy Go? 1. A Brief HistoryGo was created at Google in 2007 by a team led by Robert Griesemer, Rob Pike, and Ken Thompson. They designed it to address the challenges of large-scale software development, combining the simplicity and speed of dynamic la...1 like·50 readsgolang
Kushal Agrawalkushal9897.hashnode.dev·Nov 26, 2024Understanding File Handling in Go: A Beginner's GuideWorking with files is a fundamental skill for developers, enabling the creation, storage, and retrieval of data. Go, with its efficient standard library, provides simple yet powerful tools for file operations. In this blog, we’ll explore how to creat...Go practice
Kushal Agrawalkushal9897.hashnode.dev·Nov 22, 2024Building an Email Verifier in Go: A Step-by-Step GuideIntroduction Verifying email addresses is an essential task for developers working on email automation, marketing, or user validation systems. An email verifier tool helps check if an email is valid, reducing bounce rates and ensuring smoother commun...Go project
Ahmed Razaahmedrazadev.hashnode.dev·Nov 22, 2024Why Go (Golang) is Rising in Popularity Among DevelopersIn recent years, the Go programming language, commonly known as Golang, has seen a dramatic rise in popularity within the software development world. Developed and launched by Google in 2009, Go was designed to address challenges faced by developers ...Programming Blogs
Denishdenish.hashnode.dev·Nov 21, 2024Building a Credit Card Validator with GolangNowadays, fraudsters are all around us due to the development of new technologies and the Internet. Each time you shop online there is always a possibility that somebody somewhere is trying to use a credit card that has been stolen. And guess what? T...Go Language
Denishdenish.hashnode.dev·Nov 15, 2024Chapter 2: Loops and Strings in Go – Creating Brilliant Code with Style 🚀Welcome back, Go explorers! Ready to dive deeper into Go? So, it is time for our next chapter of Go programming. Today, we’re diving into two fundamental tools in coding: loops and strings. These might sound a bit trivial but these are the real big p...42 readsGitHub
Ashwin Gopalsamyashwingopalsamy.hashnode.dev·Nov 7, 2024Understanding Go’s Constants: More Flexible Than They SeemWhen I first got into Go, I thought constants were simple and limited—just fixed values, nothing fancy. But as I delve deeper, I find they're quite versatile. Yes, they're fixed values, but Go handles them in ways that are both flexible and efficient...Go Programming Languagegolang
Shivam Dubeygo-tutorial.hashnode.dev·Nov 5, 2024Getting Started with Go: Your First Steps in Writing, Running, and Building ProgramsWelcome to the world of Go programming language, also known as Golang! If you are new to Go, this guide is perfect for you. We’ll walk you through creating a simple "Hello, World!" program, explain each line of code, and show you how to run and build...goprogramming
Shainil P Scodeshaine.hashnode.dev·Oct 31, 2024Exploring Web Scraping in Go: A Personal ExperienceWell if you search for web scraping in go, you can get tons of result in the Google. Why should you read mine you may ask ? well the answer is i don’t know, well this blog isn’t about a tutorial on web scraping with go. This is my personal experience...1 like·30 readsGo Language