fullstack_matt's profile picture. Full Stack Developer

Matt

@fullstack_matt

Full Stack Developer

Pretty chuffed that my Chrome Extension has earned the Featured Badge 😍


Matt أعاد

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.


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.


Matt أعاد

10 Docker Commands Every Frontend Developer Should Know by Matt Burrell betterprogramming.pub/10-docker-comm…


Time for decentralized apps.


Been using artillery and k6 for scripting some performance tests. Much nicer than having to use a clunky complicated UI tool.


Unit tests are a form of insurance. Don’t be uninsured.


Matt أعاد

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.


JSON API is complete overkill for simple apis.


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.


Really impressed with Lucidchart.


United States الاتجاهات

Loading...

Something went wrong.


Something went wrong.