Viewing profile — besil
besil
HN member- Joined
- Wed, Sep 15, 2021, 6:17 AM UTC
- HN karma
- 15
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About besil
No profile information was provided.
Recent public activity
-
comment
Comment #49128113
I currently work in one of the top global incumbent company in the elevator market in R&D software. I would have never thought there were so many challenges behind a car moving up …
- story
- story
-
comment
Comment #38624253
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 w…
-
comment
Comment #38554195
In Italy, salaries decreased from 1990. In all other countries they increased. https://www.reuters.com/markets/europe/why-us-italy-seeks-wa...
- story
-
comment
Comment #36663371
Obsidian app + sync
-
comment
Comment #34026000
Yeah, agree! I'm planning to use a dashboard theme, there are bilions from bootstrap or tailwind. What's your favourite?
-
comment
Comment #34025988
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 Rea…
-
story
Ask HN: Htmx or SPA
I'm a CTO & co-founder of an early stage fintech start-up (EU). We have to build our MVP for February and other founders. We have some funds ( Our product has very little interacti…
-
comment
Comment #32106068
Project Euler !
- story
- story
-
comment
Comment #29810696
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…
- story
-
comment
Comment #28625529
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…
-
comment
Comment #28625512
You can go with Server Sent Events too, that are more suitable for notifications. WS may be blocked in corporate networks
-
comment
Comment #28625500
How Unpoly differ from Hotwire (Turbo+stimulus) or htmx+alpinejs? https://htmx.org/ https://alpinejs.dev/ https://turbo.hotwired.dev/ https://stimulus.hotwired.dev/
-
comment
Comment #28625483
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)