DoePixeldoepixel.uk·Nov 18, 2024Modern Login & Register UI Kit FreeElevate Your Projects with a Modern Login & Register UI Kit In the ever-evolving landscape of web and mobile design, creating user-friendly interfaces is paramount for retaining users and enhancing their experience. The Modern Login & Register UI Kit...modern
Arsalan ShaikhforAiPay Blogblog.aipay.money·Oct 17, 2024How to Easily Sign Up on AiPay: A Complete GuideWelcome to AiPay, In this article I will guide you how to easily sign up on AiPay, follow these steps to change your financial life!: Visit the AiPay Website: Click here to open the AiPay registration form. Fill in Your Details: Enter your mobile...1 likeSignup page
Arunkumar Gopalanarung.hashnode.dev·Jul 18, 2024Step-by-Step Guide to Creating an Authentication App in React with Typescript and ViteI'll provide you with a step-by-step guide to creating a User Authentication App with the features you've specified using React, Vite, MUI, Tailwind CSS, and TypeScript. We'll set up the project and implement the required features. Project Setup Fi...React
Anozia Nodebechukwu Excel nobbiesspace.hashnode.dev·Feb 12, 2024Foundations of Computer Architecture: Registers, Instruction Set Design, Memory Addressing Modes, and CISC/RISC Principles.Computer architecture, like many other concepts in computer science, can be quite tough to comprehend. From learning about various low-level hardware components of the computer to understanding how they interact with other hardware and software compo...22 likes·167 readsRISC
Mritunjay Kumarcodecomponents.hashnode.dev·Feb 8, 2024User Registration with File Upload | Multer Middleware | Express.jsIn the Backend using Node js is not a good practice to get the image from the frontend and upload it directly on MongoDB, another 3rd party, or another database. It is good practice to store it temporarily in your server and then use it because in an...1 like#FileDeletionTips
clockworkclockwork.hashnode.dev·Jan 17, 2024x86 core architecture.noise hello_friend, I hope y'all doing well now that 2023 is finally over for good. In this article I want to introduce you to some of the basics of the x86 architecture. This will serve as a reference for me too, so maybe this article will keep gro...79 readsx86 Assemblerassembler
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 31, 2023Faster Variables?The register keyword in C is a hint to the compiler that a particular variable should be stored in a CPU register instead of in memory. This is used to optimize performance, as accessing a CPU register is typically faster than accessing memory. Howev...C Programmingregister
Nischal Shakyanischalshakya.hashnode.dev·Dec 15, 2023Showcasing Your Dribbble ShotsA Step-by-Step Guide for You to Add Dribbble Shots to Your Website. Are you having trouble navigating Dribbble’s puzzling developer documentation? This article will help you show your dribbble shots in your profile. But why go to all that trouble, yo...Dribbbleshots
Raineraineyang.hashnode.dev·Nov 24, 2023Learning Notes: What CPU means for programmersThis article is a summary of Chapter 1 of: Yazawa, H. (2015). 程序是怎么跑起来的[How Program Works] (L. Fengjun, Trans.). People's Posts and Telecommunications Press The Internal Structure of CPU A CPU consists of registers, controllers, arithmetic units, and...cpu
Vishesh Raghuvanshivisheshraghuvanshi.hashnode.dev·Sep 25, 2023A guide to Memory Organisation and Storage Classes in CMemory Organisation When a C program is executed, it is loaded into the memory of the computer. This loaded program is called a process. The memory allocated to a process is called its process address space or memory layout. The memory layout of a C ...10 likes·31 readsC Programmingmemory