All Posts

Discover all our posts across different categories and tags. Don't miss out on the action! Subscribe to our newsletter to get the latest updates.

CYBER Apr 22, 2026 | Comments: 0

Defensive Strategy: Protecting Your Digital Identity & Assets

In an era of AI-driven phishing and sophisticated social engineering, "being careful" isn't enough. Dan Duran, cybersecurity researcher and founder of GetCyber, provides a deep dive into the current threat landscape, specifically designed for seniors and their families. Dan will take the lead in providing a comprehensive view of how …

AI  |  CYBER Apr 22, 2026 | Comments: 0

Panelist: Top Skills for 2026 – AI, Cybersecurity, Cloud & Beyond.

Dan will share a practical, attacker-informed perspective on how organizations are compromised across identity, cloud, and data layers, and what that means for the next generation of professionals. The discussion focuses on the skills that actually translate into value in the field: understanding attack paths, securing access and permissions, and …

DEV  |  AI Jan 08, 2026 | Comments: 0

Learning Programming In 2026 Is Not The Same As In 2016

The landscape of learning programming languages in 2026 has fundamentally shifted from a "memorization" game to a "verification" game. We are no longer just "writers" of code; we are its architects and auditors. While AI provides unprecedented velocity, the data suggests that using it as a crutch rather than a …

CYBER Nov 27, 2025 | Comments: 0

Your MFA Means Nothing!

Is MFA a lie? You think that little six-digit code keeps you safe from cyber attacks and identity theft. I'm here to expose the myths, blind spots, and false confidence that leave organizations vulnerable. In this first Root Access briefing, I demonstrate exactly how a targeted, human attacker bypasses your …

CYBER Nov 04, 2025 | Comments: 0

Companies get hacked because they are LaZy!

From unmonitored attack surfaces (Shadow IT, open S3 buckets, old VPNs) to critical misconfigurations in Microsoft 365 and Azure AD, the front door is wide open. Attackers aren't breaking in; they're logging in with stolen credentials because your identity security relies on outdated ideas. In this 2025 cybersecurity wakeup call, …

DEV Apr 01, 2025 | Comments: 0

Anatomy of a Django Project: A Comprehensive Guide to Files and Structure

Django's conventional project and app structure is a cornerstone of its "batteries-included" philosophy, fostering rapid development, maintainability, and seamless collaboration. While the initial startproject and startapp commands generate a standardized foundational layout, real-world applications quickly evolve beyond these basics, incorporating a diverse array of files and directories to manage complexity …

DEV  |  CYBER Mar 01, 2025 | Comments: 0

Pen-Test Lab PART 3 - Installing an Ubuntu VM on QEMU/KVM

This guide will walk you through installing an Ubuntu virtual machine using QEMU/KVM. Prerequisites Ubuntu ISO file (already downloaded and moved to /home/<USER>/ISO/Linux/ubuntu-24.04.2-desktop-amd64.iso) QEMU/KVM environment set up (from the main tutorial) Step 1: Create the Ubuntu VM sudo virt-install \ --name ubuntu-vm \ --memory 4096 \ --vcpus 2 \ --cpu …

DEV  |  CYBER Mar 01, 2025 | Comments: 0

Pen-Test Lab PART 2 - Installing a Windows VM on QEMU/KVM

This guide will walk you through installing a Windows virtual machine with QEMU/KVM and setting up the necessary drivers for enhanced functionality like copy/paste, shared folders, and better performance. Prerequisites Before starting, make sure you have: - A Windows ISO file (Windows 10 or 11) - You can download Windows …