<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/collections/best-of/2025/06" -->

---
title: Best Collections posts — June 2025 | daily.dev
description: The most upvoted Collections posts from June 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/collections/best-of/2025/06
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/collections/best-of/2025/06
og:type: website
og:site_name: daily.dev
og:title: Best Collections posts — June 2025 | daily.dev
og:description: The most upvoted Collections posts from June 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Collections — June 2025

1. 1  
[](https://daily.dev/posts/a-guide-to-creating-blurry-glass-effects-with-css-okey9efoo "A Guide to Creating Blurry Glass Effects with CSS")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
A Guide to Creating Blurry Glass Effects with CSS  
Glassmorphism creates modern frosted glass effects in web design using CSS techniques like backdrop-filter, radial gradients, and pseudo-elements. Basic approaches use gradient backgrounds and borders for solid backgrounds, while advanced methods employ CSS masks and backdrop filters for true transparency. A Glassmorphism CSS Generator tool based on Glass UI library provides ready-to-use code snippets with MIT licensing, offering backdrop-filter blur effects and browser compatibility information for streamlined implementation.  
110  
5
2. 2  
[](https://daily.dev/posts/building-a-comprehensive-calendly-clone-with-next-js-typescript-and-tailwind-css-jgj4xbxfu "Building a Comprehensive Calendly Clone with Next.js, TypeScript, and Tailwind CSS")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Building a Comprehensive Calendly Clone with Next.js, TypeScript, and Tailwind CSS  
A comprehensive tutorial for building a Calendly-like scheduling application using Next.js 15, TypeScript, React 19, and Tailwind CSS. The project includes user authentication with Clerk, Google Calendar integration, event management, PostgreSQL database with Drizzle ORM, and real-time scheduling functionality with timezone handling. The tutorial covers both frontend and backend development, resulting in a production-ready application with public booking pages and intuitive navigation.  
82  
3
3. 3  
[](https://daily.dev/posts/introducing-png-3-0-a-new-era-for-the-portable-network-graphics-standard-mg9z1zqhx "Introducing PNG 3.0: A New Era for the Portable Network Graphics Standard")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Introducing PNG 3.0: A New Era for the Portable Network Graphics Standard  
PNG 3.0 has been released by the W3C after 20 years, introducing major enhancements including official animated PNG support, improved EXIF metadata storage, HDR imaging capabilities, and CICP color space encoding. The update maintains backward compatibility while providing better image quality and functionality for modern displays and applications.  
68  
4
4. 4  
[](https://daily.dev/posts/issues-in-git-commit-lead-to-suspended-linux-kernel-maintainer-account-gg1oepmn8 "Issues in Git Commit Lead to Suspended Linux Kernel Maintainer Account")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Issues in Git Commit Lead to Suspended Linux Kernel Maintainer Account  
Linus Torvalds suspended a Linux kernel maintainer's account after discovering over 6,000 falsified commits impersonating his authorship during the Linux 6.16 merge window. The maintainer attributed the issue to SSD failure and corrupted Git data recovery, but Torvalds deemed the scale too severe for hardware failure alone. The incident highlights the critical need for trust and verification processes in open source development.  
47  
1
5. 5  
[](https://daily.dev/posts/introducing-the-postgresql-extension-for-vs-code-vdh1zuacf "Introducing the PostgreSQL Extension for VS Code")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Introducing the PostgreSQL Extension for VS Code  
Microsoft released a comprehensive PostgreSQL extension for Visual Studio Code that brings database management capabilities directly into the IDE. The extension features schema visualization, natural language database queries through GitHub Copilot integration, migration script generation, SQL IntelliSense, local Docker server creation, connection management, and query history tracking. This tool aims to replace traditional database management applications by providing a unified development environment for PostgreSQL workflows.  
32
6. 6  
[](https://daily.dev/posts/building-an-end-to-end-mlops-pipeline-for-youtube-sentiment-analysis-ewu1a42by "Building an End-to-End MLOps Pipeline for YouTube Sentiment Analysis")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Building an End-to-End MLOps Pipeline for YouTube Sentiment Analysis  
A comprehensive 3-hour MLOps course teaches students to build a production-ready YouTube sentiment analysis pipeline. The curriculum covers data collection and preprocessing using Reddit sentiment data, model development with MLflow tracking on AWS, and deployment using Flask and Docker. Students learn advanced practices including DVC version control, model stacking, and CI/CD automation. The course culminates in creating a Chrome extension for real-time YouTube comment sentiment analysis, providing hands-on experience with modern ML tools and bridging the gap between theory and deployable ML solutions.  
26
7. 7  
[](https://daily.dev/posts/building-architect-a-laravel-and-htmx-integration-course-ij45kcwu4 "Building 'Architect': A Laravel and HTMX Integration Course")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Building 'Architect': A Laravel and HTMX Integration Course  
A comprehensive guide to building an interactive novel outlining application called 'Architect' using Laravel and HTMX. The tutorial covers setting up a Laravel environment, creating CRUD operations, enhancing user interactions with HTMX attributes for dynamic content loading, and implementing Laravel Blade fragments for efficient partial content rendering. The approach emphasizes progressive enhancement, ensuring the application works with or without JavaScript while providing a modern interactive experience.  
23
8. 8  
[](https://daily.dev/posts/effect-a-typescript-library-that-transforms-backend-development-nghw0ar0w "Effect: A TypeScript Library That Transforms Backend Development")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Effect: A TypeScript Library That Transforms Backend Development  
Effect is a TypeScript framework for building robust backend applications using generators and advanced TypeScript features. Despite its initially intimidating syntax with function\* and yield\* patterns, it provides powerful benefits including type-safe error handling, sophisticated dependency injection, and improved observability. The library enables compile-time validation and offers comprehensive modules for concurrency and resource management, making backend applications more reliable and maintainable.  
21
9. 9  
[](https://daily.dev/posts/framework-laptop-12-a-modular-durable-convertible-laptop-with-linux-support-ek5gerevc "Framework Laptop 12: A Modular, Durable Convertible Laptop with Linux Support")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Framework Laptop 12: A Modular, Durable Convertible Laptop with Linux Support  
Framework introduces the Laptop 12, a convertible 2-in-1 device featuring modular design with replaceable components like motherboard, RAM, and I/O ports. Built with colorful plastic exterior over metal frame, it meets MIL-STD-810 durability standards and includes 360-degree hinge with touchscreen support. The laptop maintains excellent Linux compatibility with Ubuntu 25.04 and Fedora Workstation 42 support, continuing Framework's commitment to repairability and modularity.  
19  
4
10. 10  
[](https://daily.dev/posts/introducing-laravel-nightwatch-advanced-monitoring-for-laravel-applications-eenv40bpb "Introducing Laravel Nightwatch: Advanced Monitoring for Laravel Applications")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Introducing Laravel Nightwatch: Advanced Monitoring for Laravel Applications  
Laravel Nightwatch is a new monitoring service designed specifically for Laravel applications, offering advanced production-grade monitoring capabilities beyond Laravel Telescope and Pulse. It provides deep performance insights, real-time visibility, comprehensive tracking of requests and events, and scalable architecture handling billions of events. The service features a free tier supporting 200k events monthly, with paid plans starting at $20/month for 5M events, making it accessible for projects of all sizes.  
19  
3
11. 11  
[](https://daily.dev/posts/top-udemy-courses-to-master-artificial-intelligence-and-agentic-ai-engineering-in-2025-5h3zi6xtw "Top Udemy Courses to Master Artificial Intelligence and Agentic AI Engineering in 2025")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Top Udemy Courses to Master Artificial Intelligence and Agentic AI Engineering in 2025  
Udemy offers comprehensive AI courses for 2025, ranging from beginner-friendly Python-based AI development to advanced Agentic AI engineering. Beginner courses cover machine learning fundamentals, generative AI tools like ChatGPT and DALL-E, and practical business applications. Advanced courses focus on autonomous AI agents using frameworks like LangGraph, CrewAI, AutoGen, and OpenAI Agents SDK, teaching developers to build production-ready multi-agent systems capable of reasoning, planning, and collaboration.  
19
12. 12  
[](https://daily.dev/posts/zed-editor-launches-built-in-debugger-with-multi-language-support-p7ifvjsfl "Zed Editor Launches Built-In Debugger with Multi-Language Support")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Zed Editor Launches Built-In Debugger with Multi-Language Support  
Zed Editor has released a built-in debugger supporting multiple programming languages including Rust, C/C++, JavaScript, Go, and Python. The debugger uses the Debug Adapter Protocol to interface with tools like GNU GDB and LLVM LLDB, featuring automatic configuration, customizable UI panels, keyboard-driven debugging, and inline variable inspection. Built with a two-layer architecture for scalability and future collaborative features, the debugger supports extensions for additional debug adapters and plans to add advanced tools like watch lists and memory views.  
12
13. 13  
[](https://daily.dev/posts/exploring-the-new-features-and-improvements-in-git-2-50-ifx93pkiy "Exploring the New Features and Improvements in Git 2.50")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 1y  
Exploring the New Features and Improvements in Git 2.50  
Git 2.50 introduces significant performance improvements and new features including the replacement of the recursive merge engine with the faster ORT merge engine, better management of cruft packs in large repositories, enhanced sparse checkout performance, optimized bundle operations that reduce backup times from hours to minutes, new object filtering capabilities in git cat-file, improved reflog management, and reduced Perl dependencies for better system compatibility.  
12

[See all Collections archives](/sources/collections/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/collections/best-of/2025/06#page","url":"https://daily.dev/sources/collections/best-of/2025/06","name":"Best Collections Posts — June 2025","description":"The most upvoted Collections posts from June 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/collections/best-of/2025/06#items","numberOfItems":13,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/a-guide-to-creating-blurry-glass-effects-with-css-okey9efoo","name":"A Guide to Creating Blurry Glass Effects with CSS"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/building-a-comprehensive-calendly-clone-with-next-js-typescript-and-tailwind-css-jgj4xbxfu","name":"Building a Comprehensive Calendly Clone with Next.js, TypeScript, and Tailwind CSS"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/introducing-png-3-0-a-new-era-for-the-portable-network-graphics-standard-mg9z1zqhx","name":"Introducing PNG 3.0: A New Era for the Portable Network Graphics Standard"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/issues-in-git-commit-lead-to-suspended-linux-kernel-maintainer-account-gg1oepmn8","name":"Issues in Git Commit Lead to Suspended Linux Kernel Maintainer Account"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/introducing-the-postgresql-extension-for-vs-code-vdh1zuacf","name":"Introducing the PostgreSQL Extension for VS Code"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/building-an-end-to-end-mlops-pipeline-for-youtube-sentiment-analysis-ewu1a42by","name":"Building an End-to-End MLOps Pipeline for YouTube Sentiment Analysis"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/building-architect-a-laravel-and-htmx-integration-course-ij45kcwu4","name":"Building 'Architect': A Laravel and HTMX Integration Course"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/effect-a-typescript-library-that-transforms-backend-development-nghw0ar0w","name":"Effect: A TypeScript Library That Transforms Backend Development"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/framework-laptop-12-a-modular-durable-convertible-laptop-with-linux-support-ek5gerevc","name":"Framework Laptop 12: A Modular, Durable Convertible Laptop with Linux Support"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/introducing-laravel-nightwatch-advanced-monitoring-for-laravel-applications-eenv40bpb","name":"Introducing Laravel Nightwatch: Advanced Monitoring for Laravel Applications"},{"@type":"ListItem","position":11,"url":"https://daily.dev/posts/top-udemy-courses-to-master-artificial-intelligence-and-agentic-ai-engineering-in-2025-5h3zi6xtw","name":"Top Udemy Courses to Master Artificial Intelligence and Agentic AI Engineering in 2025"},{"@type":"ListItem","position":12,"url":"https://daily.dev/posts/zed-editor-launches-built-in-debugger-with-multi-language-support-p7ifvjsfl","name":"Zed Editor Launches Built-In Debugger with Multi-Language Support"},{"@type":"ListItem","position":13,"url":"https://daily.dev/posts/exploring-the-new-features-and-improvements-in-git-2-50-ifx93pkiy","name":"Exploring the New Features and Improvements in Git 2.50"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/collections/best-of"},{"@type":"ListItem","position":5,"name":"June 2025"}]}]}
```

