pockets
my settings
API URL
PATCH: /vault/임시/pockets.md
HTTP headers
Content-Insertion-Position: beginning
Heading: pockets
Content Template
{{ date "yy-MM-dd H:MM" }}
{{page.title}}
{{article.byline}}
{{article.excerpt}}
{{#if page.selectedText}}
{{quote page.selectedText}}
{{/if}}
pockets
24-10-22 17:10
Why learning effect | Effect: Beginners Complete Getting Started
Welcome to Effect!
24-10-16 10:10
A video course on PostgreSQL - Mastering Postgres
Your application is only as fast as your slowest query regardless of what language, framework, or hosting platform you choose. Mastering Postgres is a comprehensive video course that will help you level up your applications and your career.
24-10-11 16:10
Brewing Board Games With Elixir
While using React Query in a given project for asynchronous state management, which makes fetching, caching, synchronizing, and updating server state more straightforward and efficient as mentioned in the documentation, and by using Axios as a data fetching library to seamlessly interact with APIs. To implement a stateless authentication flow, by handling the access token in every request's headers using a global Axios request interceptor, When it comes to adding refresh token logic, why not again use a global Axios response interceptor as well?비동기 상태 관리를 위해 주어진 프로젝트에서 React Query를 사용하는 동안 문서 에서 언급한 것처럼 서버 상태 가져오기, 캐싱, 동기화 및 업데이트를 보다 간단하고 효율적으로 만들고 Axios를 데이터 가져오기 라이브러리로 사용하여 API와 원활하게 상호 작용합니다. 전역 Axios 요청 인터셉터를 사용하여 모든 요청의 헤더에서 액세스 토큰을 처리함으로써 상태 비저장 인증 흐름을 구현하려면 새로 고침 토큰 논리를 추가할 때 전역 Axios 응답 인터셉터도 다시 사용하면 어떨까요?
24-10-04 16:10
Optimum BH - Getting Started with Ash Framework in Elixir
Are you looking for a powerful and flexible way to build Elixir applications? Look no further than the Ash framework! In this blog post, we'll introduce you to Ash, explain why it's great for building applications, and show you how to get started.
24-10-04 16:10
연재는 비밀이다 - 잭 다니엘 --- Serialization is the Secret - Zach Daniel
Zach Daniel
If a value mutates in the forest with no one to see it, does it really mutate?
24-10-04 12:10
React에서 데이터를 가져오는 방법 [2024] --- How to fetch data in React [2024]
There are multiple ways to fetch data in React from a remote API. Here we want to explore all the options available for data fetching in React that were introduced over the years and are still in use today. While some of them are newer and recommended, others are less recommended and should be avoided in most cases. Let's jump right in.원격 API에서 React의 데이터를 가져오는 방법에는 여러 가지가 있습니다. 여기서는 수년에 걸쳐 도입되어 오늘날에도 여전히 사용되고 있는 React의 데이터 가져오기에 사용할 수 있는 모든 옵션을 살펴보고 싶습니다. 그 중 일부는 최신이고 권장되는 반면 일부는 덜 권장되므로 대부분의 경우 피해야 합니다. 바로 뛰어들어 봅시다.
24-10-04 12:10
useAnimate | Framer for Developers
Create an animate function with scoped selectors and automatic cleanup.
24-10-04 12:10
Next.js의 신뢰할 수 있는 날짜 형식 – Next.js를 위한 국제화(i18n) --- Reliable date formatting in Next.js – Internationalization (i18n) for Next.js
Let's take a look at the following component:다음 구성요소를 살펴보겠습니다.
Nico Prananta
I learned something new about window's storage event!
24-10-04 11:10
Patterns for Memory Efficient DOM Manipulation with Modern Vanilla JavaScript – Frontend Masters Boost
Marc Grabanski
Frontend Masters
Let’s continue the modern vanilla JavaScript series!
24-10-04 11:10
How to Handle Errors in Next.js for Node With the App Router | AppSignal Blog
Error handling in Next.js is critical to providing a seamless experience to your users even when things go wrong.
Without proper error management, users may get confused about what has happened and even leave your site.
To avoid that, you must ensure that they receive informative feedback about errors and provide a way to recover from them.
24-10-01 18:10
셀프 호스팅 Elixir 애플리케이션: 개인적인 접근 방식 · Andriel Nuernberg --- Self-Hosting Elixir Applications: A Personal Approach · Andriel Nuernberg
Andriel Nuernberg
My personal approach to self-hosting Elixir apps using Hetzner, GitHub Actions, Ansible, and Traefik.
If you have programmed with Phoenix, you already know what a delight it can be to work with LiveView.
LiveView simplifies your development process by moving all state management to the server. This reduces the complexity of coordinating states between the client and server.Phoenix로 프로그래밍한 적이 있다면 LiveView로 작업하는 것이 얼마나 즐거운지 이미 알고 계실 것입니다. LiveView는 모든 상태 관리를 서버로 이동하여 개발 프로세스를 단순화합니다. 이렇게 하면 클라이언트와 서버 간의 상태 조정의 복잡성이 줄어듭니다.
24-07-28 17:07
Devbox 및 Direnv를 사용하여 프로젝트 환경 자동화 --- Automate Project Environments with Devbox and Direnv
Mohsen Ansari 모센 안사리
Learn why having an isolated environment is useful, why setting up an environment with Direnv can be tough, and walk through an example of Direnv + Devbox for a sample NodeJS application.격리된 환경을 갖는 것이 왜 유용한지, Direnv로 환경을 설정하는 것이 왜 어려운지 알아보고, 샘플 NodeJS 애플리케이션에 대한 Direnv + Devbox의 예를 살펴보세요.
24-07-28 17:07
Devbox에서 Nix Flakes 사용하기 --- Using Nix Flakes with Devbox
John Lago 존 라고
In Devbox 0.4.7, we added support for installing packages from Nix flakes. For power users of Nix, this provides more flexibility and customization for your Devbox project. Using the power of flakes, developers can now create their own packages, modify nixpkgs, or install packages from sources outside of the Nix store.Devbox 0.4.7 에서는 Nix 플레이크에서 패키지 설치에 대한 지원을 추가했습니다. Nix의 고급 사용자에게는 Devbox 프로젝트에 더 많은 유연성과 사용자 정의가 제공됩니다. 이제 개발자는 플레이크의 강력한 기능을 사용하여 자신만의 패키지를 만들거나, nixpkg를 수정하거나, Nix 스토어 외부 소스에서 패키지를 설치할 수 있습니다.
24-07-28 16:07
Enhancing Your Elixir Codebase with Gleam | AppSignal Blog
Do you write Elixir but sometimes miss the benefits of type safety we have in other languages? If the answer is "yes",
you may want to take a look at Gleam. It is a relatively young language that runs on top of the BEAM platform, which means
it can be added as an enhancement to an Elixir codebase without you having to rewrite everything.
24-07-28 16:07
내가 좋아하는 새로운 Gleam 기능 --- A new Gleam feature I love
Gleam is a functional "friendly language for building
systems that scale". But if I had to describe it with a single word it would be
simple.
Given the small number of features, one could probably go through the entire
language tour in a couple of days and learn all there
is to the language.
This is intentional! Gleam's simplicity is also one of its key features;
as clichè as it may sound, sometimes less is more.
As Rob Pike puts it
"Simplicity is complicated but the clarity is worth the fight."Gleam은 기능적으로 "확장 가능한 시스템을 구축하기 위한 친숙한 언어"입니다. 하지만 한 단어로 표현하자면 간단할 것 같습니다. 기능의 수가 적기 때문에 며칠 안에 전체 언어 투어를 완료하고 언어에 대한 모든 것을 배울 수 있습니다. 이것은 의도적인 것입니다! Gleam의 단순함도 주요 특징 중 하나입니다. 진부하게 들릴 수도 있지만 때로는 적은 것이 더 좋습니다. Rob Pike가 말했듯이 "단순함은 복잡하지만 명확성은 싸울 가치가 있습니다."
I just want to tell you guys that I have started using aider 156 and since I paired it with claude 3.5 sonnet 43 it has been a game changer.제가 aider155를 사용하기 시작했고 이를 clude 3.5 sonnet43과 결합한 이후로 게임의 판도가 바뀌었다는 사실을 여러분께 말씀드리고 싶습니다.
24-06-03 14:06
How to Get a Perfect Deep Copy in JavaScript | by Zachary Lee | May, 2024 | Medium
Written by Zachary Lee
How to Get a Perfect Deep Copy in JavaScript
24-06-03 14:06
변형 후 자동 쿼리 무효화 | TkDodo의 블로그 --- Automatic Query Invalidation after Mutations | TkDodo's blog
Queries and Mutations are two sides of the same coin. A Query defines an asynchronous resource for reading, which often comes from data fetching. A Mutation on the other hand is an action to update such a resource.쿼리와 돌연변이는 동전의 양면입니다. 쿼리는 데이터 가져오기에서 발생하는 읽기용 비동기 리소스를 정의합니다. 반면에 Mutation은 이러한 리소스를 업데이트하는 작업입니다.
24-05-03 15:05
Wisp와 Lustre를 사용하여 첫 번째 Gleam 웹 앱 구축 --- Building your first Gleam web app with Wisp and Lustre
Hey everybody, it seems like Signals are really catching on as a standard for reactivity in the front end space. Pretty much all the front end frameworks are adopting them, and they are also starting to make their way through the TC39 standards process. As an experiment, I decided to see how easy it would be to connect signals to a Pheonix Channel. Spoiler alert: it was really easy! I used LiveState 11 (a thing I built) to hold the state for the signal.안녕하세요 여러분, Signals가 프런트 엔드 공간에서 반응성의 표준으로 인기를 끌고 있는 것 같습니다. 거의 모든 프런트엔드 프레임워크가 이를 채택하고 있으며 TC39 표준 프로세스를 통과하기 시작했습니다. 실험적으로 신호를 Pheonix 채널에 연결하는 것이 얼마나 쉬운지 알아보기로 결정했습니다. 스포일러 경고: 정말 쉬웠어요! 나는 신호의 상태를 유지하기 위해 LiveState11(내가 만든 것)을 사용했습니다.
24-05-02 17:05
Spawn으로 더욱 쉬워진 분산 Elixir | eigr.io --- Distributed Elixir made easy with Spawn | eigr.io
Elias Dal Ben Arruda 엘리아스 달 벤 아루다eigr.io – Core Team eigr.io – 핵심 팀
Hello Elixir enthusiasts! 🚀 As the tech landscape evolves, so should our tools and approaches to development. Today, I'm excited to introduce you to a significant advancement in Elixir development that can reshape how we build distributed systems – I present to you Spawn.엘릭서 매니아 여러분, 안녕하세요! 🚀 기술 환경이 발전함에 따라 우리의 도구와 개발 접근 방식도 발전해야 합니다. 오늘 저는 분산 시스템 구축 방법을 재구성할 수 있는 Elixir 개발의 중요한 발전을 여러분께 소개하게 되어 기쁘게 생각합니다. 바로 Spawn을 소개합니다.
24-05-02 17:05
FLAME을 통한 서버리스 재고 · The Fly Blog --- Rethinking Serverless with FLAME · The Fly Blog
The pursuit of elastic, auto-scaling applications has taken us to silly places.탄력적이고 자동 확장되는 애플리케이션을 추구하다 보니 우리는 어리석은 처지에 놓이게 되었습니다.
24-04-23 14:04
Elixir의 아주 간단하고 검증된 구조체 - DEV Community --- Super simple validated structs in Elixir - DEV Community
In a prior article about a circle of trust, I discussed the substantial benefits of consistently using validated data structs as input parameters; Ecto.Changeset and Plug.Conn for example.신뢰의 범위에 관한 이전 기사에서 저는 검증된 데이터 구조를 입력 매개변수로 일관되게 사용하는 것의 실질적인 이점에 대해 논의했습니다. 예를 들어 Ecto.Changeset 및 Plug.Conn이 있습니다.
24-04-19 11:04
Elixir Streams |> 파이프라인 흐름을 유지하는 데 도움이 되는 2명의 도우미! 😍 --- Elixir Streams |> 2 Helpers to Keep Your Pipelines Flowing! 😎
24-04-19 11:04
PGroonga, Postgres 및 Elixir를 사용한 빠른 전체 텍스트 검색 --- Fast Full-text Search with PGroonga, Postgres, and Elixir
We’re Indie Courses, the video course platform for indie creators. We help you sell your online courses quickly and give you the tools and knowledge to make more sales than you would elsewhere. No marketing degree needed.인디 크리에이터를 위한 동영상 강좌 플랫폼인 Indie Courses입니다. 우리는 귀하가 온라인 강좌를 신속하게 판매하도록 돕고 다른 곳보다 더 많은 판매를 할 수 있는 도구와 지식을 제공합니다. 마케팅 학위가 필요하지 않습니다.
24-03-27 22:03
웹 구성 요소의 HTML 변경 사항에 응답 --- Responding to HTML Changes in a Web Component
While driving my kids to school this morning, I had an interesting thought. Is it possible for a web component to recognize, and respond, when its inner DOM contents have changed? Turns out of course it is, and the answer isn't really depenedant on web components, but is a baked-in part of the web platform, the MutationObserver. Here's what I built as a way to test it out.오늘 아침 아이들을 학교에 데려다 주면서 흥미로운 생각이 들었습니다. 내부 DOM 콘텐츠가 변경되면 웹 구성 요소가 이를 인식하고 응답할 수 있습니까? 물론 그렇습니다. 대답은 웹 구성 요소에 따라 달라지는 것이 아니라 웹 플랫폼에 내장된 MutationObserver의 일부입니다. 이를 테스트하기 위한 방법으로 제가 만든 것은 다음과 같습니다.
24-03-10 23:03
JavaScript를 사용한 클라이언트측 양식 처리 – 예제 코드로 설명 --- Client-Side Form Handling with JavaScript – Explained with Example Code
Samyak Jain
삼약자인
HTML forms are essential components of most websites and web apps. They enable interaction between users and those websites, and are a key concept for web developers to understand. HTML 양식은 대부분의 웹사이트와 웹 앱의 필수 구성 요소입니다. 이는 사용자와 해당 웹 사이트 간의 상호 작용을 가능하게 하며 웹 개발자가 이해해야 하는 핵심 개념입니다.
As part of the containment spec, container queries are something to be reckoned with and in my personal opinion, they still aren’t used enough, but that’s a whole other discussion. What we’ll be covering today are the units that came with this awesome spec and once again, this article will be based on the list at MDN. First, we’ll get through the basics with a listing of the units, followed up with some more advanced usage.격리 사양의 일부로서 컨테이너 쿼리는 고려해야 할 사항이며 내 개인적인 의견으로는 여전히 충분히 사용되지 않지만 이는 완전히 다른 논의입니다. 오늘 우리가 다룰 내용은 이 멋진 사양과 함께 제공되는 장치이며 다시 한번 이 기사는 MDN의 목록을 기반으로 합니다. 먼저, 단위 목록을 통해 기본 사항을 살펴보고, 이어서 좀 더 고급 사용법을 살펴보겠습니다.
24-03-09 19:03
CSS - Implementing Responsive Masonry Layouts
Rufina Uche
Mar 10, 2024
· 6 min read
Masonry layout is a design approach that arranges elements in a staggered manner. It positions each element based on the available space, like a mason laying bricks. The result? An asymmetrical grid that breaks free from the rigid constraints of traditional layouts. This fluid arrangement resonates particularly well with modern web design aesthetics, and this article will show you how to achieve these results.
24-03-07 20:03
3 Advanced Framer Motion Effects in React - DEV Community
Animations are a powerful tool to enhance user experience, and when it comes to creating animations in React, Framer Motion is a popular library of choice.
Previously, we looked at 5 simple animations that you can add to your site. In this post, we will have a look at 3 complex animations or effects that can be created using Framer Motion in React that will take your website to the next level.
24-03-07 2:03
React 서버 구성요소가 내일의 승리를 위해 빌드를 깨는 이유 --- Why React Server Components Are Breaking Builds to Win Tomorrow
Over the past decade, React and its ecosystem has undergone continuous evolution. Each version has introduced new concepts, optimizations, and sometimes paradigm shifts, pushing the boundaries of what we thought was possible in web development.지난 10년 동안 React와 그 생태계는 지속적인 발전을 거듭해왔습니다. 각 버전은 새로운 개념, 최적화, 때로는 패러다임 전환을 도입하여 웹 개발에서 가능하다고 생각했던 것의 경계를 넓혔습니다.React Server Components (RSC) is the latest and perhaps the most significant change since React hooks. However, this change has met with mixed reactions within the community.RSC(React Server Components)는 React Hooks 이후 가장 최근의 변화이자 아마도 가장 중요한 변화일 것입니다. 그러나 이러한 변화는 커뮤니티 내에서 엇갈린 반응을 불러일으켰습니다.For me, this line by Linkin Park captures the sentiment surrounding React’s evolution as we step into 2024:나에게 있어 Linkin Park의 이 대사는 2024년을 맞이하는 React의 진화를 둘러싼 정서를 포착합니다.
24-03-07 2:03
"react-strict-dom", 왜 그렇게 좋은가요? | 시몬 리브차크 --- "react-strict-dom", why it's so great? | Szymon Rybczak
February 26, 2024 (9 days ago)2024년 2월 26일 (9일 전)
24-02-25 14:02
(2) 2024년 엘릭서 배우기 : 엘릭서 --- (2) Learn Elixir in 2024 : elixir
Hello All, 모두들 안녕,
24-02-24 17:02
(번역) DDD, Hexagonal, Onion, Clean, CQRS, … 이 모든 것을 어떻게 함께 사용할까요? | by Jung Han | Feb, 2024 | Medium
Written by Jung Han 정한 작가가 쓴
24-02-23 15:02
반응성/데이터 클라이언트: 관리 없이 비동기 상태 관리 --- reactive/data-client: Async State Management without the Management
24-02-22 15:02
프런트엔드 포커스 이슈 631: 2024년 2월 21일 --- Frontend Focus Issue 631: February 21, 2024
24-02-21 11:02
2024년 리액트 트렌드 --- React Trends in 2024
The year 2024 got me excited about React's ecosystem again. Despite the various challenges and dramas (the biggest one of them moving React to the server with React Server Components) we had last year, there are emerging React trends that everyone should have on their watchlist. Here is my list of exciting React trends for 2024.2024년에는 React의 생태계에 대해 다시 한번 흥미를 갖게 되었습니다. 작년에 겪었던 다양한 도전과 드라마(React 서버 구성 요소를 사용하여 React를 서버로 옮기는 것 중 가장 큰 것)에도 불구하고 모든 사람이 관심 목록에 두어야 할 새로운 React 트렌드가 있습니다. 2024년의 흥미로운 React 트렌드 목록은 다음과 같습니다.
24-02-16 20:02
Introducing Tempo • A new date library for JavaScript (and TypeScript). - DEV Community
TLDR; Checkout the Tempo docs.
24-02-16 20:02
새로운 핵심 웹 필수 요소인 Next Paint의 상호 작용 살펴보기 - DEV 커뮤니티 --- Exploring Interaction to Next Paint, a new Core Web Vital - DEV Community
Written by Rahul Chhodde 작성자: 라훌 초데
✏️
24-02-16 20:02
출시 Nx 주간 요약!! - 개발자 커뮤니티 --- Launch Nx Week Recap!! - DEV Community
We just finished wrapping up Launch Nx Week, which ran from February 5-9, including a full conference on Thursday!목요일 전체 컨퍼런스를 포함하여 2월 5일부터 9일까지 진행된 Launch Nx Week가 막 마무리되었습니다!
24-02-16 20:02
서비스 워커를 사용하는 프론트엔드 개발자를 위한 캐싱 전략 | 작성자: 맥스 타트 샤두스트 | Feb, 2024 | Medium --- Caching strategies for Front-End developers using a service worker | by Max Tat Shahdoost | Feb, 2024 | Medium
Written by Max Tat Shahdoost작성자 맥스 타트 샤두스트
24-02-16 18:02
일반 컴포넌트와 함께 forwardRef를 사용하는 방법 | 토탈 타입스크립트 --- How To Use forwardRef With Generic Components | Total TypeScript
The way React's forwardRef is implemented in TypeScript has some annoying limitations. The biggest is that it disables inference on generic components.React의 forwardRef 가 타입스크립트로 구현되는 방식에는 몇 가지 성가신 한계가 있습니다. 가장 큰 한계는 일반 컴포넌트에 대한 추론을 비활성화한다는 점입니다.
24-02-13 13:02
상위 유형... 그리고 다른 것들 - 이슈 #55280 - 마이크로 소프트/타입스크립트 --- Higher-kinded Types... And other stuff · Issue #55280 · microsoft/TypeScript
GregRos
HKTs have been a much-discussed and desired feature for most of the language’s existence, with many usecases proposed over the years, but so far there have been no concrete proposals I'm aware of.HKT는 언어가 존재하는 대부분의 기간 동안 많은 논의가 있었고 많은 사용 사례가 제안되어 왔지만 아직까지 제가 아는 한 구체적인 제안은 없었습니다.
24-02-13 13:02
Why Wing | Wing
Wing is what we call a cloud-oriented programming language. It allows
developers to build distributed systems that fully leverage the power of the
cloud without having to worry about the underlying infrastructure.
It's best explained through an example:
24-02-13 10:02
더 나은 웹 경험 구축하기: 동적 가져오기 및 코드 분할 구현하기 | 작성자: Juntao Qiu | ITNEXT --- Building Better Web Experiences: Implementing Dynamic Import and Code Splitting | by Juntao Qiu | ITNEXT
Written by Juntao Qiu 작성자: 준타오 치우
24-02-13 10:02
프론트엔드 엔지니어로서: 자바스크립트에서 알아야 할 '이벤트 이미터'의 마법 | by fatfish | Stackademic --- As a Front-End Engineer: The Magic Behind “Event Emitter” in JavaScript That You Should Know About | by fatfish | Stackademic
Written by fatfish 작성자 fatfish
As a Front-End Engineer: The Magic Behind “Event Emitter” in JavaScript That You Should Know About프론트엔드 엔지니어로서: 자바스크립트에서 '이벤트 이미터'의 마법: 알아야 할 모든 것
📅️ Published: February 3, 2024 • 🕣
17 min read
📅️ 게시됨: 2024년 2월 3일 - 🕣 17분 읽기
24-02-10 0:02
이벤트 폭풍 - 혼란을 정리하는 폭풍! | 사마르 베나마르 | 미디엄 --- Event Storming — The Storm That Cleans Up The Mess! | by Samar Benamar | Medium
Written by Samar Benamar 작성자 사마르 베나마르
24-02-10 0:02
비명을 지르는 디자인을 향한 DDD 방법 - 1부: 전략적 패턴 | 사마르 베나마르 저 | 2024년 2월 | Code Like A Girl --- The DDD Way Towards Screaming Design — Part I: Strategic Patterns | by Samar Benamar | Feb, 2024 | Code Like A Girl
Written by Samar Benamar 작성자 사마르 베나마르
24-02-08 13:02
CSR 환경에서 Suspense로 발생한 문제 해결하고 성능 개선하기 | 카카오페이 기술 블로그
이 글에서 사용되는 라이브러리의 최소 버전은 아래와 같습니다.
24-02-08 11:02
is - HTML: 하이퍼텍스트 마크업 언어 | MDN --- is - HTML: HyperText Markup Language | MDN
The is global attribute allows you to specify that a standard HTML element should behave like a defined custom built-in element (see Using custom elements for more details). is 전역 속성을 사용하면 표준 HTML 요소가 정의된 맞춤 내장 요소처럼 동작하도록 지정할 수 있습니다(자세한 내용은 맞춤 요소 사용 참조).
24-02-08 11:02
slot - HTML: HyperText Markup Language | MDN
The slot global attribute assigns a slot in a shadow DOM shadow tree to an element: An element with a slot attribute is assigned to the slot created by the <slot>
element whose name attribute's value matches that slot attribute's value.
24-02-08 11:02
part - HTML: HyperText Markup Language | MDN
The part global attribute contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element.
24-02-07 22:02
CSS에서 변수 이름 지정 --- Naming Variables In CSS
“Naming things is hard” goes the software engineering axiom and CSS is no exception. Here are some collected thoughts related to naming CSS Custom Properties. I’m going to use use the terms “variable” and “custom property” interchangeably since they are effectively the same thing for the purposes of what to call them."이름을 지정하는 것은 어렵다"는 소프트웨어 엔지니어링 원칙이 적용되며 CSS도 예외는 아닙니다. 다음은 CSS 사용자 정의 속성 이름 지정과 관련하여 수집된 몇 가지 생각입니다. 나는 "변수"와 "사용자 정의 속성"이라는 용어를 서로 바꿔서 사용할 것입니다. 왜냐하면 이 두 용어는 호출 목적에 따라 사실상 동일한 것이기 때문입니다.
24-02-04 18:02
A New Era for JavaScript: Pattern Matching Unveiled | by Lokesh Prajapati | Medium
Written by Lokesh Prajapati
GitHub - oxc-project/oxc: ⚓ A collection of JavaScript tools written in Rust.
Why you should use AVIF over JPEG, WebP, PNG and GIF In 2024 | by Julien Etienne | Jan, 2024 | Medium
Web Components 2024 Winter Update | by EisenbergEffect | Jan, 2024 | Medium
Vertical Slice Architecture. Layered architectures are the… | by Milan Jovanović | Medium
[Forget your Microservices! The Unparalleled Benefits of Pool Architecture. | by Raphael Moutard | Medium](https://medium.com/@navez.jerome/applying-the-onion-architecture-to-angular-projects-b37736d2c996)Applying the Onion Architecture to Angular Projects | by Jérôme Navez | Medium
The complete guide to WebSockets with React
Angular Toward Its Renaissance🚀✨ | by FAM | JavaScript in Plain English
Changing Colors in an SVG Element Using CSS and JavaScript
Tao of React - Software Design, Architecture & Best Practices | Alex Kondov - Software Engineer
AI for Web Devs: Faster Responses with HTTP Streaming
React useTransition: performance game changer or…? | by Nadia Makarevich | Medium
A Couple of New CSS Functions I’d Never Heard Of – Chris Coyier