Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mhfu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mhfu
3mo ago
https://spartan.ng/
2.
▲
by
mhfu
10mo ago
If your organization has one API written in Node, another in Java and third in Python without any reason, then yes, all the problems are nails. And sadly, I've seen this a lot.
3.
▲
by
mhfu
1y ago
I was thinking of doing something like that, but how does it work for the company in the end? If they vibe coded their project and now have shitty code full of bugs, you come in, fix the bugs and organize the code better and that's it?
4.
▲
by
mhfu
1y ago
I mean, of course exercise isn't going to fix your vision. But if your vision is going to degrade, you can still choose if you want to live as a fit and healthy person who needs reading glasses, or as a person who has aches all over, i
5.
▲
by
mhfu
3y ago
What does a dashcam do differently from a normal camera? Why can't you just hit record?
6.
▲
by
mhfu
3y ago
Don't know anything about Scala. Kotlin has null safety and a bit cleaner syntax, but other than that, I don't see too much advantage over Java for backend. In Android, Java is still lagging behind a lot. Also, Jetpack Compose, a
7.
▲
by
mhfu
3y ago
"which is 5px high and 12px wide" And that is just the visible part, actual clickable area is 1px by 1px so even when you correctly click on the "x", you don't actually close it.
8.
▲
by
mhfu
4y ago
"I have several side projects where I use a simple Spring Boot backend and I feel I can focus more on the fun part (solving problems)." I tried to do side projects with Spring Boot and I also worked with it professionally. I never
9.
▲
by
mhfu
4y ago
I like to use React for it's component system. Those components don't even have to be reusable, I just like working with them, it's way easier to separate and organize code and it makes me more productive when I have to find
10.
▲
by
mhfu
4y ago
Writing a single get endpoint that returns string is easy in almost any language/framework today, you didn't really show anything with it. The real pain starts when you have to add database connection, migrations, auth, security a
11.
▲
by
mhfu
4y ago
It's not maligned. I've worked on some complex backends some time ago and I would never call those glorified CRUD apps. But my current project is basically Node backend with almost zero business logic. You hit GET endpoint, it ret
12.
▲
by
mhfu
4y ago
Yep. I build glorified CRUD apps in NodeJS + React, my friend works on some embedded C++ stuff. - My working hours are way more flexible. I pretty much only have to attend meetings which are rare, so I can basically work whenever I want du