Found 1370 bookmarks
Newest
Enterprise React in 2022
Enterprise React in 2022
React-based tech stack to build your next great app with Next.js, Redux, Redux-Saga, React Hook Form and Chakra UI
·javascript.plainenglish.io·
Enterprise React in 2022
Wasm By Example
Wasm By Example
A hands-on introduction into WebAssembly ( Wasm ). Containing simple wasm examples and wasm tutorials on how to implement concepts and various tasks using WebAssembly.
·wasmbyexample.dev·
Wasm By Example
Push Ifs Up And Fors Down
Push Ifs Up And Fors Down
A short note on two related rules of thumb.
·matklad.github.io·
Push Ifs Up And Fors Down
Moving back to React
Moving back to React
Discover the story behind daily.dev's transition from Preact to React for frontend development. This post explores the challenges, solutions, and benefits of migrating to React, enhancing our web app's performance and development experience.
·daily.dev·
Moving back to React
What I Wish I Knew About Working In Development Right Out Of School — Smashing Magazine
What I Wish I Knew About Working In Development Right Out Of School — Smashing Magazine
Victoria Johnson began a career in front-end development upon graduating from college. Now, roughly one year later, she reflects back on the decisions she made to crack into the field and find her first full-time job. This is her story, and she’s sharing it to provide those who are just starting out with another beginner’s perspective.
·smashingmagazine.com·
What I Wish I Knew About Working In Development Right Out Of School — Smashing Magazine
Else Nuances
Else Nuances
This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Testin...
·testing.googleblog.com·
Else Nuances
HTML Web Components
HTML Web Components
Writing about the big beautiful mess that is making things for the world wide web.
·blog.jim-nielsen.com·
HTML Web Components
Version Control: Comprehensive Summary
Version Control: Comprehensive Summary
Version control plays a crucial role in modern software development. Here are some detailed concepts you might want to know about Version…
·lennart-lerin.medium.com·
Version Control: Comprehensive Summary
Demystifying the React useCallback Hook - Semaphore
Demystifying the React useCallback Hook - Semaphore
In this article, we explore the key concepts related to useCallback, including its purpose, usage, benefits, and best practices.
·semaphoreci.com·
Demystifying the React useCallback Hook - Semaphore
How one line of code caused a $60 million loss
How one line of code caused a $60 million loss
60,000 people lost full phone service, half of AT&T's network was down, and 500 airline flights were delayed
·engineercodex.substack.com·
How one line of code caused a $60 million loss
How to Write Commit Messages that Project Maintainers Will Appreciate
How to Write Commit Messages that Project Maintainers Will Appreciate
You know the saying “If you keep looking at the past, you’ll miss the future”? Well in the context of coding and working with Git, that’s not the case. Your commit history plays a huge role in the future of the open source projects that you contribute to, and
·freecodecamp.org·
How to Write Commit Messages that Project Maintainers Will Appreciate
Writing code for both computers and humans - Tony Mottaz
Writing code for both computers and humans - Tony Mottaz
Code is run by computers, but it is read by humans. In this post, I explore an example of code that is written with empathy for other programmers.
·tonymottaz.com·
Writing code for both computers and humans - Tony Mottaz
Kraken Technologies: How we organise our very large Python monolith
Kraken Technologies: How we organise our very large Python monolith
By David Seddon from Kraken Technologies. Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a Python application which has, at last count, 27,637 modules. Yes, you read that right: nearly 28k separate Python files - not including tests. I do this along with
·blog.europython.eu·
Kraken Technologies: How we organise our very large Python monolith
Singleton classes with Typescript
Singleton classes with Typescript
In this post, we will learn how to create a singleton class using Typescript. Singleton...
·dev.to·
Singleton classes with Typescript
Writing Components That Work In Any Frontend Framework
Writing Components That Work In Any Frontend Framework
Web components let developers write interoperable components, but at the cost of lots of boilerplate. Learn how you can write components that work in Svelte, Vue, React, and other frameworks, with minimal boilerplate.
·component-odyssey.com·
Writing Components That Work In Any Frontend Framework
Generate open graph social preview images with Remix
Generate open graph social preview images with Remix
Learn how to generate social preview images for your website with Remix and Tailwind. Use Vercel's Satori package with Remix for dynamic open graph images. Fetch fonts from Google automatically.
·jacobparis.com·
Generate open graph social preview images with Remix
Why You Want React Query
Why You Want React Query
Let's take a look at why you'd want a library like React Query, even if you don't need all the extra features it provides...
·tkdodo.eu·
Why You Want React Query