Posts

ADHD - Thirteen Years in the Dungeon

  The Struggle Within: A Journey Through ADHD, Self-Medication, and the Destructive Pursuit of Perfection Introduction: A Mind in Overdrive From a young age, my mind has been a storm—a constant whirlwind of thoughts, impulses, and distractions that never seem to quiet down. It was as if my brain was wired differently, operating at a frequency others couldn’t hear. ADHD was the name for this chaos, but it wasn’t a diagnosis I could easily access. In Lesotho, where support for ADHD is practically nonexistent, I resorted to a self-diagnosis that led to a long, tumultuous battle with self-medication. My academic successes, my company, my family’s pride—these were the masks I wore to cover the turmoil inside. But behind those accomplishments was a person spiraling, holding the facade together with chemical crutches. The Cunning Facade: Masking ADHD’s Telltale Signs At first, I only showed the symptoms of ADHD to those who could help me maintain my self-diagnosis. My impulsivity, inabili...

Comprehensive Guide to Ethereum Development

Here’s a comprehensive guide to becoming an Ethereum developer, broken down step by step, from learning the basics of blockchain to building complex decentralized applications (dApps) and working on cutting-edge Ethereum projects like DeFi and NFTs. 1. Learn the Fundamentals of Blockchain Technology Before diving into Ethereum development, it’s crucial to have a solid understanding of the foundational concepts of blockchain. Here’s what to focus on: Key Concepts: What is Blockchain? A blockchain is a decentralized, immutable ledger of transactions maintained by a network of nodes (computers). It ensures trust and security without a central authority. Decentralization : Unlike traditional systems that rely on central servers, blockchain is decentralized and distributed across a network. Consensus Mechanisms : Learn about how transactions are validated on blockchains. Ethereum currently uses Proof of Work (PoW), but is transitioning to Proof of Stake (PoS) with Ethereum 2.0. PoW : Miners...

From Visibility to Impact: Building a Digital Research Legacy Through SEO and the Samsung Innovation Campus (SIC)

Image
1. Introduction — From Student Projects to Global Visibility In today’s academic environment, producing excellent research isn’t enough — it must be discoverable . When I began exploring how search engine optimization (SEO) could transform academic visibility, I realized something powerful: visibility drives recognition, and recognition fuels opportunity. As a student researcher and 2024/2025 participant in the Samsung Innovation Campus (SIC) Coding & Programming (C&P) cohort , I experienced first-hand how impactful learning can remain invisible without proper documentation and digital strategy. That experience inspired my dual research journey: Helping authors and students increase the online visibility of their research , and Tracking and harnessing the measurable impact of programs like SIC to ensure their influence is seen and sustained. 2. SEO for Authors & Students — Making Research Discoverable My first published guide, “SEO for Authors & Students ...

The Importance of Blockchain Knowledge for Cybersecurity Engineers

In an era of rapid digital transformation and increasingly sophisticated cyber threats, the role of cybersecurity engineers has never been more critical. As organizations adopt new technologies to enhance their operations, it becomes essential for cybersecurity professionals to understand these technologies. One such technology that has gained significant attention is blockchain. This article explores why cybersecurity engineers should be knowledgeable about blockchain and how it can enhance their effectiveness in protecting digital assets. Understanding Blockchain Technology Blockchain is a decentralized digital ledger that records transactions across multiple computers, ensuring that data cannot be altered retroactively. Each block in the chain contains a number of transactions, and every time a new transaction occurs, it is added to the ledger. Blockchain is known for its transparency, security, and immutability, making it an attractive option for various applications beyond cryptoc...

Mosebeletsi - empowering students through quality e-commerce

MOSEBELETSI (Merchant): The Future of Seamless E-Commerce By Mr. Tlokotsi Potloane CEO of CodeBurst Pty Ltd, Computer Engineering Student --- Abstract MOSEBELETSI redefines the e-commerce landscape by bridging the gap between buyers, sellers, freelancers, and couriers through a revolutionary AI-powered platform. Unlike conventional systems, MOSEBELETSI introduces a microservices-driven architecture that ensures scalability, security, and unparalleled user experience. Designed for seamless transactions without the need for a warehouse or vehicles, this platform leverages automation, advanced analytics, and cutting-edge technologies to empower all stakeholders. --- Introduction MOSEBELETSI is an e-commerce platform tailored to connect buyers, sellers, and freelancers while automating the logistics process via AI. By eliminating the need for physical warehouses and owned delivery fleets, the platform ensures a lean and efficient operational model. Its standout features include an AI-power...

Harnessing the Power of AI for Revenue Services Lesotho: Enhancing Tax Collection and Awareness

In the digital age, artificial intelligence (AI) is revolutionizing various sectors, including finance and taxation. For Revenue Services Lesotho (RSL), the primary tax collection agency in Lesotho, leveraging AI can be transformative. This blog explores how RSL can utilize AI for data analysis, improve tax collection, and raise tax awareness, ultimately enhancing efficiency and compliance. 1. Data Analysis and Predictive Analytics Use Case: Identifying Tax Evasion and Fraud AI-powered data analysis can help RSL identify patterns and anomalies that may indicate tax evasion or fraud. By analyzing large datasets, AI can flag unusual financial activities, such as discrepancies between reported income and expenditure or unexplained changes in transaction patterns. This enables more targeted investigations, ensuring resources are used efficiently. Use Case: Predictive Tax Revenue Modeling AI can predict future tax revenues based on historical data, economic indicators, and other relevant fa...

The Power of Python: From Basics to Blockchain

Python is a versatile and powerful programming language widely used across various domains, from web development to data science, machine learning, and blockchain. This comprehensive guide explores Python from basic to advanced concepts, covering front-end and back-end development, various frameworks, and specialized uses. Basics of Python 1. Introduction:    Python is an interpreted, high-level, and general-purpose programming language. Its design philosophy emphasizes code readability with its notable use of significant whitespace. 2. Syntax and Fundamentals:    - Variables: Dynamic typing with x = 10    - Data Types: int, float, str, list, tuple, dict, set, NoneType    - Operators: Arithmetic, Assignment, Comparison, Logical    - Control Structures: if-else, elif, for, while    - Functions: Declaration with def, lambda functions    - Objects and Classes: class, inheritance, methods    - Modules and Packa...