HackerTrans
TopNewTrendsCommentsPastAskShowJobs

besil

no profile record

Submissions

Where Is the Shovelware?

substack.com
2 points·by besil·10 bulan yang lalu·0 comments

[untitled]

1 points·by besil·2 tahun yang lalu·0 comments

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

old.reddit.com
2 points·by besil·3 tahun yang lalu·0 comments

Ask HN: Htmx or SPA

6 points·by besil·4 tahun yang lalu·8 comments

Telegram Web App Bot

core.telegram.org
2 points·by besil·4 tahun yang lalu·0 comments

Django and HTMX – sane full stack web development

youtube.com
5 points·by besil·5 tahun yang lalu·0 comments

My Django-Svelte setup for fullstack development

dev.to
1 points·by besil·5 tahun yang lalu·0 comments

comments

besil
·3 tahun yang lalu·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
·3 tahun yang lalu·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
·3 tahun yang lalu·discuss
Obsidian app + sync
besil
·4 tahun yang lalu·discuss
Yeah, agree! I'm planning to use a dashboard theme, there are bilions from bootstrap or tailwind. What's your favourite?
besil
·4 tahun yang lalu·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
·4 tahun yang lalu·discuss
Project Euler !
besil
·5 tahun yang lalu·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
·5 tahun yang lalu·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
·5 tahun yang lalu·discuss
You can go with Server Sent Events too, that are more suitable for notifications. WS may be blocked in corporate networks
besil
·5 tahun yang lalu·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
·5 tahun yang lalu·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)