If you, like me, love order in a git, then Conventional Commits is just a lifesaver 😅 You don't have to guess which commit does what. Just feat:, fix:, chore: - and everything is clear. Plus, it automatically helps with versions and CHANGELOGS. Use Conventional Commits and don't make mistakes in committing names. Your future self in the repository will thank you very much 🙌 Link: https://www.conventionalcommits.org/en/v1.0.0/

Recommended Posts

10 Best Libraries for React App Development in 2026
Tremor - UI library for creating dashboards Link:https://tremor.so/ Planby - component for timelines and schedules Link:https://lnkd.in/dpp4niiV React DnD - easy and convenient Drag & Drop Link:https://lnkd.in/dXW9cceD Advanced Cropper - precise cropping of images Link:https://lnkd.in/dFasX2Va React Resizable Panels - creation of resizable panels Link:https://lnkd.in/d6eqkN7D Tailwind CSS - styling of React components Link:https://tailwindcss.com/ TanStack Query - easy management of asynchronous data Link:https://lnkd.in/dKgtjpcr ShadCN UI - modern UI components for Next.js Link:https://ui.shadcn.com/ Cursify - animation cursor on a new level Link:https://lnkd.in/dhGVDZMR Haiku - a library of 39+ React hooks Link:https://lnkd.in/dd2FrKSe
Viktor Svertoka·News·
10 Games That Will Help You Master CSS 📘
1️⃣ Flexbox Froggy One of the most popular beginner-friendly games for learning Flexbox. 🔗 https://flexboxfroggy.com/ 2️⃣ Flexbox Defense A tower defense-style game where you use Flexbox to protect the path. 🔗 http://www.flexboxdefense.com/ 3️⃣ Knights of the Flexbox Table A fantasy-themed Flexbox game, perfect for Tailwind lovers. 🔗 https://knightsoftheflexboxtable.com/ 4️⃣ Flexbox Adventure A Flexbox learning game similar to Flexbox Froggy but with a different theme. 🔗 https://codingfantasy.com/games/flexboxadventure 5️⃣ Flexbox Zombies Learn Flexbox through an engaging storyline and immersive design. 🔗 https://flexboxzombies.com/ 6️⃣ Grid Garden One of the best ways to learn CSS Grid by watering carrots using grid layouts. 🔗 https://cssgridgarden.com/ 7️⃣ Grid Attack A CSS Grid-based game where you reshape the land to defeat demons. 🔗 https://codingfantasy.com/games/grid-attack 8️⃣ CSS Diner A fun and popular game for learning CSS selectors. 🔗 https://flukeout.github.io/ 9️⃣ Guess CSS Test your CSS knowledge by guessing the correct selector based on the result. 🔗 https://www.guess-css.app/ 🔟 CSS Speedrun A fast-paced challenge focused on writing precise CSS selectors. 🔗 https://css-speedrun.netlify.app/
Viktor Svertoka·Tech·
Top 5 resources for interactive learning of Git.
1 Learn Git Branching is an interactive online resource that teaches you how to use Git in a game format. With visualizations and hands-on tasks, you can easily learn the basics of working with Git branches and commands in an engaging format. Link:https://lnkd.in/dTrYuEbw 2 Killercoda is an interactive platform for quickly getting acquainted with the most popular version control tool - Git. It provides practical experience through scenarios and a simulated environment without the need for local installation. Link:https://lnkd.in/dR_qDZwg 3 Git How To is an interactive tour that will introduce you to the basics of Git. The tour is created with the understanding that the best way to learn something is to do it yourself. Link:https://githowto.com/uk 4 Git Immersion is a step-by-step practical course that introduces the fundamental concepts of Git. Built on the principle of "to understand - you need to do", this resource allows you to master the basics of version control systems through real-world examples and exercises. Link:https://lnkd.in/dhpyGFCZ 5 Oh My Git! is an open source game designed to teach the basics of Git in an engaging game format. Perfect for beginners who want to learn Git in an interactive and fun way. Link:https://ohmygit.org/
Viktor Svertoka·Tech·