Deta Cloud, a free platform for developers

TL, DR Deta Cloud is a free platform where you can deploy micro-APP. It includes serverless functions, a NoSQL database, and cloud object storage. You can use Python or Node.js to develop and deploy your app for free. Deta Cloud Deta Cloud is a new platform that you can use to deploy small projects. It… Continue reading Deta Cloud, a free platform for developers

Self-updating webpages without refresh using Flask and HTMX

TL, DR Flask Sock and HTMX enable the creation of self-updating webpages that do not need refresh, with minimal dependencies and overhead. This is a solution you can easily implement and deploy for very simple projects. HTMX makes webpages dynamic HTMX is an interesting framework that helps you building interactive and self-updating webpages without other… Continue reading Self-updating webpages without refresh using Flask and HTMX