DADavies Aniefiokinsoftwareninja.hashnode.dev·Sep 5, 2023 · 2 min readHow to Deepfake a videoWhat is a deepfake? Deepfake technology is a form of AI that deceives by swapping faces in videos, images, and other digital content to make the fake appear real. It takes its name from deep learning, which is a form of AI. In deep fake AI, deep lear...00
DADavies Aniefiokinsoftwareninja.hashnode.dev·Jul 21, 2023 · 4 min readDynamic Memory Allocation in CIntroduction to Dynamic Memory Allocation In C programming, dynamic memory allocation is a powerful feature that allows you to manage memory during runtime. Unlike static memory allocation, where memory is assigned at compile-time and remains fixed t...00
DADavies Aniefiokinsoftwareninja.hashnode.dev·Jul 21, 2023 · 3 min readUnderstanding Pointers in CIntroduction to Pointers In the world of programming, pointers are a fundamental concept that plays a crucial role in the C programming language. While they might seem confusing at first, understanding pointers can greatly enhance your ability to man...00
DADavies Aniefiokinsoftwareninja.hashnode.dev·Jul 8, 2023 · 8 min readMastering Variadic Functions in CIntroduction In the world of C programming, variadic functions offer a powerful and flexible tool that allows developers to create functions that can accept a variable number of arguments. By leveraging variadic functions, programmers can design vers...00
DADavies Aniefiokinsoftwareninja.hashnode.dev·Jul 8, 2023 · 4 min readComparing Backend FrameworksIn the ever-evolving world of web development, choosing the right backend framework is crucial for building robust, scalable and efficient applications. Among the multitude of options available, flask, Django and express.js stand out as powerful tool...00