There are no real Full stack developers
What do you make of solo-preneurs, who handle every single thing in their business including the technical/coding side?
21–30 of 37 posts
There are no real Full stack developers
What do you make of solo-preneurs, who handle every single thing in their business including the technical/coding side?
Most single-page apps shouldn't be single-page apps. Start with server-rendered HTML and forms. Maybe sprinkle in some jQuery or Alpine or HTMX if you really need to.
2> There should only be one logical task per line of code. The right density is that of basic or pascal. Clever use of compound assignments, macros, etc. cost more than their worth in the long run. It makes code harder to read, and easier to misunderstand, even when you're writing it.
3> Moore's law gave us a nice boost in hardware, but the ride is coming to an end. If your software doesn't distribute across cores, you're going to be stuck in the slow lane compared to that which does.
4> Accounts with usernames and passwords are going away. Capability tokens that can be revoked and renewed are going to be the next big thing. Think Flickr's guest pass to look at an otherwise private photo album, for example.
There's not enough data in the practice of software engineering. A lot of software engineering "best practices" aren't backed by any kind of evidence.