Aakashi Jaiswalaakashi.hashnode.dev·Feb 9, 2025Farza Majeed: The man who made Community for Builders and DreamersFarza Majeed is the visionary founder of Buildspace, a unique platform designed as an alternative path for dreamers who don't quite fit the traditional academic or professional mold. Buildspace's core mission is to empower individuals to discover the...10 likesfarza majeed
Adyasha Mohantyblog.adyasha.in·Jan 5, 2025Build Features That Users LoveIf you have ever worked on a product roadmap, you know the struggle. Will users care about this feature? 😬 As an engineer, I can tell you that building features people love isn’t about throwing in fancy tech or quirky ideas and hoping for the best...45 readsLearningsfeatures
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 23, 2024Automating Web Application Deployment with Jenkins and GitHubIntroduction In the world of web development, the process of building, testing, and deploying applications can be time-consuming and error-prone if done manually. Automation tools like Jenkins and GitHub can streamline these tasks, making the process...3 likes·26 reads#90daysofdevops
Ahammed Basha Shaikday-2-of-100-days-challenge.hashnode.dev·Dec 10, 2024Mastering the Software Development Life Cycle with DevOpsDay 2 of 100 Days Challenge – Learnings from Abhishek Veeramalla The Software Development Life Cycle (SDLC) is a cornerstone of software engineering, offering a structured framework to guide the creation of high-quality software. From planning to dep...SDLC
LABORE KODJO AGBETSIASSIstarlabman.hashnode.dev·Dec 5, 2024Building a Scalable dApp on Arbitrum with Stylus: A Complete GuideIntroduction Welcome to this tutorial where you’ll learn how to create a scalable dApp on Arbitrum using Stylus, a powerful language designed to optimize the developer experience. In this guide, we’ll cover: Setting up a development environment. De...1 likedapps
Shivam Dubeycodefarms.in·Nov 21, 2024Building Go Applications for macOS, Linux, and Windows: A Beginner’s GuideGo (Golang) makes it easy to create cross-platform applications. With Go’s built-in tools, you can compile your program to run on different operating systems like macOS, Linux, and Windows—all from a single codebase. This guide will walk you through ...Golangbuilding go app
Omotayo Alimialimiomotayo.hashnode.dev·Jul 29, 2024Building High-Performance Mobile Apps with React NativeReact Native has become a major player in cross-platform mobile development. It promises to create experiences similar to native apps while using a single codebase. But to build React Native apps that perform well, you need to understand the framewor...133 likes·43.5K readsbuilding
Aniket Patidaraniketpatidar.hashnode.dev·Jun 30, 2024The Best Way to Learn ProgrammingThere are no easy ways, but there are better ways to do things. Recently, I read something called “The aggregation of marginal gains” from Atomic Habits by James Clear, which means searching for tiny margins of improvement in everything you do. Well ...11 likes·56 readsPython
Mohammad Suhailmsuhail.hashnode.dev·Jun 20, 2024Platform Building1. Frontend Layer This is the user interface (UI) that users interact with directly. Technologies and Components HTML/CSS: For structuring and styling web pages. JavaScript: For adding interactivity and dynamic content. Frameworks/Libraries: React...online
Joseph Hjbrosdev.hashnode.dev·Apr 9, 2024Guide to Building Your own Programming Language with C#Building a programming language is not as hard as it seems. It is mainly splitting strings and keeping track of variables and tokens. I hope by the end of this article, you'll have an understanding of how it works. If you would like to view the GitHu...10 likes·61 readsNorma