STSanskar Tiwariinsanskar.dev·Oct 10, 2022 · 2 min readHow to add Light Snack bar to NextJs AppI have seen many modules which can be used as snack-bar but i want to keep my code light and the snack-bar fully customisable. So let’s see how i added snackbar to my recent next-js web app Step 1: First Add to your pages/_app.js file function MyApp...00
STSanskar Tiwariinsanskar.dev·Aug 29, 2022 · 2 min readAdd Animated Scroll Arrow Bouncinghttps://codepen.io/theindianappguy/pen/mdxZaVb Today i added arrow down jump animation which will find in many webpages promoting to the visitor to scroll down the page. You can customise it as you like. You can check demo at blurweb.app Step1 : Add...00
STSanskar Tiwariinsanskar.dev·Aug 27, 2022 · 2 min readHow to land your Dream Job as software developerProgrammer is a dream job. But landing your dream job is not easy. In this post, I’ll share with you 7 tips on how to land your dream job as a software developer according to my experience. Seek internship opportunities Reach out every day Network i...00
STSanskar Tiwariinsanskar.dev·Jul 13, 2022 · 1 min readJS learning of the daySo today i am working on click2contact.app its a chat widget, So i have added option in the website to update the widget and get the code Problem: I need to set styling on selection from drop down here is how i did it first, DID NOT WORKED documen...00
STSanskar Tiwariinsanskar.dev·Jul 12, 2022 · 1 min readStyled Code Embed in HtmlSo i am working on landing page for click2contact.app and wanted to show the code styled so i used codemirror here is how i did it Step1: Add these to the <!-- Code Mirror --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c...00