Travis Aaron WagnerforTAWDEVtawdev.hashnode.net·Jul 29, 2022FeaturedPlease Start Writing Better Git CommitsI recently read a helpful article on Hashnode by Simon Egersand titled "Write Git Commit Messages Your Colleagues Will Love," and it inspired me to dive a little deeper into understanding what makes a Git commit good or bad. You're probably thinking ...Andrew Baisden and 3 others are discussing this4 people are discussing thisDiscuss·127 likes·7.8K readsGitGreat article! I love how you took my article and basically made it better :D Thanks for sharing your thought on git commits. It's a topic I think we don't talk about enough. And this leads to junior git users not getting into a good git habit. 3
Avneesh AgarwalforAvneesh Agarwalavneesh0612.hashnode.net·Dec 9, 2021How to Build a Todo app with Svelte!Demo https://www.loom.com/share/99032ab2d14844cfb0962e0e71ed3891 Setup Create app npx degit sveltejs/template svelte-todo-app cd into the folder- cd svelte-todo-app Install dependencies npm install # npm yarn install # yarn Start app npm run dev # n...Discuss·90 likes·3.6K readsSvelte
Goutam NathforGoutam's Blogsnathgoutam93.hashnode.net·Mar 29, 2022Introducing BlogBuddy : an effective Co-Blogging toolIntroduction Hey readers 👋, Here is my submission for Hasura X Hashnode hackathon, I hope you will like what I've managed to built during this two weeks of time period. Introducing BlogBuddy Let's start with what problem it is trying to solve and wh...Olubisi Idris Ayinde and 1 other are discussing this2 people are discussing thisDiscuss·89 likes·1.4K readsHasuraSuper Amazing app 👏🏽 6
Thanh PhamforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Apr 21, 2023Lessons Learned from Being a Part of Corporate Microfrontend ImplementationCo-authored with Thinh Le. Introduction As we venture further into the dynamic world of frontend development, we developers are on a constant quest for techniques that boost productivity, maintainability, and collaboration among multiple teams. Micro...Discuss·17 likesMicrofrontend
Olowo JudeforJude's blogjudeolowo.hashnode.net·Apr 20, 2023The Beginner's Guide to Glasp: The Social Web Highlighter for Collaborative LearningIntroduction In this current, fast-paced digital world, bogged down with information overload thereby making it difficult for us to stay organized and focused, and with a shortage of productivity apps that can help us filter out irrelevant informatio...Discuss·3 likes·48 readsProductivity
RKforpolyworkr.hashnode.net·Apr 19, 2023Belbin's framework for more effective UX teamUX teams are typically multidisciplinary, consisting of designers, researchers, developers, and product managers. Each member brings a unique set of skills and experiences to the team. However, the success of the team depends on how well these indivi...DiscussUX
ARPAN MONDALforTech Toolboxarpantechblogs.hashnode.net·Apr 16, 2023Tech Toolbox: Empowering the Tech Community with Collaborative Learning and Original ArticlesMEGAVERSE INITIATIVE OFFICIAL DISCORD COMMUNITY JOIN NOW, CLICK ME Company Description: Tech Toolbox is a unique article publishing company that embraces the "learn in public" philosophy, providing a supportive platform for individuals passionate abo...Discusscommunity
ILLA CloudforILLA Cloud Blogillacloud.hashnode.net·Apr 7, 2023Introducing ILLA Cloud's Game-Changing Real-Time Collaboration FeatureIntroduction In today's fast-paced work environment, collaboration is key to success. However, with team members working remotely or from different locations, it can be challenging to stay on the same page. That's why ILLA Cloud is excited to announc...DiscussILLA
Zevi ReinitzforLivecycle Team Blogteamlivecycle.hashnode.net·Apr 6, 2023Developer Experience is more important than everThe last 12 months have been turbulent for tech companies. And while higher profile issues like mass layoffs and fundraising have gotten lots of attention on the news and in social media, there’s a lot more to it. Companies throughout the industry ar...Discuss·10 likesDeveloper Tools
Gyanendu Bikash BoitaiforGyanendu's Bloggyanendusblog.hashnode.net·Apr 5, 2023Transforming from a Git novice to an accomplished GitHub user: The transition that leads to efficient code managementIntroduction Are you a developer who has struggled with Git for version control? The command-line interface and numerous commands can be daunting, especially if you're new to the game. But don't worry - there's an exciting solution that will revoluti...DiscussGitHub
Malcolm MikaZukiforMalcolm MikaZuki's blogmikacodez.hashnode.net·Mar 31, 2023The Role of Collaboration Tools in Developer ProductivityHey All, Todays article will be about Colloboration tools in order to enhance productivity in the developers space for individual and team aspect. Collaboration is a vital aspect of any software development project. In today's fast-paced environment,...Discuss·1 like·39 readsCollaboration
Andras BacsaiforAndras Bacsaiandrasbacsai.hashnode.net·Mar 27, 2023Creating Open-Source Projects: Learning and Collaboration UnleashedOpen-source projects have revolutionized the way we learn and collaborate in the world of software development. By sharing your code, you give others the opportunity to learn from your work, improve their skills, and contribute to the project. In thi...Discuss·43 readsCoder's CompassOpen Source
Elton Muteswaforphaizel.hashnode.net·Mar 20, 2023Running Docker Compose with Testcontainer for Spock TestsIntroduction. In this blog, I share how we eliminated the toil associated with manually starting and stopping integration test resources - databases & message queues - exposed by Docker Compose by automatically starting and stopping Docker Compose vi...DiscussDocker