-
-
SurveyJS
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
-
microblog
The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
This might be a good starting point:
The Flask Mega Tutorial https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...
I’m guessing there’s something similar for Ruby on Rails and Laravel.
For persistence, consider Litestream/SQLite. Or just good old PostgreSQL. Or MariaDB.
-
The Flask mega-tutorial is great - but I would recommend looking at fast Api today, rather than flask. That will in general only give you an Api though - you'd typically add on a pure js/ts front-end or something:
https://fastapi.tiangolo.com/
Or look at Django - for something more full-featured in python.
-
Nuxt.js
Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
Start with Nuxt / Next and work your way to HTML. I say this after being a web developer since 2002.
You will figure out what you need and what you do not very quickly this way.
It won't be easy, but you'll end up with the skills you need in modern web dev.
And be thankful you did not have to spend a decade dealing with cross browser issues. You have it very easy today.
https://nuxtjs.org/ (I prefer Vue).
https://nextjs.org/
-
Start with Nuxt / Next and work your way to HTML. I say this after being a web developer since 2002.
You will figure out what you need and what you do not very quickly this way.
It won't be easy, but you'll end up with the skills you need in modern web dev.
And be thankful you did not have to spend a decade dealing with cross browser issues. You have it very easy today.
https://nuxtjs.org/ (I prefer Vue).
https://nextjs.org/
-
-
Also, I suppose it's the opposite of boring - but I always liked the pragmatic streak in the deno project - it may very well be that fresh isn't a bad place to start?
https://fresh.deno.dev/
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
learn-x-by-doing-y
🛠️ Learn a technology X by doing a project - Search engine of project-based learning
Related posts
-
Rapid Prototyping with Flask, Bootstrap and Secutio
-
My SaaS makes $50K MRR and is built on vanilla Ruby on Rails and jQuery
-
Why I selected Elixir and Phoenix as my main stack
-
Lona – A web framework for responsive web apps in full Python without JavaScript
-
Can you convert python to JavaScript with libraries?