Khushismilewithkhushi.hashnode.dev·6 hours agoSecond Week of Surviving the 100 Days of Code ChallengeDay 8 Wrote the blog titled "First Week of Getting into the 100 Days of Code Challenge" on Hashnode. In the above blog, I summarized my journey and the challenges faced in the initial days of this coding challenge. Solved Leetcode daily problem. S...Discuss·1 likeWeMakeDevs
Sujata RoychowdhuryProlearntogrow.hashnode.dev·12 hours agoBuilding Your Own Private Blockchain: A Step-by-Step GuideWhat is Blockchain? Blockchain technology, with its decentralized and immutable ledger, has revolutionized industries ranging from finance to healthcare. While public blockchains like Bitcoin and Ethereum have garnered significant attention, private ...DiscussBlockchain development
Eduhub Communityeduhubcommunity.hashnode.dev·Sep 26, 2023Open Source Licenses: Legal Considerations for DevelopersIntroduction Hey there, fellow developers! Open-source software has become the backbone of modern development, enabling us to build on the collective knowledge and efforts of the global developer community. However, navigating the legal landscape of ...DiscussOpen Source
Sachin Kumarbrokenprogrammer.hashnode.dev·Sep 26, 2023Infinite Scrolling in React: A Step-by-Step Guide to Enhancing User EngagementInfinite scrolling has become a staple feature in modern web applications, offering a seamless and engaging user experience. Whether you're building a social media feed, an e-commerce site, or a blog, incorporating infinite scrolling can keep your us...Discuss·1 likeReact
Chiamaka Onyilimbachiamakacynthia.hashnode.dev·Sep 24, 2023UX Design ProcessWhat is User Experience (UX) design? User Experience (UX) is a term used to Express how a user feels about a product, or service when they interact with it. This can either be seamless or bad, depending on how the product or service was designed. It ...Discuss·5 likesUX
Harshit Pathakharshitgeek.hashnode.dev·Sep 24, 2023Simplifying Access with Single Sign-On (SSO) – A Real-World PerspectiveIntroduction: Have you ever wondered how you can effortlessly access multiple online services without remembering a plethora of usernames and passwords? Single Sign-On (SSO) is the answer to this digital convenience. In this article, we'll explore th...Discuss·6 likesSSO
Md Taqui imamforToday'sCodetaquideveloper.hashnode.dev·Sep 22, 2023🚀 DevOps: Bridging the Gap Between Development and OperationsIn the ever-evolving landscape of software development, the integration of DevOps practices has emerged as a transformative force, bringing harmony to two traditionally distinct domains: development and operations. 🌟 DevOps is not just a buzzword; i...DiscussDevops
Anilea Leotechfeeds.hashnode.dev·Sep 22, 2023Getting Started with Pimcore Development: A Beginner's GuidePimcore is an open-source, enterprise-level content management system (CMS) and product information management (PIM) platform that empowers organizations to manage digital content, product data, and e-commerce. Whether you're a developer looking to w...Discussdevelopment
Sarthak Jainblog.sarthakjdev.com·Sep 22, 2023Containerization with Docker: A Developer's GuideIntroduction As a software developer, I've had my fair share of encounters with the challenges of managing applications and their dependencies. It often felt like chasing a moving target - different environments, library versions, and system configur...Discuss·1 likeCloud DevOps MasteryDocker
Sarthak Jainblog.sarthakjdev.com·Sep 21, 2023Promises in JavaScript: A Guide to Asynchronous ProgrammingIntroduction Welcome to the exciting world of JavaScript promises! As a seasoned software developer, I understand the significance of mastering asynchronous programming to build robust and responsive applications. In this comprehensive guide, we will...Discuss·1 likepromises