When you are a developer, you are always oscillating between "I am dumb" and "I am a genius".
I rewrote my Neovim config, for those of you that think it looks cool and want to have something similar check it out, all the config is on my github.
•Lua config:
https://github.com/zekariyasamdu/nvim-config
• Terminal Used: Alacritty
https://github.com/zekariyasamdu/alacritty-config
•Panel Manger: Zellij
https://github.com/zekariyasamdu/zellij-config
•Lua config:
https://github.com/zekariyasamdu/nvim-config
• Terminal Used: Alacritty
https://github.com/zekariyasamdu/alacritty-config
•Panel Manger: Zellij
https://github.com/zekariyasamdu/zellij-config
❤2🔥1
Today, I tried running shadcn website locally but ended up lagging and crashing my pc, that answers my question of “why do most devs own a mac? ” we need those M chips to run huge projects. noted.
👀1
Better auth compiled tho, works fine, maybe a little laggy. guess my pc isn’t completely doomed.
Forwarded from Commit Happens
Every Linux user (at least me) spends like 70% of their time in the terminal, and cd is the usual way to move around.
But have you seen a better version of cd? Check out zoxide 👉 https://github.com/ajeetdsouza/zoxide
Just type z <folder-name> and it teleports you there no need to remember the full name, path or capitalization.
It’s simple, fast, and honestly should be the default!
But have you seen a better version of cd? Check out zoxide 👉 https://github.com/ajeetdsouza/zoxide
Just type z <folder-name> and it teleports you there no need to remember the full name, path or capitalization.
It’s simple, fast, and honestly should be the default!
I don’t like booting into windows but I just need that microsoft word…… Libreoffice, it’s just not it bro😔
I had a goal to go through all of reacts documentation….to get a better picture of all the hooks but there are so many niche hooks u will probably never use, like this one, generates an id for accessibility attributes. (like Y?)
to be honest the only important hooks are:
useState
useContext
useMemo
useRef
useCallback
useActionState
useReducer
the others are way to niche in my opinion.
to be honest the only important hooks are:
useState
useContext
useMemo
useRef
useCallback
useActionState
useReducer
the others are way to niche in my opinion.
❤3