James K. Sohn
Frontend Engineer
A coffee-loving frontend engineer from Korea with a passion for developing user centered products with innovative business models. Accidentally fell in love with dev while studying it to manage my startup's development team. Been a full-time dev since.
Frontend
Using Your Console to its Full Potential
Any good JavaScript developer knows the console is our debugging partner. But there is more beyond 'console.log' that the console can offer us. Level up your debugging game with more console functions.
2024-02-04 SundayOther Dev Stuff
Fundamentals of Managing Databases, Tables and Data with MariaDB
Exploring the fundamentals of managing databases, tables, and data with MariaDB. Based on findings from the book 'Getter Started with MariaDB' by Daniel Bartholomew.
2024-01-03 WednesdayOther Dev Stuff
Adding Google Analytics to Your Next.js Project
A simple guide to adding Google Analytics to your Next.js project
2023-12-18 MondayJust Thoughts
2023 Memoir: Developer From Zerobase
In 2022, I was an entrepreneur with a business degree. In 2023, a software engineer. This is a memoir of my 2023 (and 2022) where I transitioned from a developer from scratch.
2023-12-13 WednesdayFrontend
The Pros of Using Tailwind
Hated it at first sight. Loved it after giving it a fair amount of tries. My opinions on why TailwindCSS is awesome, esepcially for your small personal projects.
2023-12-12 TuesdayFrontend
Using React Query's useInfiniteQuery Hook to Make Infinite Scroll
Data can get heavy in modern day applications. That's why paginating data is important! Here is how to implement infinite scrolls in your next project with React Query's useInfiniteQuery hook.
2023-07-08 Saturday