
Matt
@fullstack_matt
Full Stack Developer
คุณอาจชื่นชอบ
Pretty chuffed that my Chrome Extension has earned the Featured Badge 😍
Totally agree. GET vs POST have meaningful behaviour differences in browsers. Use GET for stuff without side-effects, otherwise use POST. The other verbs? Nah. I've always found it easier to be expressive in the URL than the HTTP verb.
Unpopular opinion: Don't use http verbs PUT, PATCH, DELETE. Just use POST for everything. Reasons: - <form> doesn't support the others. Frameworks that allow it do so through hacks. - URLs are free, you don't gain anything by overloading them. - Purity < practicality
If you're a .NET developer and want to learn a @nodejs framework then @nestframework will feel very familiar. Highly recommend.
I created a small repo demonstrating how to build a Chrome Extension using TypeScript, React and esbuild: github.com/mattburrell/si… #esbuild #chromeextension
My bundler of choice is esbuild. So quick and great API. Built-in support for TypeScript, CSS and JSX out of the box and it now has ‘live reloading’ enabled in latest version.
10 Docker Commands Every Frontend Developer Should Know by Matt Burrell betterprogramming.pub/10-docker-comm…
I just published Stop Using the JavaScript Notifications API link.medium.com/xCiYwWitowb
Been using artillery and k6 for scripting some performance tests. Much nicer than having to use a clunky complicated UI tool.
Specialize. Niche. Avoid this fate: "Don't call me a resource! Now, excuse me while I spend countless unpaid hours studying for a trivia test that will determine which massive enterprise gets to deploy me to its projects as cost-effectively and fungibly as possible."
When you don’t do TDD, you end up using the debugger as a poor-man’s TDD substitute.
You don’t need to worry about code coverage metrics if you’re doing proper TDD. Seems that the obsession with code coverage is related to people not writing tests in the first place.
The need for an architect is inversely related to the experience of the dev team. If you get top devs you probably don’t need architects.
Lindy effect.
When every chat app in the world has died off, email will still be here.
Rebase > merge when pulling changes into your feature branch.
United States เทรนด์
- 1. Gabe Vincent 3,088 posts
- 2. #AEWDynamite 17.3K posts
- 3. #VSFashionShow 521K posts
- 4. Angel Reese 45.5K posts
- 5. Deport Harry Sisson 5,617 posts
- 6. #Survivor49 3,299 posts
- 7. #youtubedown 16K posts
- 8. tzuyu 210K posts
- 9. #stlblues 1,649 posts
- 10. Quen 29K posts
- 11. George Kirby 2,285 posts
- 12. Darby 4,964 posts
- 13. jihyo 168K posts
- 14. Suarez 17.6K posts
- 15. Hofer 1,696 posts
- 16. Birdman 4,672 posts
- 17. Nazar 6,164 posts
- 18. Victoria's Secret 510K posts
- 19. Nancy 144K posts
- 20. Tusky 1,971 posts
Something went wrong.
Something went wrong.