Design Patterns: Adapter Pattern in TypeScript
Easily Solve Interface Incompatibility Problems Using Adapter Pattern! - https://javascript.plainenglish.io/design-patterns-adapter-pattern-in-typescript-4b7ad3c1c234
#typescript
Easily Solve Interface Incompatibility Problems Using Adapter Pattern! - https://javascript.plainenglish.io/design-patterns-adapter-pattern-in-typescript-4b7ad3c1c234
#typescript
Medium
Design Patterns: Adapter Pattern in TypeScript
Easily Solve Interface Incompatibility Problems Using Adapter Pattern!
👍6
Next.js 13.4 Released
Despite the minor version bump, this is a big release for the popular React framework. The new app router and its improved approach to filesystem based routing is now offered as a stable feature, with a new concept of server actions being introduced in alpha as a way to mutate data on the server without needing to create an in-between API layer. - https://nextjs.org/blog/next-13-4
#react
Despite the minor version bump, this is a big release for the popular React framework. The new app router and its improved approach to filesystem based routing is now offered as a stable feature, with a new concept of server actions being introduced in alpha as a way to mutate data on the server without needing to create an in-between API layer. - https://nextjs.org/blog/next-13-4
#react
nextjs.org
Next.js 13.4
Next.js 13.4 moves App Router to stable, Turbopack to beta, and introduces experimental support for Server Actions.
👍3
How to Create a Complex Form in Angular?
This blog will go through steps to create a pretty complex checkout form in Angular. - https://emilyxiong.medium.com/how-to-create-a-complex-form-in-angular-bdfaee0464d3
#angular
This blog will go through steps to create a pretty complex checkout form in Angular. - https://emilyxiong.medium.com/how-to-create-a-complex-form-in-angular-bdfaee0464d3
#angular
Medium
How to Create a Complex Form in Angular?
This blog will go through steps to create a pretty complex checkout form in Angular.
👍3
Laravel 10 and Nuxt 3 — Setup SSR with authentication from scratch
In this article, explore how to combine the latest versions of 2 of the best frameworks, Laravel 10 and Nuxt 3 and setup a Server-Side Rendered authentication feature from scratch. - https://manchenkoff.medium.com/laravel-10-and-nuxt-3-setup-ssr-with-authentication-from-scratch-497ab1a3fc56
#vue
In this article, explore how to combine the latest versions of 2 of the best frameworks, Laravel 10 and Nuxt 3 and setup a Server-Side Rendered authentication feature from scratch. - https://manchenkoff.medium.com/laravel-10-and-nuxt-3-setup-ssr-with-authentication-from-scratch-497ab1a3fc56
#vue
Medium
Laravel 10 and Nuxt 3 — Setup SSR with authentication from scratch
Here we will take a look at the process of building a project based on two trendy frameworks — Laravel and Nuxt.
👍4
Register custom properties in CSS, get and update them with JavaScript
Ollie Williams looks at two different ways to get the value of a CSS custom property and set or override the value of a custom property using JavaScript. - https://fullystacked.net/posts/custom-properties
#css
Ollie Williams looks at two different ways to get the value of a CSS custom property and set or override the value of a custom property using JavaScript. - https://fullystacked.net/posts/custom-properties
#css
👍4
A Guide to Visual Regression Testing with Playwright
The Playwright browser control library can form the basis of an end-to-end testing mechanism all written in JavaScript, and comparing the visual output of tests can show where things are going wrong. - https://lost-pixel.com/blog/post/playwright-visual-regression-testing
#nodejs
The Playwright browser control library can form the basis of an end-to-end testing mechanism all written in JavaScript, and comparing the visual output of tests can show where things are going wrong. - https://lost-pixel.com/blog/post/playwright-visual-regression-testing
#nodejs
👍5
Tree Shaking in Angular
In a gentle way, you can shake the world! - https://javascript.plainenglish.io/angular-regime-series-tree-shaking-technique-3dc07f5e85a1
#angular
In a gentle way, you can shake the world! - https://javascript.plainenglish.io/angular-regime-series-tree-shaking-technique-3dc07f5e85a1
#angular
Medium
Angular Regime Series: Tree Shaking Technique
In a gentle way, you can shake the world!
👍5👎1
Forwarded from Elena
In a time of market volatility, when BigTech companies are downsizing their teams, it is crucial to find the right balance between hiring career starters and experienced professionals in order to optimize your team's growth and achieve high performance.
Join us on June 21st at 20:00 GMT for a discussion on tips for building urgent hiring pipelines, case studies on outsourcing and outstaffing, and the optimal junior engineer ratio in a team. Our speaker, Alexander, is a Tech Unit Lead at Avito. Effective team growth and management are at the center of his role as he builds teams that deliver tangible product increments, resulting in increased profitability.
The webinar will be useful for team leaders, managers involved in the hiring process, as well as recruiters and HR professionals.
Don't miss out on this opportunity to learn how to navigate an unstable and unpredictable hiring market.
#teamgrowth #highperformance #hiringtips #marketvolatility
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5
How to Structure Your Next.js App with the New App Router
Learn how to organize your modern Next.js project using a feature-driven structure with the new App Router which, the author asserts, enables greater flexibility and efficiency in development. - https://betterprogramming.pub/how-to-structure-your-next-js-app-with-the-new-app-router-61bf2bf5a20d
#react
Learn how to organize your modern Next.js project using a feature-driven structure with the new App Router which, the author asserts, enables greater flexibility and efficiency in development. - https://betterprogramming.pub/how-to-structure-your-next-js-app-with-the-new-app-router-61bf2bf5a20d
#react
Medium
How to Structure Your Next.js App With the New App Router
Learn how to organize your Next.js project using a feature-driven structure with the new App Router, allowing for greater flexibility and…
👍7❤1
Ranger: Use a Range-Like Syntax for Anything?
const numbers = 1[[...8]], anyone? This is a neat trick for a bit of syntactic sugar, but I’m not sure it would pass the sniff test for most teams. You might find the implementation interesting to check out though. Long may this sort of experimentation continue. - https://dev.to/jonrandy/ranger-js-range-syntax-for-anything-4djc
#javascript
const numbers = 1[[...8]], anyone? This is a neat trick for a bit of syntactic sugar, but I’m not sure it would pass the sniff test for most teams. You might find the implementation interesting to check out though. Long may this sort of experimentation continue. - https://dev.to/jonrandy/ranger-js-range-syntax-for-anything-4djc
#javascript
DEV Community
Ranger: JS Range Syntax for Anything
Following on from my little experiment with a basic number range syntax in JS, I decided (as with...
👍6❤2
Linting Defensive and Logical CSS With Stylelint Plugins
Daniel Yuschick explores using Stylelint plugins to help us adopt and enforce defensive and logical CSS practices. - https://blog.logrocket.com/linting-defensive-logical-css-stylelint-plugins
#css
Daniel Yuschick explores using Stylelint plugins to help us adopt and enforce defensive and logical CSS practices. - https://blog.logrocket.com/linting-defensive-logical-css-stylelint-plugins
#css
LogRocket Blog
Linting defensive and logical CSS with Stylelint plugins - LogRocket Blog
In this article, we’ll explore using Stylelint plugins to help us adopt and enforce defensive and logical CSS practices.
👍5❤1
Server-Sent Events with Node
Server-Sent Events (SSE) enable a web server to send real-time updates to the client but without the two-way connection overhead of WebSockets. - https://blog.endpts.io/server-sent-events-with-nodejs
#nodejs
Server-Sent Events (SSE) enable a web server to send real-time updates to the client but without the two-way connection overhead of WebSockets. - https://blog.endpts.io/server-sent-events-with-nodejs
#nodejs
❤6👍1
Nuxt-scheduler: A server side scheduling module for Nuxt 3
Add Scheduled cron jobs within your Nuxt 3 server with Nuxt Scheduler. This blog post provides a simple get-started guide to using this exciting Nuxt 3 server-side module to schedule tasks in your application - https://vuejsfeed.com/blog/nuxt-scheduler-a-server-side-scheduling-module-for-nuxt-3
#vue
Add Scheduled cron jobs within your Nuxt 3 server with Nuxt Scheduler. This blog post provides a simple get-started guide to using this exciting Nuxt 3 server-side module to schedule tasks in your application - https://vuejsfeed.com/blog/nuxt-scheduler-a-server-side-scheduling-module-for-nuxt-3
#vue
Vue.js Feed
Nuxt-scheduler: A server side scheduling module for Nuxt 3
Create scheduled jobs with human readable time settings
👍5❤1
A Follow-up to Dan Abramov's React Server Component Quizzes
Dan intended for these quizzes — delivered via 🐦 his Twitter account — to challenge and enhance his audience’s understanding of React Server Components. This article provides a helpful companion explanation. - https://betterprogramming.pub/grok-react-server-component-by-quizzes-df4417905bc4
#react
Dan intended for these quizzes — delivered via 🐦 his Twitter account — to challenge and enhance his audience’s understanding of React Server Components. This article provides a helpful companion explanation. - https://betterprogramming.pub/grok-react-server-component-by-quizzes-df4417905bc4
#react
Medium
Grok React Server Component by Quizzes
Boost performance and reduce your client-side code size
👍3
Making DRY Conditional Structural Directives Using Angular Directive…
In Angular v15, we can use the new directive composition API to apply directives directly to the host element… - https://netbasal.com/making-dry-conditional-structural-directives-using-angular-directive-composition-api-bc346672445d
#angular
In Angular v15, we can use the new directive composition API to apply directives directly to the host element… - https://netbasal.com/making-dry-conditional-structural-directives-using-angular-directive-composition-api-bc346672445d
#angular
Medium
Making DRY Conditional Structural Directives Using Angular Directive Composition API
In Angular v15, we can use the new directive composition API to apply directives directly to the host element of a component. Creating…
👏5👍2
Ways to Create an Enum in JavaScript
An enum is a set of named constants. Plain objects, frozen objects, proxied objects or a class-based approach provide some ways to create enums in JavaScript. - https://dmitripavlutin.com/javascript-enum/
#javascript
An enum is a set of named constants. Plain objects, frozen objects, proxied objects or a class-based approach provide some ways to create enums in JavaScript. - https://dmitripavlutin.com/javascript-enum/
#javascript
Dmitri Pavlutin Blog
4 Ways to Create an Enum in JavaScript
An enum is a set of named constants. The plain object, frozen object, proxied object or class-based are the 4 ways to create enums in JavaScript.
❤6👍1
Guide to Nest JS-RabbitMQ Microservices
Let us have a Nest JS microservice driven by RabbitMQ broker - https://medium.com/swlh/guide-to-nest-js-rabbitmq-microservices-e1e8655d2853
#nodejs
Let us have a Nest JS microservice driven by RabbitMQ broker - https://medium.com/swlh/guide-to-nest-js-rabbitmq-microservices-e1e8655d2853
#nodejs
Medium
Guide to Nest JS-RabbitMQ Microservices
Let us have a Nest JS microservice driven by RabbitMQ broker
👍5
Two Simple Layouts That Work Better With Grid
Kevin Powell looks at how you can make a couple of simple, responsive layouts with CSS grid, comparing it to similar things you can make with Flexbox. - https://www.youtube.com/watch?v=r1IitKbJRFE
#css
Kevin Powell looks at how you can make a couple of simple, responsive layouts with CSS grid, comparing it to similar things you can make with Flexbox. - https://www.youtube.com/watch?v=r1IitKbJRFE
#css
YouTube
Two simple layouts that work better with Grid
🔥Get your Simple Grid Layout Cheatsheet here: https://simple-grid-layout.kevinpowell.co/
A lot of people use flexbox because it’s simpler than grid, or at least that’s what they tell me. From my experience, there are a lot of simple layouts that are easier…
A lot of people use flexbox because it’s simpler than grid, or at least that’s what they tell me. From my experience, there are a lot of simple layouts that are easier…
👍8
Unlock the full potential of Vue 3 with TypeScript.
Dive into the world of TypeScript. In this Vue.js Amsterdam 2023 presentation video, find out why we should use TypeScript and how to get started with it in our Vue.js applications. A must-watch resource is you are looking to learn the advantages of using TypeScript and various ways to incorporate it into Vue.js. - https://www.youtube.com/watch?v=VBQ3_IXy3JA&list=PL02pdjMT4gWzQ8QZo9ddWuU4nz6s63o1u&index=25
#vue
Dive into the world of TypeScript. In this Vue.js Amsterdam 2023 presentation video, find out why we should use TypeScript and how to get started with it in our Vue.js applications. A must-watch resource is you are looking to learn the advantages of using TypeScript and various ways to incorporate it into Vue.js. - https://www.youtube.com/watch?v=VBQ3_IXy3JA&list=PL02pdjMT4gWzQ8QZo9ddWuU4nz6s63o1u&index=25
#vue
YouTube
Daniel Kelly - TypeScript with Vue.js 3 - Vuejs Amsterdam 2023
Unlock the full potential of Vue 3 with TypeScript. This talk will cover how to type all Vue related features like reactive data, props, events, refs and much more
https://www.jsworldconference.com/newsletter
Powered by https://passionatepeople.io
#jsworld…
https://www.jsworldconference.com/newsletter
Powered by https://passionatepeople.io
#jsworld…
👍6