Jan 4Building a CRUD App with Next.js, React Query, React Hook Form, and YupIn this tutorial, you will learn how to build a CRUD (create, read, update, delete) app using Next.js, React Query, React Hook Form, and Yup. You will learn how to use these tools to build a CRUD app that allows users to create, read, update, and delete items stored on…6 min read6 min read
May 4, 2022Don’t use 100vh for mobile responsiveGenerally, we use height:100vh it is for fullscreen layout which is an easy hack and a convenient way to get better design. Example .content { height: 100vh; } But when we test our design on an actual device, we encounter several issues: Mostly Chrome and Firefox browsers on mobile have got…JavaScript2 min readJavaScript2 min read
Apr 26, 2021Share your code snippets in an awesome wayCarbon — Create and share beautiful images of your source code. As you can see, you can copy the code and also scroll down the section which is a great way of presenting your code source. And also, you can attach the image of the code like below So…Generator2 min readGenerator2 min read
Apr 9, 2021Get Instant Country FlagsWhile working on one of my projects, there is one feature where I need to display a specific flag depending upon the country code. My first approach was to get the country flags’ zip file and extract it locally from the images folder. …JavaScript2 min readJavaScript2 min read
Apr 5, 2021Delete node_modules like a ProUsually, while working on multiple projects we complain about the hard drive which is mystically always full. Whenever we start a new project and run npm install, it downloads a bunch of javascript files in the node_modules folder and we don’t care about this after we abandoned the project. Even…Node2 min readNode2 min read
Published inYoungInnovations' Blog·Mar 26, 2021YoungInnovations Weekly Blog #283 — YIPL on Dev.to and Tiktok, Electric-Rickshaw (HTML and CSS), After Effects Crash Course, Standards using Frontend tools, Learning Embroidery, Women Leaders in Technology (WLiT), Apple Recall program, Birthday CelebrationLet’s recap what happened on this week. YIPL on Dev.to and Tiktok Dev.to is an online community for sharing and discovering great ideas, having debate and making friends. We decided to write technical blogs on dev.to where we will publish blogs related to frontend, backend. So, stay tuned for upcoming blogs. You can follow us…Weekly4 min readWeekly4 min read
Mar 25, 2021Rebuilding E-Rickshaw with Plain HTML and CSSIt just feels great that how HTML5 and CSS3 can make different types of shapes. Besides normal web design patterns, if we explore we can create stunning arts. It can help you to sharpen your CSS skills. Here’s the codepen link https://codepen.io/nirazanbasnet/pen/LYbozQJ Also, you can check my other codepen works here 👏👏 Feel free to share your thoughts and opinions and leave me a comment if you have any problems or questions.HTML1 min readHTML1 min read
Mar 20, 2020Top 20 UI/UX Design YouTube Channel that you should followHere are my top 20 UI/UX design youtube channels that I checked every day and get inspired and helps me to boost my creativity. The FuturDesign6 min readDesign6 min read
Published inYoungInnovations' Blog·Mar 2, 2020Frontend Knowledge Sharing #33Navigation for Design Systems, Tailwind UI, 500+ CSS Icons, Heroicons, Iconset, CSS Specificity calculator, Sass mixin for Buttons — Table of Content — Frontend Talks Navigation for Design Systems Tailwind UI 500+ CSS Icons Heroicons Iconset CSS Specificity calculator Sass mixin for Buttons Navigation for Design Systems and Style GuidesJavaScript3 min readJavaScript3 min read
Published inYoungInnovations' Blog·Feb 20, 2020YoungInnovations Weekly #227YI Picnic 2020, Futsal prize distribution, YI Sessions, Birthday — “Before software can be reusable it first has to be usable.” — Ralph Johnson Let’s have a look at what happened this week at YoungInnovations, YI Picnic 2020 Last week on Saturday we had organised the YIPL Picnic 2020. Everyone was there to celebrate the event. The weather was awesome and everyone was…Weekly5 min readWeekly5 min read