A
nkit
V
ashisht
tag
#web development
Deep Dive into HTML ( for beginners )
→
HTML, or Hypertext Markup Language, is the foundation of the modern web. It allows us to create and structure content on the internet, giving meaning and structure to text, images, and other elements
2023 · 01 · 05
4 min
html5
web development
beginner developers
webdev
Building Typesafe components in React using Typescript
→
Building typesafe components in React is important for maintaining a healthy codebase and ensuring that your application is free of runtime errors. In this article, we will explore how to use the Type
2023 · 01 · 03
3 min
typescript
react
web development
5 lessons about Tailwind CSS I learned recently
→
Recently at TARS, I've been tasked to work on Tars home page which is a NextJS project where I used tailwind to style components. Well to be honest, It's not the first time I used tailwindcss, infact
2022 · 07 · 08
3 min
web development
css
tailwind css
javascript
react
3 Security Myths, busted !
→
It's all exciting to build, deploy and ship web applications to millions of users but at the same time, one should be aware of the security flaws and holes in the application that could affect those s
2022 · 06 · 26
3 min
web development
security
websecurity
javascript