Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
41–50 of 82 posts
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#42Some sites are dead simple, with an SQLite data store, and static content served directly. Some apps are running on AWS ECS, auto scaling up to hundreds of VMs in response to bursty workloads.
Generally though, I’m running docker compose for local development environments, and docker swarm in production. (Until autoscaling requires something like ECS)
Docker makes it easy to define everything in code. (A redis instance, worker instances vs web instances, db, etc)
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#43As you might know not one tool fits all, I still have strong preferences for the following. It helps me get going faster and get things done right first time and helps in ease of maintenance. Language: Typescript. Frontend Framework: Astrojs [1] or qwik [2] Frontend Library: React if it requires 3d and other frame-motion like animations, else will not use any frontend library or might throw solidjs if required for so…
I'm going to try out Astro!
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#44No one in here is going to agree with me because I'm not cool, but I don't care, "I've seen it all!!" I have an employer, and we work with a particular stack, but if I was doing my own thing I would work native each an every time... If you work with apps, xcode and Swift, Android? Android Studio and Kotlin/Java, Windows desktop? Windows Forms and .NET %CURRENT_DOTNET_ITERATION%... Web? pick a solid framework with ton…
> remember Heroku f* everyone sideways Can you elaborate please? I hosted an API on heroku recently. I have no problem so far. Should I be concerned?
0: https://help.heroku.com/RSBRUH58/removal-of-heroku-free-prod...
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#45I use Django for basic sites and complex web-apps. Some sites are dead simple, with an SQLite data store, and static content served directly. Some apps are running on AWS ECS, auto scaling up to hundreds of VMs in response to bursty workloads. Generally though, I’m running docker compose for local development environments, and docker swarm in production. (Until autoscaling requires something like ECS) Docker makes it…
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#4699% of the time there isn't this service can't do.
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#47No one in here is going to agree with me because I'm not cool, but I don't care, "I've seen it all!!" I have an employer, and we work with a particular stack, but if I was doing my own thing I would work native each an every time... If you work with apps, xcode and Swift, Android? Android Studio and Kotlin/Java, Windows desktop? Windows Forms and .NET %CURRENT_DOTNET_ITERATION%... Web? pick a solid framework with ton…
> remember Heroku f* everyone sideways Can you elaborate please? I hosted an API on heroku recently. I have no problem so far. Should I be concerned?
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#48Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#49My go-to right now is Typescript, Nuxt ("Next.js for VueJS"), PrimeVue and Supabase. I'm using Vuetify (Material Design toolkit) for an SPA, but PrimeVue is nice for general websites. Nuxt provides SSR/SSG and lets me use a single framework for both sides. All of the above naturally have quirks to get used to. ;) If I write a backend, it's in Go. It has nice concurrency primitives that lets me structure code the way…
Does not compute, aka what are you saying?
Re: Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
#50No one in here is going to agree with me because I'm not cool, but I don't care, "I've seen it all!!" I have an employer, and we work with a particular stack, but if I was doing my own thing I would work native each an every time... If you work with apps, xcode and Swift, Android? Android Studio and Kotlin/Java, Windows desktop? Windows Forms and .NET %CURRENT_DOTNET_ITERATION%... Web? pick a solid framework with ton…