Earlier quoted context omitted.
If you don't get why the fact a high successful venture is using such a barebones tech stack is not noteworthy, you must be following a different tech industry than I am
I mostly follow HN, a successful tech forum that is written in a single lisp file and runs on a single server. It’s not surprising to find successful projects run with a simple stack. The opposite is more surprising.
Pieter Levels Makes $600k a Year from Nomad List and Remote OK
71–80 of 147 posts
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#72I would say that for every Pieter on this planet, there are thousands of failed Pieters. The success of his business niche doesn't have much to do with tech stack or even programming, but rather Instagram style lifestyle businesses.
Agreed, almost any developer could build the same products. The real reason for success is by selling the nomad lifestyle via social media. People buy into the dream.
Call me square but it's much easier to just overpay for rent in the USA and just focus on building "bulletproof" skills for a long career here.
After all, nobody stands up postgres on EC2 anymore right, we all just use redshift and lambdas? right? ok well maybe not all of us :)
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#73Earlier quoted context omitted.
What the parent and original post seem to be implying is that simplicity, efficiency, tech stack (or lack there of), isn't what drives success in a business, it is instead the customers paying. Sure having a modern infrastructure that is able to process thousands of requests per second is better than something that can only do a few hundred, but if you strip out a bunch of excess requests, you will process less per u…
And save money + time. The most important part is people paying you money. Modern startup culture is full of inefficiencies + silly trappings (nice offices, drive to hire people, make things more complex, take more money from investors to stave off figuring out taking money from customers)
An entire app can be build in a single js file (with only one dependency... and it's 150 or so dependencies and sub dependencies).
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#74Earlier quoted context omitted.
What site is that? :)
I knew someone would ask. Sorry but I’m not gonna reveal it, don’t want competition. I will say it’s been online for over a decade, information rich, with affiliate lead generation as the main source of income.
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#75If you don't know who Pieter Levels is, the title makes it sound like this person makes $600k doing remote coding work on jobs found on Nomad List and Remote OK. In actuality, he is an MBA who runs these two businesses.
No snark, what does having an MBA have to do with running those businesses? Curious why you chose to include that?
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#76I don’t usually like to toot my own horn, but I make $600k/year off a plain HTML static site that isn’t even coded well, in-line CSS, many pages not responsive, broken links, etc.
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#77Earlier quoted context omitted.
Also he's up to about 900k now the video referred to is old.
that's run rate - he had a recent spike up to 1m run rate. his biz is quite volatile.
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#78However, the technological choices that he makes seem fine for the type of web applications he's building: seemingly simple, one-off projects to which he adds more features as needed.
I don't know if that approach would work on maintaining a large code base in the case of a meatier project that needs to be maintained for the long term. My own experience doing web dev (which is not my specialty) is that HTML,CSS,JS quickly become unmaintainable when you try to scale them without a well though out architecture and some prior experience.
Once again, glad for him!
Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#79Re: Pieter Levels Makes $600k a Year from Nomad List and Remote OK
#80Earlier quoted context omitted.
I've found that Apple uses sqlite too, for Safari history and if I recall correctly macOS Notes app too.
Apple built Core Data on top of sqlite. There are probably a lot more Apple apps using it than just Safari and Notes. https://developer.apple.com/documentation/coredata/ https://en.wikipedia.org/wiki/Core_Data