Difference Between DFS vs BFSIf you have read my previous article, this article is for you! After learning about Binary Search Trees, it is time to understand the…Nov 21, 2024Nov 21, 2024
Mastering Business Communication: Essential Phrases for Meetings and Professional DiscussionsWhile browsing through my notebook, I came across a section I had taken notes from a long time ago. In the past, I often struggled to find…Sep 25, 2024Sep 25, 2024
What is Zustand?Zustand is a state management library for React that aims to provide a simple yet powerful, API for managing global state in React…Jan 5, 2024Jan 5, 2024
Published inDe Bijenkorf — Design and TechnologyDeveloping a CRUD App with Next.js, Immer, and ZustandCreating a robust CRUD (Create, Read, Update, Delete) application is common in modern web development. With the rise of React and state…Jan 5, 2024Jan 5, 2024
Published inDe Bijenkorf — Design and TechnologyWhat is NextJS?Next.js is a popular React framework that simplifies the process of building React applications by providing a set of conventions and tools…Dec 15, 20231Dec 15, 20231
CSS-in-JS support in Next.jsCSS-in-JS is an approach to styling web applications where styles are written directly within JavaScript files rather than in separate CSS…Dec 15, 2023Dec 15, 2023
Javascript Serverless PlatformsSeveral serverless platforms support JavaScript for deploying serverless functions and applications. Here are a few examples:Dec 15, 2023Dec 15, 2023
Özgür YazılımOpen source denildiğinde arkasında yazılımın ve kullanıcıların özgürlüklerini önemseyen, onun için mücadele eden bir felsefe olduğunu…Jan 27, 2022Jan 27, 2022
Published inDe Bijenkorf — Design and TechnologyHow to use Cypress for end-to-end(e2e) testingIn a nutshell, Cypress is a front-end testing tool for the web. With Cypress, you can write end-to-end(E2E) tests, run them, and debug…Jan 26, 2022Jan 26, 2022