Essays, learning, and other miscellaneous goodies.
Clarity is Key - Guiding Our Team to Success
Clarity is crucial for success. As a front-end developer, I prioritize clear communication and objectives to guide our team effectively.
Creating Scroll Animations with Nextjs and GSAP
Hello, fellow developers! 👋 In this video tutorial, I'll guide you through the exciting process of creating a captivating scroll-based animation for a text element in a Next.js app using GSAP (GreenSock Animation Platform) and ScrollTrigger.
Writing Effective Git Commit Messages A Comprehensive Guide
Writing effective Git commit messages is a practice that can significantly enhance collaboration, code maintainability, and project transparency. By understanding and utilizing these different types of commit messages
Sharing Data Between React Components Using Props vs the Context API
In this blog post, we explored two ways to share data between components in React: using props and using the Context API. Both methods have their own benefits and drawbacks, and choosing the right method depends on the specific needs of your application.
Loading...