- Home
- 過去の記事一覧
josysnavi_editor_en一覧
-
ACID in Database – A for Atomicity
Atomicity Overview Imagine a busy office where employees are working on multiple tasks at once. Each task ne… -
- 2024/8/21
- ブログ
Passkeys are not Passwords
In the digital age, where our lives are increasingly intertwined with technology, the importance of secure… -
- 2024/8/21
- ブログ
If You Build It, Will They Come Back? 4 Ways to Keep Users Happy
In the grand theater of product development, where emotions often run as high as the stakes, the elusive c… -
- 2024/8/20
- ブログ
バリアントの作成と整理
Figmaにおける「バリアント」は、1つのコンポーネントセット内で複数のコンポーネントの異なるバージョンを効率的に作成および管理できる機能を提供します。この機能を活用することで、デザインシステム全体を整理し、関連… -
- 2024/8/20
- ブログ
デザインシステムの導入を妨げる6つの誤解
デザインの世界では、多くのチームが自分たちの作業方法を共有しており、あまり知られていない話を権威として混同してしまうことがよくあります。あるチームで失敗したことが他のチームにとっての教訓となり、単一の成功事例が広… -
- 2024/8/20
- ブログ
Micro Frontends: Implementing and Scaling
As web applications grow in complexity and scale, developers and architects are constantly seeking ways to… -
- 2024/8/15
- ブログ
Go Concurrency Explained: Goroutines & Channels
1. What is a Thread? A thread is the smallest unit of execution within a process. Threads allow a program t… -
- 2024/8/15
- ブログ
CSV Export in Spring_Memory Challenges
Continuing on the previous topic, I would like to give you the memory consumption results of each technolo… -
- 2024/8/14
- ブログ
Why I don’t invest in Cryptocurrency
I have been writing quite a lot about technical stuff so far. But, today, I'd like to share my thoughts on… -
- 2024/8/14
- ブログ
Advanced Next.js Routing: Dynamic Routes, Catch-all Routes, and API Routes
As I've delved deeper into Next.js development, I've come to appreciate the power and flexibility of its r… -
- 2024/8/14
- ブログ
Understanding Props and Bindings in Svelte
As I continue my journey into the world of Svelte, I've come to appreciate the elegance and simplicity of … -
- 2024/8/13
- ブログ
How to set up and use SCSS/SASS with NextJS
This post will help you to add a CSS preprocessor library to the React NextJS project. It will make you writ…