- Home
- 過去の記事一覧
josysnavi_editor_en一覧
-
- 2024/9/11
- ブログ
ACID in Database – D for Durability
Durability Overview In the world of databases, there are several principles that ensure data integrity and… -
- 2024/9/10
- ブログ
An Introduction To NoSQL Databases
Before diving into NoSQL, let’s take a moment to recall SQL, the traditional relational database system th… -
- 2024/9/6
- ブログ
Where to invest as a beginner?
Do you know the book "What I wish I knew when I was 20". If you don't, it's fine, I'm not here to talk abo… -
- 2024/9/6
- ブログ
Effortless Maintenance: Personal Tips for Making the Maintenance Phase Painless
Have you ever heard the saying, “If you don’t fully understand how it works but it’s still functioning wel… -
- 2024/9/6
- ブログ
Go for Microservices
A language that makes building robust, efficient microservices a breeze. Background If you've been worki… -
- 2024/9/6
- ブログ
Vue.js: A lightweight alternative to React and Angular
Explore a progressive JavaScript framework that's easy to learn and powerful to use. Background If you've … -
- 2024/9/6
- ブログ
We Need New Ways to Interview Engineers: The Old Methods Are Broken
Imagine you're a skilled software engineer, but every time you go in for an interview, you're asked to sol… -
- 2024/9/5
- ブログ
Writing a Parser in TS
As developers, we use programming languages every day, but have you ever considered how they're actually c… -
- 2024/9/5
- ブログ
Good Code Practices
In software development, writing clean, maintainable, and efficient code is important. While working on pr… -
- 2024/9/5
- ブログ
What are Classical Computers?
Have you ever wondered how computers came into existence? What exactly are classical computers, and how ha… -
- 2024/9/5
- ブログ
What are Quantum Computers?
Recently, the term AI (Artificial Intelligence) has become quite familiar, as it is frequently mentioned n… -
- 2024/9/2
- ブログ
Building simple chat app with Socket.IO
A lot of websites today have a realtime chat function. Building your own chat library from scratch is diffic…