Improving Web Page Performance Server-Side Rendering with Next.JS
https://doordash.engineering/2022/03/29/improving-web-page-performance-at-doordash-throughserver-side-rendering-with-next-js/
https://doordash.engineering/2022/03/29/improving-web-page-performance-at-doordash-throughserver-side-rendering-with-next-js/
DoorDash
Improving Web Page Performance Server-Side Rendering with Next.JS
Displaying enticing product images with fast load speeds on high-traffic pages can be a hard. Learn how we implemented server side rendering with next.js
👍1
Introducing the "Coordinated Restore at Checkpoint" Project | Foojay
https://foojay.io/today/introducing-the-openjdk-coordinated-restore-at-checkpoint-project/
https://foojay.io/today/introducing-the-openjdk-coordinated-restore-at-checkpoint-project/
foojay
Introducing the "Coordinated Restore at Checkpoint" Project | Foojay
Do you want to dramatically decrease JVM startup time, from hundreds of seconds to tenths of milliseconds? Find out about Java on CRaC.
👍2
Lerna has gone. Which Monorepo is right for a Node.js BACKEND now? | by Yoni Goldberg | Autodesk TLV | May, 2022 | Medium
https://medium.com/autodesk-tlv/lerna-has-gone-which-monorepo-is-right-for-a-node-js-backend-fc075cad51b0
https://medium.com/autodesk-tlv/lerna-has-gone-which-monorepo-is-right-for-a-node-js-backend-fc075cad51b0
Medium
Which Monorepo is right for a Node.js BACKEND now?
✏️ Written by Michael Solomon and Yoni Goldberg
👍1
The overengineered Solution to my Pigeon Problem :: Max Nagy
https://maxnagy.com/posts/pigeons/
https://maxnagy.com/posts/pigeons/
Max Nagy
The overengineered Solution to my Pigeon Problem
TL;DR: I built a wifi-equipped water gun to shoot the pigeons on my balcony, controlled over the internet by a python noscript running openCV reading the camera image of my old iPhone.
Introduction The pigeons in my backyard find particular pleasures in voiding…
Introduction The pigeons in my backyard find particular pleasures in voiding…
👍1
testcontainers/testcontainers-java: Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://github.com/testcontainers/testcontainers-java
https://github.com/testcontainers/testcontainers-java
GitHub
GitHub - testcontainers/testcontainers-java: Testcontainers is a Java library that supports JUnit tests, providing lightweight…
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker containe...
👍3🔥1
EventSourcing.JVM/workshops/introduction-to-event-sourcing at main · oskardudycz/EventSourcing.JVM · GitHub
https://github.com/oskardudycz/EventSourcing.JVM/tree/main/workshops/introduction-to-event-sourcing
https://github.com/oskardudycz/EventSourcing.JVM/tree/main/workshops/introduction-to-event-sourcing
GitHub
EventSourcing.JVM/workshops/introduction-to-event-sourcing at main · oskardudycz/EventSourcing.JVM
Examples and Tutorials of Event Sourcing in JVM languages - oskardudycz/EventSourcing.JVM
👍7
Why React Re-Renders
https://www.joshwcomeau.com/react/why-react-re-renders/
https://www.joshwcomeau.com/react/why-react-re-renders/
Joshwcomeau
Why React Re-Renders • Josh W. Comeau
In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information…
👍9🔥4
Library of assessments
https://tapioca.webflow.io/library-of-assessments
https://tapioca.webflow.io/library-of-assessments
👍12🤩5🔥4
Git's database internals I: packed object store | The GitHub Blog
https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/
https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/
The GitHub Blog
Git's database internals I: packed object store
This blog series will examine Git’s internals to help make your engineering system more efficient. Part I discusses how Git stores its data in packfiles using custom compression techniques.
🤔7👍6🔥2🤩2
Folks, help me settle a debate!!
When interviewing for a developer job, do you prefer to do:
- Offline coding exercise: on your own time and submit solution via email / GitHub - Pairing coding exercise: face to face or on a video call with interviewer
When interviewing for a developer job, do you prefer to do:
- Offline coding exercise: on your own time and submit solution via email / GitHub - Pairing coding exercise: face to face or on a video call with interviewer
Anonymous Poll
64%
Offline coding exercise
14%
No preference
21%
Collaborative coding exercise
👍3🤔3
The future of rendering in React
https://prateeksurana.me/blog/future-of-rendering-in-react/
https://prateeksurana.me/blog/future-of-rendering-in-react/
prateeksurana.me
The future of rendering in React
Understand what are the problems with current rendering patterns in React, and how the new rendering patterns introduced with React 18 and future versions of React aim to solve them.
👍7🔥2🤩2
tremorlabs/tremor: The react library to build dashboards fast.
https://github.com/tremorlabs/tremor
https://github.com/tremorlabs/tremor
GitHub
GitHub - tremorlabs/tremor: Copy & Paste React components to build modern web applications.
Copy & Paste React components to build modern web applications. - GitHub - tremorlabs/tremor: Copy & Paste React components to build modern web applications.
👍8🔥6💩3🤩1
An overview of Node.js: architecture, APIs, event loop, concurrency
https://2ality.com/2022/09/nodejs-overview.html
https://2ality.com/2022/09/nodejs-overview.html
2Ality
An overview of Node.js: architecture, APIs, event loop, concurrency
This blog post gives an overview of how Node.js works: What its architecture looks like. How its APIs are structured. A few highlights of its global variables and built-in modules. How it runs JavaScript in a single thread via an event loop. Options for concurrent…
👍8🔥3🤩3
Make use of `use` in React - a new hook is coming | Frontend Weekly vol. 109 - Vived
https://vived.io/new-hook-is-coming-to-react-frontend-weekly-vol-109/?utm_source=reddit&utm_medium=r-reactjs&utm_campaign=weekly-frontend
https://vived.io/new-hook-is-coming-to-react-frontend-weekly-vol-109/?utm_source=reddit&utm_medium=r-reactjs&utm_campaign=weekly-frontend
Vived
Make use of `use` in React - a new hook is coming | Frontend Weekly vol. 109 - Vived
The team behind React has unveiled a new hook called `use`. This inconspicuous creation could forever change the way we get data into our applications.
👍13🔥2🤩2