Deepika Gunda·Nov 8, 2024Managing Multiple Git Identities on Windows for Different ProjectsAre you juggling multiple Git accounts for work, personal projects, or freelancing gigs? Managing multiple identities on Git can be a…
Deepika Gunda·Nov 7, 2024How to Fix Lenovo Thinkpad X1 Extreme Gen freezing without blue screenRecently, my Lenovo Thinkpad X1 Extreme Gen 4 started acting up. It would randomly freeze-sometimes after 10 minutes, sometimes after 30…
Deepika Gunda·Nov 8, 2023Use Tailwind to add emoji or shapes using hexCode in psuedo elementsI needed to add a filled triangle as an after content value to show sorting in a table.
Deepika Gunda·Feb 4, 2021Add slide animation on button clickLets say you wanted to add a slide animation to your website. You want to show up some content when a button is clicked or hovered or…
Deepika Gunda·Nov 15, 2020Hosting multiple web projects web developerHi there ! I am writing a small post to show how we can create and host multiple projects using Digital Ocean droplet .
Deepika Gunda·Jul 28, 2020Setup FSearch on Ubuntu 18.04I have used Everything to search for files in Windows . It is incredibly quick . It is one tool I would always include for when I do a…
Deepika Gunda·Jun 24, 2020Login using ssh and password for new non root user.I followed the steps to prep the new droplet created in digital ocean and you hit the username@IP: Permission denied (publickey) !
Deepika Gunda·Mar 17, 2020Find files which contains both the words using grep located in any directory.grep -irlZ ‘ProductsGrid’ * — exclude-dir={node_modules,dist} | xargs -0 grep -l “product_ids”
Deepika Gunda·Sep 3, 2019Async Await — TrickyThis will call multiple promises at one go .It will not wait for one value and then call another value.
Deepika Gunda·Mar 18, 2019Make a beautiful Logo for free in 5 minutes!This is a simple logo making tutorial .At the end you will be able to make a custom logo for your website . You will also be exposed to set…