Aditya Hebbarhebbaraditya.hashnode.dev·8 hours agoGetting Started with Go: An Introduction to the Go Programming LanguageIn the ever-expanding realm of programming languages, Go, often referred to as Golang, has emerged as a powerful contender known for its simplicity, efficiency, and robust support for concurrent programming. Whether you're a seasoned developer lookin...DiscussGo Language
Arpit Janaariptjana.hashnode.dev·19 hours agoNode.js: Unleashing JavaScript on the Server SideIn this dynamic world of web development, technology constantly evolves to meet the demands of modern applications. One such evolution is Node.js, an innovative runtime environment that brings the power of JavaScript to the server side. In this artic...DiscussNode.js
Gigi Kennethbluegenes.hashnode.dev·Sep 21, 2023Data Management Best Practices for Modern Backend Data SecurityAhoy, fellow developers! Ready to shed that outdated armour and upgrade to an impenetrable fortress for your data? In the digital realm, where treasure troves of information fuel our businesses, data security isn’t just a buzzword — it’s our battle c...Discuss#datamanagement
Akpotaire Dennisdenniscode.hashnode.dev·Sep 21, 2023Job Application Challenge: Day 2How do I kick off today's job applications? Well, by checking LinkedIn for suitable vacancies. Can you clarify what you mean by suitable vacancies? By suitable vacancies, I mean vacancies that require skills I've acquired in the last two years - Java...Discussjob search
Frankie Murillofrankiemurillo.hashnode.dev·Sep 21, 2023Learning Go (& Routers) Part 1Introduction Hey everyone, just began learning Go and wanted to create my first URL Shortener! It was very fun and also challenging! I learned many things along the way and would like to share a few of my learnings with you all. Hopefully, it helps s...DiscussGo Language
Moriel Vekslermoriel.dev·Sep 19, 2023Safeguarding Expected Data Models in Backend: A Guide to Backend Backward CompatibilityIntroduction Maintaining data model integrity is vital for seamless backend functionality. In the dynamic mobile app landscape, catering to users on older versions poses a unique challenge. Unlike web clients, which can easily be updated for all user...Discuss·28 likes·92 readsKotlin
Mustafa Ahmedmustafablogs.hashnode.dev·Sep 20, 2023How to Build an Application Without a Backend in 2023Are you eager to create your own applications but worried about the complexities of setting up a backend system? Fear not! It’s easier than ever to build an app without a backend. I’ll guide you through the process in simple, newbie-friendly terms so...Discuss·39 readsbackend
Dany ParedesProwww.danywalls.com·Sep 19, 2023Getting Started with NestJS: Create Your First API EffortlesslyWhen I write articles with examples or code MVP , I need to show some data in most of the cases JSON-server save me, or use open APIs to retrieve and post data. However, there are times when we may require specific features, such as uploading files, ...Discuss·14 likes·243 readsNestJSnestjs
Niklas RefnovforRig.devrigdev.hashnode.dev·Sep 19, 20235 Open-Source Projects We Can't Live WithoutOne of the key elements - that make Rig.dev what it is today - is our love for the Open-Source community. Why? We believe in transparency, community, and the kind of innovation that only comes from a diverse, collaborative effort. In this article, we...Discuss·16 likes·45 readsOpen Source
Abdul rehman Shahsyedabdul.hashnode.dev·Sep 19, 2023Understanding Fetch API for AJAX Calls Without Page ReloadIntroduction: In modern web development, asynchronous communication with server-side resources is a fundamental requirement. Traditionally, this was accomplished using AJAX (Asynchronous JavaScript and XML) requests. However, with the advent of the F...DiscussFrontend Development