pull down to refresh

Frontend: pure HTML5, CSS3 cascade, vanilla JavaScript.

Backend: express with node.js

BD: Sqlite if static info, postgresql if nees to keep data. (this is sth I am testing more right now)

That is all you need.

I've been working with .net (C#, VB), Android native (Java), Angular, React, Vue, and others... and the easiest and most scalable and mantainable is pure code.

Remember to KISS (Keep It Simple and Sweet)

Can you share a project you've built with your KISS frontend stack? I'm curious how interactive they are.

reply

Currently I have only a few published, but more in background.

A portfolio:
https://josebatutas.github.io/portfolio

HTML5 and CSS3 with a bit of JavaScript to load data dynamically from json files.
With this, my client (without any knowledge of programming) can update those files easily and the changes are applied instantly.

More info DM

My trading bot (WIP):
cstb.onrender.com

Still in progress, but working with custom payments, user login, and data updates every 60 seconds.

The code is private, if you want to share or learn, tell me and we can have a meeting.

reply