Viewing profile — jjdeveloper
jjdeveloper
HN member- Joined
- Fri, May 28, 2021, 3:51 AM UTC
- HN karma
- 697
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About jjdeveloper
No profile information was provided.
Recent public activity
-
comment
Comment #39256620
https://archive.is/FUWxi
-
comment
Comment #39161526
There’s only one real language … JavaScript.
-
comment
Comment #38938497
Agree, that would be delicious.
- story
-
comment
Comment #38633075
This feels like it was written by AI
-
comment
Comment #38632914
Agree, storybook has too many little issues and slows down smaller projects. I too feel it’s ideal for larger, slow moving projects.
-
story
Ask HN: Anyone else have more than one stand up a day?
At my work I now have two stand up/micromanagement meetings each morning, sometimes three. Now there is talk about an end of day progress update. At this rate my progress updates w…
-
story
Ask HN: Can Bun web sockets create a Liveview alternative?
With Bun showing such great performance with web sockets do you think we will see a Javascript version of Elixir’s Liveview which seems to be a superior version of HTMX?
-
story
Ask HN: If you’ve used both Svelte and React, which is better?
Interest in hearing opinions from people who have used both and why they chose the one they did.
-
comment
Comment #37291305
Where is the $90 million figure from? Was this disclosed somewhere?
- story
- story
-
comment
Comment #37144971
It’s still growing, those two others have flatlined or shrinking
-
comment
Comment #37144744
That’s not tailwind code. Would be class="my-4 sm:mb-5 lg:mb-6"
-
story
Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
Does this mean we are slowing down and things will mature? Hopefully.
-
comment
Comment #36652267
Astro removes the html tags and just renders text, so I can’t return a new table row for simple crud setup. Only when it’s a valid table does it not strip out the html.
-
comment
Comment #36649923
I wanted to go down this route but Astro can’t render table rows without being wrapped in a table tag. Which killed this as an option for me
-
comment
Comment #36629936
Fly use to not require a credit card and could use the free tier. I setup a few instances just to trial about a year ago, about 6 months ago these instances started costing about $…
-
comment
Comment #36599831
Astro is great … but agree should never mislead users.
-
comment
Comment #36475698
I don’t understand what you mean? Tailwind is free, sure you can buy prebuilt components but there are even more free ones. Also not making the connection between tailwind and vani…
-
comment
Comment #36474320
Next.js is good overall. It has changed a lot over time and has some things that were not ideal like the whole getserversideprops and getstaticprops but the new App directory I am …
-
comment
Comment #36441355
good correction
-
story
NPM Dependency Manager this should be a new tech job role
With the amount of headaches that NPM dependencies cause and the interoperability between the different packages and versions, I feel that teams should create a new role for someon…
- story
-
comment
Comment #36333935
Does this work with Astro (or Next.js)?