Rutik Wankhaderutikwankhade.hashnode.net·Jan 1, 2021FeaturedHow I built my own productivity appBefore I started learning React, I had a goal. I wanted to build an MVP (minimum viable product) and experience the whole process of turning ideas into products. But I would always find a way to postpone it. But this time with #christmashackathon, I...319 likes·8.1K readsSide ProjectsChristmas Hackathon
Madzamadza.hashnode.net·Aug 23, 202218 Useful GitHub Repositories Every Developer Should Bookmark 👍💯I often get asked what resources and tips I would recommend for web developers. I decided to curate a list of some of the most useful GitHub repositories I have come across. The main criteria for curating was practical usability, so these repositorie...136 likes·2.1K readsWeb Development
Annie 🦄⚡anniebombanie.hashnode.net·Feb 2, 2021FeaturedHow Three Months of Pair-Programming Has Impacted My Developer CareerIt's been about three months since I began consistently pair-programming. Although it didn't start off smoothly, I can definitely say it's been a valuable addition to my somewhat new developer journey. Here's how it started, the progress, and what I'...134 likes·1.7K readsProgramming Blogs
Mufassir Kazimufassirkazi.hashnode.net·Apr 25, 2023RudderStack - The Open Source Alternative to SegmentWith over 114+ team size and 3.5k+ GitHub stars, RudderStack is the most popular open-source alternative to Segment. To put it briefly, RudderStack assists you in gathering all your customer event data. Once you have collected it, you can easily send...Open Source
ILLA CloudforILLA Cloud Blogillacloud.hashnode.net·Apr 23, 2023Appsmith vs. Tooljet: Which Low-Code Platform is Better for You?Low-code development platforms (LCDPs) are software tools that enable developers to create applications with minimal coding. They offer features such as drag-and-drop interfaces, visual editors, pre-built components, data connectors, and code generat...BlogILLA
Emmanuel Ifeanyi MECHIEemmanuelbyte.hashnode.net·Apr 21, 2023Tackling Endpoint Management Challenges: A Must-Have Tool for ExpressJS DevelopersIntroduction: As a NodeJS developer, you've likely used the ExpressJS framework to build web applications. While Express is known for its simplicity and minimalism, it can be challenging to keep track of all your application's routes, especially as y...12 likesExpress.js
Muhammad Akram3akram.hashnode.net·Apr 21, 2023Manual Data Migration WoesHave you ever faced a scenario where there is an issue in your dev environment that you need to debug safely without affecting the environment? If so, you probably know how painful it is to manually copy data from your RDS to your local machine. But,...Databases
Kera Cudmorekera-cudmore.hashnode.net·Feb 15, 202310 Fun Alternatives to Lorem IpsumLorem ipsum is a short paragraph of text which contains all the letters of the alphabet, and the characters are spread out evenly so that the reader's attention is focused on the layout rather than the content. It has been the standard dummy/placehol...lorem ipsum
ILLA CloudforILLA Cloud Blogillacloud.hashnode.net·Apr 19, 2023Retool vs ILLA Cloud: Which Low-Code Platform is Right for You?Low-code platforms are software tools that allow users to create applications without writing much code. They provide a graphical user interface (GUI) that lets users drag and drop components, connect data sources, and configure logic and functionali...BlogILLA
Gurucharangurucharan.hashnode.net·Apr 19, 2023Day-22 : Getting Started with Jenkins 😃What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...43 readsDevops
Kenebebh Banigobebh.hashnode.net·Apr 18, 2023Optimize your webpages with Google Chrome Lighthouse devtoolIn today's fast-paced digital world, having a website that loads quickly, performs well, and provides a seamless user experience is essential for attracting and retaining visitors. As a web developer, it's your responsibility to ensure that your web ...Web Development
ILLA CloudforILLA Cloud Blogillacloud.hashnode.net·Apr 17, 2023Retool vs. Budibase: A Comparison of Low Code Development PlatformsLow-code development platforms are software tools that enable users to create applications with minimal or no coding. They typically provide drag-and-drop interfaces, pre-built components, templates, and integrations with various data sources and API...BlogILLA
Parimal Pradhanparimalpradhan.hashnode.net·Apr 16, 2023#9 : Deep Dive in Git & GitHub for DevOps Engineers Part-2.Introduction Hello Friends, How are you? I am Parimal Pradhan, Today we are going deep dive into Git & GitHub. I tried to explain the basics of Git and GitHub in the last blog. As a DevOps engineer, you should know the below task: Creating Repositor...TrainWithShubham