How to Set Up Your New iPhone (2025)

Photograph: Simon Hill A Quick Word on eSIM Apple has supported eSIM technology since the iPhone XS. It’s basically an electronic SIM card instead of the tiny, physical chip you insert into your phone for cellular connectivity. The iPhone 14 series was the first to completely get rid of the physical SIM card slot (in…

Read More

ByteByteGo vs DesignGurus.io? Which is better for System Design Interview Preparation?

Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. Hello folks, System design interviews are a crucial part of technical hiring, especially for senior engineering roles. When preparing for these interviews, two of the most popular resources are ByteByteGo by…

Read More

Meta’s Smart Glasses Might Make You Smarter. They’ll Certainly Make You More Awkward

On an earnings call this summer, Meta CEO Mark Zuckerberg made an ambitious claim about the future of smart glasses, saying he believes that someday people who don’t wear AI-enabled smart spectacles (ideally his) will find themselves at a “pretty significant cognitive disadvantage” compared to their smart-glasses-clad kin. Meta’s most recent attempt to demonstrate the…

Read More

Expand (but stay in bounds)

Today is Expand.That means: add “depth” to what already exists. Good additions: Let users edit or delete what they made Show them what happened (notifications) Add retries that don’t break things Bad additions: Refactors that touch everything New concepts that don’t belong here “Since we’re in the code…” detours The temptation is real; who hasn’t…

Read More

AltSchool Of Engineering Tinyuka’24 Month 7 Week 3

Please find the previous class if you missed that here. This week we looked at Linux Admin Essentials. Let’s dive in shall we? Linux Administration Essentials Linux powers the majority of web servers, enterprise systems, and cloud platforms worldwide. Its reliability, flexibility, and security make it the operating system of choice for businesses and developers…

Read More

Automating Partition Cleanup in Oracle with PL/SQL and DBMS Scheduler

Automating Partition Cleanup in Oracle with PL/SQL and DBMS Scheduler The procedure begins by reading from the configuration table CMN_DROP_PARTITION, which defines which partitioned tables need cleanup, how many partitions should be retained, and which partitions must be excluded. For each active table entry, it retrieves the table owner, table name, and retention count. Next,…

Read More

Blockchain as a Database: Hype or a Real Alternative?

Imagine a world where instead of trusting a centralized database, every record you access is validated, immutable, and visible to all. Sounds futuristic? That’s what blockchain promises—but is it really a practical alternative to traditional databases like MySQL, PostgreSQL, or MongoDB? Let’s break it down. Why People Consider Blockchain as a Database Immutability: Once data…

Read More