Thanks for the article. This will be a good to save as a PDF for future reference
Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
Great to hear. In my day-to-day job I use grep all the time against of directory of 50k plus text files. It's a great tool to learn and utilize.
I’m mostly a Linux casual who ended up working in not computers so it’s knowledge that’s useful for a month out of a year and hard to retain 😅 This article is what I wish the man page examples were
I get you, I have to look up the same stuff all the time because I don't use it often enough. A good alternative to man pages I found is tldr. There's a web app if you don't want to install it either: https://tldr.inbrowser.app/
These days I prefer rg (ripgrep) instead. However, i love to grep on servers.