HackerTrans
TopNewTrendsCommentsPastAskShowJobs

besil

no profile record

Submissions

Where Is the Shovelware?

substack.com
2 points·by besil·hace 10 meses·0 comments

[untitled]

1 points·by besil·hace 2 años·0 comments

Guys, have I gone too far? – POC of a federated application using Htmx and Nginx

old.reddit.com
2 points·by besil·hace 3 años·0 comments

Ask HN: Htmx or SPA

6 points·by besil·hace 4 años·8 comments

Telegram Web App Bot

core.telegram.org
2 points·by besil·hace 4 años·0 comments

Django and HTMX – sane full stack web development

youtube.com
5 points·by besil·hace 5 años·0 comments

My Django-Svelte setup for fullstack development

dev.to
1 points·by besil·hace 5 años·0 comments

comments

besil
·hace 3 años·discuss
Many years ago, I built a personal budget software. It started as a simple dashboard to analyse data with my wife, then I added a telegram bot to insert expenses on the fly.

Made with Django
besil
·hace 3 años·discuss
In Italy, salaries decreased from 1990. In all other countries they increased.

https://www.reuters.com/markets/europe/why-us-italy-seeks-wa...
besil
·hace 3 años·discuss
Obsidian app + sync
besil
·hace 4 años·discuss
Yeah, agree! I'm planning to use a dashboard theme, there are bilions from bootstrap or tailwind. What's your favourite?
besil
·hace 4 años·discuss
Thank you! In the long run, we may have some integrations with 3rd parties using API, but it's not sure. We won't have a mobile app. For these reasons I was thinking not to use React and, whenever we will have 3rd party integration API, we will then create ad hoc REST API for them
besil
·hace 4 años·discuss
Project Euler !
besil
·hace 5 años·discuss
I really feel your point. Django is my favourite framework but, as for Rails or Laravel, sometimes you need more reactivity to build an app.

The two worlds can live together: I use Django and it’s features (including templating) along with Svelte, served from Django itself.

I wrote a post, if you are interested https://dev.to/besil/my-django-svelte-setup-for-fullstack-de...
besil
·hace 5 años·discuss
I hope too HTML Over the Wire will be trending, I hate all the SPA and JS madness nowadays.

SPA/React/Flutter are great tools and technologies, when you have a team for the backend and one for the front end. If you are a little startup or a single man project, that’s quite huge to maintain
besil
·hace 5 años·discuss
You can go with Server Sent Events too, that are more suitable for notifications. WS may be blocked in corporate networks
besil
·hace 5 años·discuss
How Unpoly differ from Hotwire (Turbo+stimulus) or htmx+alpinejs?

https://htmx.org/ https://alpinejs.dev/ https://turbo.hotwired.dev/ https://stimulus.hotwired.dev/
besil
·hace 5 años·discuss
Only if you want to go with LiveView. For Django, as I’m a Python dev too, I’m going with htmx+alpinejs. Or you can choose the Hotwire stack (Turbo+stimulus)