A
nkit
V
ashisht
writing
i write to think.
Use Browser like a PRO !
→
Well, I like to keep things in Marie Kondo's way! Especially in the digital world, the more stuff is organized the more you have peace of mind. That's the primary reason I use Window Manager. I know e
2023 · 01 · 08
2 min
browsers
productivity
linux
developer
brave
Test Driven Development with React & Typescript using Vite
→
Recently I've been reading a book "Learning Test Driven Development" by Saleem Siddiqui. After reading a couple of chapters I wanted to try out TDD in practice. In this blog, we'll explore what is TDD
2023 · 01 · 07
2 min
react
vite
testing
typescript
testing library
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
Installing Awesome WM on top of Minimal Ubuntu
→
After lot of distro hopping and using various DEs (desktop environments), I finally wanted to experience minimal and stable OS with some powerful and customizable window manager. I could have used min
2022 · 07 · 23
4 min
linux
ubuntu
developer tools
window managers
Figma : From Developer's Lens
→
Being a developer, I love creating beautiful stuff for web. But that doesn't restrict me to explore other possible domain where I can create screens without even touching the code. I've been designing
2022 · 07 · 22
3 min
frontend development
figma
design
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
Invalidate cache of Dependent Queries in React Query
→
One of my favourite library in React ecosystem is React-Query. If you don't know about it already, React-Query helps you to fetch, cache and manage server state in your react application. It is fully
2022 · 06 · 18
2 min
react
javascript
frontend development
apis