Skip to main content

Tech Daily Digest – February 25, 2025

Articles

  1. It's still worth blogging in the age of AI - https://www.gilesthomas.com/2025/02/blogging-in-the-age-of-ai
  2. How The Biggest Hack in History Happened - https://harrydonnelly.substack.com/p/how-the-biggest-crypto-hack-in-history

News

  1. MongoDB Announces Acquisition of Voyage AI to Enable Organizations to Build Trustworthy AI Applications - https://investors.mongodb.com/news-releases/news-release-details/mongodb-announces-acquisition-voyage-ai-enable-organizations

Tutorials

    Videos

    1. The New Features of Inertia 2.0 in 3 Minutes - https://www.youtube.com/watch?v=I96tyvRdmbA
    2. Mark Zuckerberg: Everything You Didn't Know About His Sh*tty Past - https://www.youtube.com/watch?v=r-5QoRpaRjY
    3. HashiCorp Vault Tutorial for Beginners - https://www.youtube.com/watch?v=klyAhaklGNU
    4. Should You Learn Golang in 2025 ? - https://www.youtube.com/watch?v=RXXZcQfzZbk
    5. Laracon EU 2025 :: Simon Hamp // Building Mobile Apps with PHP - https://www.youtube.com/watch?v=CsM66a0koAM
    6. Laravel Just Dropped Brand New Starter Kits - https://www.youtube.com/watch?v=SefjBZvKhTw
    7. Replace Traefik? Caddy Proxy with SSL Certificates - It's so easy! - https://www.youtube.com/watch?v=ZOtUco5EwoI

    Packages/Repositories

    1. NPM package for GraphQL multipart file upload - https://www.npmjs.com/package/graphql-upload
    2. A tiny, secure, URL-friendly, unique string ID generator for JavaScript - https://www.npmjs.com/package/nanoid
    3. Micro Journal: Distraction-Free Writing Device - https://github.com/unkyulee/micro-journal
    4. King Of The Grid - https://github.com/kingofthegrid/king-of-the-grid
    5. Awesome DeepSeek Integrations - https://github.com/deepseek-ai/awesome-deepseek-integration
    6. Electro - A lightweight & blazingly-fast image viewer - https://github.com/pTinosq/Electro
    7. FlashMLA is an efficient MLA decoding kernel for Hopper GPUs, optimized for variable-length sequences serving - https://github.com/deepseek-ai/FlashMLA
    8. RadiaCode Python Library - https://github.com/cdump/radiacode
    9. mdq: jq for Markdown - https://github.com/yshavit/mdq
    10. ggwave: Tiny data-over-sound library - https://github.com/ggerganov/ggwave

    Services

    1. Laravel Cloud (Deploy your Laravel applications without managing servers) - https://app.laravel.cloud/                           

    Comments

    Popular posts from this blog

    Best Software Engineering Blogs

    1. The Netflix Tech Blog Explore how Netflix uses technology to provide streaming services at scale. Visit The Netflix Tech Blog | RSS Feed 2. Uber Engineering Uber's engineering team shares insights on scaling a global transportation platform. Visit Uber Engineering | RSS Feed 3. Airbnb Engineering Discover the innovative technologies that drive Airbnb's platform and user experience. Visit Airbnb Engineering | RSS Feed 4. Pinterest Engineering Learn how Pinterest's engineers scale the platform for billions of users. Visit Pinterest Engineering | RSS Feed 5. LinkedIn Engineering Get a glimpse into LinkedIn’s technical challenges and how they solve them. Visit LinkedIn Engineering | RSS Feed 6. Slack Engineering Insights into how Slack's engineering team scales a messaging platform for millions of users. Visit Slack Engineering | RSS Feed 7. Twitter/X Engineering Learn a...

    Software Engineer’s Daily Reading – November 21, 2024

    Here is the reading list for November 21, 2024 Coding What's new in PHP version 8.4 TLDR: Introduced new functions array_find(), array_find_key(), array_any(), arral_all(). A new function for splitting string grapheme_str_split() splits the string into graphemes. A new function request_parse_body() was added, that reads from php://input and returns an array. New constants added for the round() function to control the behavior. Database MySQL: InnoDB Architecture TLDR: Internal structure of InnoDB implementation is described in diagram with a clear separation of components. The architecture is divided into 2 parts- In-Memory: which includes components - Buffer Pool, Change Bubber, Adaptive Hash Index, Log Buffer. On-Disk: which includes tablespaces, indexes, Redo Log, and Undo Log. System Architecture Nothing yet... Networking Nothing yet... Mobile Development ...