ABHISHEK PATELforCode With Abhicode-with-abhi.hashnode.dev·5 hours agoTop Web Development YouTube Channels to Kickstart Your Learning in 2024 🚀Web development is an ever-evolving field, and staying updated is essential for developers at all levels. YouTube has become a treasure trove of free, high-quality tutorials and resources to help you master everything from frontend frameworks to back...DiscussWeb Development
Satyam Anandsatyamanand.hashnode.dev·Nov 19, 2024Custom Starter Template for Turborepo with Tailwind CSS & Shadcn UIThis is a custom starter template for Turborepo with Tailwind CSS and Shadcn UI. What is Truborepo? Turborepo is a high-performance mono-repo build system designed to manage multiple projects efficiently within a single repository. It optimizes buil...Discuss·1 like·28 readsVercel
Sandeep P SforMicrosoft365 Blogsthesnippetguy.hashnode.dev·Nov 12, 2024🚀 Setting Up Tailwind CSS and shadcn/ui for SPFx ProjectsSetting up Tailwind CSS and Shadcn in a SharePoint Framework (SPFx) project may seem challenging, but I’m here to guide you through each step! We’ll start by setting up Tailwind CSS with PostCSS and Gulp, then add Shadcn components to give your SPFx ...Discuss·10 likes·54 readsTailwind CSS
Think Throothinkthroo.hashnode.dev·Nov 12, 2024A comparison of metadata configurations between Lobechat and Shadcn/uiIn this article, you will learn how metadata is configured in Lobechat and Shadcn/ui. This comparison shows two ways to configure your metadata, key difference here is that Shadcn/ui is a UI components provider. You don’t see any API calls made to th...DiscussJavaScript
G.Subham Kumar Patragsubhampatra.hashnode.dev·Nov 10, 2024Building a Modern Next.js App with App Router, Tailwind CSS, and Shadcn UINext.js 13 introduced the App Router, a game-changer for building modern web applications. Coupled with the power of Tailwind CSS and Shadcn UI, you can effortlessly create beautiful and performant websites. In this blog, we'll walk through setting u...DiscussNext.js
Hussnain Ahmadpsychocoder.hashnode.dev·Nov 9, 2024Revizio: A Flashcard Tool to Boost Retention Through Spaced RepetitionHi, I am writing after one month now. Previously, I ended my series “Weekly Dev Journal” that I was writing from start of 2023. after that, I didn’t get motivation to write about something. Then, I got idea for articles, and I thought I made projects...Discuss·10 likesBuilding from Scratchbuilding from scratch
ilham adhimilhamadhim.hashnode.dev·Nov 4, 2024From Curiosity to Code: Building with Supabase & ShadcnI’ve been in Front-End Development for 5 years and have grown too comfortable with it. I like building things and have been observing on how my Backend peers work on their things when it comes to building web applications. Down the road, I’ve heard f...Discusssupabase
Ron Gissinrongissin.hashnode.dev·Oct 27, 2024Create Your Own Portfolio Website Easily with Github + VercelIn this article, I will explain how I built my own developer portfolio website using Next.js and the Vercel + Github seamless integration for hosting and CI/CD.You can use this as a “recipe” to get your own portfolio up and running in no time. You ca...DiscussVercel
Ulaş Özdemirulasozdemir.com.tr·Oct 17, 2024NextJS Theme Mode ToggleIn every project, I have a hard time deciding where to place the theme toggle and how to design it. It may seem simple, and many might not think much of it, but I know there are others out there who share my obsession. So, I'm determined to resolve t...Discuss·1 like·244 readsNext.js
Think Throothinkthroo.hashnode.dev·Oct 14, 2024How Shadcn CLI uses error constants to improve code readabilityIn this article, we analyze how a file named error.ts is used across the shadcn/ui code base. utils/errors.ts error.ts contains 12 variables: export const MISSING_DIR_OR_EMPTY_PROJECT = "1" export const EXISTING_CONFIG = "2" export const MISSING_CON...DiscussJavaScript