PinnedPublished inLevel Up CodingInside Computer Memory. Where and How Your Data LivesWhen you save a file, send an email, or open an app, you’re creating and accessing data, which is essentially information stored as…Nov 14, 2024Nov 14, 2024
PinnedPublished inLevel Up CodingAWS Identity And Access Management (IAM) Service OverviewAWS Identity and Access Management (IAM) is a powerful service that enables administrators to manage access to AWS resources. IAM allows…Mar 13, 2023Mar 13, 2023
PinnedPublished inLevel Up CodingNodeJS runtime environment: Libuv Library (Event loop, Thread pool)Node.js is an open-source, cross-platform JavaScript runtime environment that enables developers to build server-side applications. It runs…Feb 14, 2023Feb 14, 2023
PinnedDockerWhen our application gets bigger and bigger, more codes are added and our application becomes monolithic. It becomes one big monster. And…Feb 11, 2021Feb 11, 2021
Published inLevel Up CodingReact Router DOM From v5 to v7. Guide to Handling Routing ChangesTo upgrade from react-router-dom v5 to v7, several changes were needed to ensure compatibility with the latest features and best practices…Feb 24Feb 24
Transitions and Animations in CSSTransitions and animations control how HTML elements change from one state to another, without needing JS. Transitions require a triggering…Jun 7, 2024Jun 7, 2024
What is Protocol, HTTP, REST, API, REST API, JSON, XML, and how they are related?The goal of this article is to understand these concepts and how they are related. In this article, you can find a brief introduction and…May 9, 2022May 9, 2022