Top Leads
Smashing Animations: How Classic Cartoons Inspire [IT, other]
Posted 53 minutes ago
Smashing Animations: How Classic Cartoons Inspire Modern CSS
Andy Clarke shows how retro animation techniques have surprising parallels to modern CSS. - https://www.smashingmagazine.com/2025/05/smashing-animations-part-1-classic-cartoons-inspire-css
#css
Optimizing Data Loading in Nuxt with Parallel Requ[IT, job post]
Posted 53 minutes ago
Optimizing Data Loading in Nuxt with Parallel Requests
Learn how to optimize Nuxt data loading performance by implementing parallel requests with useAsyncData, reducing page load times compared to sequential data fetching operations. Includes code examples and performance comparisons. - https://vueschool.io/articles/vuejs-tutorials/optimizing-data-loading-in-nuxt-with-parallel-requests/
#vue
Architectures of modern Front-end applications Th[IT, job post]
Posted 53 minutes ago
Architectures of modern Front-end applications
This post explores the advantages of popular… - https://blog.meetbrackets.com/architectures-of-modern-front-end-applications-8859dfe6c12e
#frontend
Using the Page Object Model design pattern in Angu[IT, job post]
Posted 53 minutes ago
Using the Page Object Model design pattern in Angular applications - https://javascript.plainenglish.io/using-the-page-object-model-design-pattern-in-angular-applications-62c2fa42afb1
#angular
Concurrent Optimistic Updates in React Query - htt[IT, job post]
Posted 53 minutes ago
Concurrent Optimistic Updates in React Query - https://tkdodo.eu/blog/concurrent-optimistic-updates-in-react-query
#react
defineXYZ in Vue - What are Compiler Macros?! Eve[IT, unknown]
Posted 53 minutes ago
defineXYZ in Vue - What are Compiler Macros?!
Even when not using auto imports, there are some function calls in your Vue SFCs that you don't "need" to import. - https://www.youtube.com/watch?v=WbMFNW04anA
#vue
How to Prefetch a Vue.js Component Vue.js offers [IT, other]
Posted 53 minutes ago
How to Prefetch a Vue.js Component
Vue.js offers powerful ways to optimize application performance through component preloading. In this article, explore how to implement component prefetching to enhance your application's user experience and loading times. - https://vueschool.io/articles/vuejs-tutorials/how-to-prefetch-a-vue-js-component/
#vue