
jonosellier
404 bio not found
Education
BSc Computer Science (USF Class of 2020)
Work
Web Developer
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Education
BSc Computer Science (USF Class of 2020)
Work
Web Developer
All 24 comments
Tell me a stupid app idea and I'll make it
An app that automatically comments your code that only says e...
Easy Overlay Scrollbars with Reactive Design
While yes it is deprecated as far as W3 is concerned, Chromiu...
Warp is the future of terminals
Forgive my presumptions then!
Warp is the future of terminals
Thank you so much for your transparency (and being active wit...
Warp is the future of terminals
This is a really cool project but I'm confused about the busi...
You don't need... JavaScript to do tabs
At my job I have had to deal with a few people who refuse to ...
You don't need... JavaScript to do tabs
I like using :target for routing (spoilers for the next artic...
What would your tech stack of choice be for a new web dev project?
Frontend: Angular Backend: NestJS DB: Postgres (with Prisma) ...
Convince me that Web3 is the worst
I haven't seen anyone mention the fact that Web3 has no real ...
Tailwind isn't the answer
Tailwind is excellent if you aren't comfortable with CSS beca...
You should stop using `parseInt()`
FYI, Math.round() will round the number, not chop off the dec...
A super-easy way to determine 'this' in JavaScript
Awesome article. Only critique I'd make is that you forgot ab...
Implement Dark Mode On Your Website.
Why not both? @media (prefers-color-scheme: dark) { ht...
The reasons I don't use Typescript
Addressing "You really can't see the point of this a...
The reasons I don't use Typescript
The whole point is type-safety which means you have to be exp...
The reasons I don't use Typescript
Okay that's fair that TypeScript would throw an error, howeve...
The reasons I don't use Typescript
I'm not entirely sure why you hate TypeScript so much as all ...
4 Must-Have Tools for Developing on Windows
Thanks for that👍 For some reason my auto-correct thinks that ...
4 Must-Have Tools for Developing on Windows
Starship certainly looks interesting. I think I'm going to gi...
What is the most beautiful Linux distro?
Elementary OS is my pick for best out of the box beauty. Obvi...
4 Must-Have Tools for Developing on Windows
I know I am in the minority, but I actually like the serifs. ...
What OS do you use for development?
For my own personal development work I ran Elementary OS (Bas...
4 Must-Have Tools for Developing on Windows
Yeah I have been working from home lately and my remote deskt...
Let's discuss: What are your biggest difficulties with Git?
The singe best resource for me when I was learning Git was Oh...