Deepika GundaManaging 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…Nov 8Nov 8
Deepika GundaHow 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…Nov 7Nov 7
Deepika GundaUse 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.Nov 8, 2023Nov 8, 2023
Deepika GundaAdd 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…Feb 4, 2021Feb 4, 2021
Deepika GundaHosting 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 .Nov 15, 2020Nov 15, 2020
Deepika GundaSetup 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…Jul 28, 2020Jul 28, 2020
Deepika GundaLogin 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) !Jun 24, 2020Jun 24, 2020
Deepika GundaFind 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”Mar 17, 2020Mar 17, 2020
Deepika GundaAsync Await — TrickyThis will call multiple promises at one go .It will not wait for one value and then call another value.Sep 3, 2019Sep 3, 2019
Deepika GundaMake 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…Mar 18, 2019Mar 18, 2019