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
Deepika GundaHow I got my FreeCodeCamp certificate in 90 days.This blog post is to give an idea of how I learnt javascript and my opinion as to the best way to learn javascript ecosystem in 2019.Mar 7, 2019Mar 7, 2019
Deepika GundainWe’ve moved to freeCodeCamp.org/newsHow to use a little CSS Grid magic to design a calculator appThis article is a quick intro to CSS Grid. We will be making a calculator using it.Jan 9, 20192Jan 9, 20192