10/28/2025
In this post, we will use Ace (a command-line framework) to build a simple Bookmarks CLI app and bundle it into a standalone executable using Bun. We will learn how to trigger prompts, display a list of bookmarks as a table, and write programmatic tests for all the commands. The app we are building is […]
Harminder Virk
10/24/2025
Laravel DTO Mapper: Type-Safe Request Handling with PHP 8 Attributes The Problem We All Face Most of my articles focus on working with Symfony, but I regularly code with various frameworks …
Jakub Skowron (skowron.dev)
10/23/2025
pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions. The TAP output is suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl applications.
10/22/2025
Tired of frontend frameworks, build tools, and hydration hell? See how Laravel’s Blade partials and HTMX give you dynamic UI without the bloat
Muhammad Raheel
10/16/2025
⚠️ Hyperflask is still in BETA and being actively developed. Check out the roadmap for a status update.
10/13/2025
Learn how to build an Express 5 app with TypeScript. You'll set up a production-ready project with tools for linting, testing and more.
Jan HestersCTO, ReactSquadSeptember 11, 2025
8/31/2025
Control hardware using Laravel 🔌. Contribute to danjohnson95/pinout development by creating an account on GitHub.
danjohnson95
A crazy idea that turned into a fun mashup of software and hardware...and all of it with Laravel
Dotsquare LLC
8/30/2025
We used to develop our application as a single DDD monolith (let’s call it the mother) with several smaller microservices around it (the children) to gain some specific advantages. Most of these microservices were built in Go, while the core monolithic service was developed in PHP 8.3.
Taylor Otwell looks back on 14 years of building and maintaining Laravel. From four stars on GitHub to a full-fledged ecosystem, he shares what it takes to design software that lasts—and why simple often wins.
8/25/2025
Most of what modern software engineers do involves APIs: public interfaces for communicating with a program, like this one from Twilio. I’ve spent a lot of time…
8/6/2025
A high performance job queue for PostgreSQL, written in Node.js
Etan
8/4/2025
Level up your Node.js skills and design production-grade applications using proven techniques.
Luciano Mammino, Mario Casciaro
8/1/2025
Software is changing faster than we've seen in 25 years. Machine learning isn't just becoming important, it's becoming essential. Every application, every website, every digital interaction will soon expect intelligent features as standard.
7/19/2025
Jul 7, 2025
7/12/2025
When talking about REST, it is worth reading the dissertation of Roy Thomas Fielding. The original paper that describes RESTful web, “Architectural Styles and the Design of Network-based Software Architectures” Roy T. Fielding (2000), introduces the Representational State Transfer (REST) architectural style as a framework for designing scalable, performant, and maintainable networked systems, particularly web services.
Florian Krämer
7/8/2025
Coroutines are functions that pause and resume with state, allowing flexible, bidirectional control flow in PHP.
Doeke Norg
6/14/2025
A comprehensive guide to making your colleagues question their career choices
Naveed Khan
5/26/2025
Explore the surprisingly different security standards we apply to webhooks versus traditional API requests.
Speakeasy Team
I’m proud to share that we have released a new package called spatie/laravel-one-time-passwords.
5/23/2025
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplify PostgreSQL database management and development workflows. With this extension, you can now manage database objects, draft queries with intelligent assistance from context-aware IntelliSense and our ‘@pgsql’ GitHub Copilot agent—all without ever leaving your favorite code editor. Addressing Developer Challenges Many of you face hurdles in managing time effectively, with 41% of developers struggling with task-switching, according to the 2024 StackOverflow Developer Survey. Additionally, the 2024 Stripe Developer Coefficient Report reveals that developers spend up to 50% of their time debugging...
JoshMSFT
5/20/2025
A docker image to provide the Joplin's Data API externally and headlessly - RickoNoNo3/joplin-terminal-data-api
RickoNoNo3
5/19/2025
Understand which metrics matter in Node.js applications, why they’re important, and how to track them effectively in production.
Faiz Shaikh
5/18/2025
Events streaming package for Laravel based on Redis Streams - prwnr/laravel-streamer
prwnr
5/3/2025
A Python library and CLI tool for inspecting ePub from the terminal - ernestofgonzalez/epub-utils
ernestofgonzalez
4/29/2025
Effortless API documentation tool for Laravel applications. Swagger alternative. - rakutentech/laravel-request-docs
rakutentech
4/1/2025
Syntax highlighting powered by TextMate grammars in PHP. - phikiphp/phiki
phikiphp
3/22/2025
FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (AioHttp, Django, Falcon, Flask, Quart, Sanic, Starlette, Tornado). - mr-fatalyst/fa...
mr-fatalyst
3/16/2025
by: Ethan McCue
3/14/2025
3/12/2025
The DuckDB team and MotherDuck are excited to announce the release of a local UI for DuckDB shipped as part of the ui extension.
Jeff Raymakers and Gabor Szarnyas
3/6/2025
Volt-Test PHP SDK documentation - Integrate performance testing into your PHP applications with ease. Build and run test scenarios, monitor metrics, and optimize performance with Volt-Test's powerful tools.
2/11/2025
Protect your users from malware and inappropriate content with Packetly’s simple, S3-compatible content identification API. Easily integrate our powerful security tools into your existing infrastructure and ensure your customers' safety with minimal effort.
2/6/2025
I've been using You Need a Budget (YNAB) since 2019 and love it. I'm in the budget daily, entering transactions, tinkering, and ensuring my family is on track with our financial goals and current priorities. However, as the transactions and payees pi...
Chris Gmyr
2/5/2025
Apitally gives engineering teams the insights they need to build better APIs with real-time metrics, logs, and alerts.
12/22/2024
Decentralised, minimalist microblogging service for hackers. - buckket/twtxt
buckket
11/28/2024
Appwrite is an open-source platform for building applications at any scale, using your preferred programming languages and tools.
11/10/2024
Go is an open source programming language designed for building simple, fast, and reliable software. Take a look here which great companies use Go to power their services.
11/3/2024
An open source utility for packaging Python applications and all their dependencies into a portable, deterministic format based on Python's `sitecustomize.py`.
Alyssa Coghlan, Yagil Burowski
9/25/2024
A tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program. - cle-b/httpdbg
cle-b
9/21/2024
Diagram of the OpenAPI Specification tooling ecosystem, focusing on how tasks relate to the specification
Henry Andrews
9/8/2024
Vercel Security Checkpoint
9/5/2024
This is a work in progress, but I think it’s worth sharing. Please give it a look and let me know what you think. Thanks!
8/26/2024
Learn stuff from another hooman being. 👋
8/25/2024
Build a retrieval system with semantic, full-text, and fuzzy search in Postgres to be used as a backbone in RAG pipelines.
8/17/2024
by: Ethan McCue
8/15/2024
Nette is a family of mature and stand-alone components for PHP. Let them inspire you. Together, they create a framework rated as the 3rd most popular in the world. The Nette philosophy places extraordinary emphasis on productivity, best practices, and security.
David Grudl; https://davidgrudl.com
8/14/2024
Find API quality and security issues via your OpenAPI spec - zuplo/rate-my-openapi
zuplo
Run FFmpeg as an API with fluent-ffmpeg compatibility, queues and S3 storage. - StreamPot/StreamPot
StreamPot
8/12/2024
Embeddable Postgres with real-time, reactive bindings. - electric-sql/pglite
electric-sql
8/11/2024
I've be working on Textual for over a year now. Here's a few things I've discovered (or re-discovered) regarding terminals in Python, and software development in general.
8/6/2024
Check my public IP address and lookup any ip4 & ipv6 address detail on ip.network. Free API access available.
7/29/2024
A feature flag daemon with a Unix philosophy
7/24/2024
beego is an open-source, high-performance web framework for the Go programming language. - beego/beego
beego
7/22/2024
Enhancing the performance of Laravel applications brings a smoother and faster user experience. One powerful tool for achieving this is OPCache. OP...
HiBit
7/13/2024
Supercharge Your Laravel Projects with Swagger: Introducing Laravel G4T Swagger Auto...
HusseinAlaa
PHP Package for handling, querying, filtering, and setting nested data structures - Hi-Folks/data-block
Hi-Folks
Mastering Stateful and Stateless PHP Web Application Architecture Discover the differences between stateful and stateless PHP web application architecture. Learn how to leverage these architectures …
Amin Sharifi
6/30/2024
An improved drop-in replacement for SQS. Contribute to poundifdef/smoothmq development by creating an account on GitHub.
poundifdef
6/6/2024
Upload your OpenAPI spec and we'll tell you how good it is.
A detailed guide on how to build an SDK in PHP, including considerations for developer experience, designing resources, working with parameters, building HTTP requests, pagination, and more.
Speakeasy Team
5/29/2024
Written on May 30th, 2018 by Karl Hughes
5/24/2024
Redis is moving to a non-open source license. As a Fedora user how do you move from Redis to Valkey, a new Linux Foundation replacement?
Kyle Davis
5/21/2024
Is Django Still Relevant in 2024? Current state, async status, community and my humble opinion In the ever-evolving field of web development, the Python-based framework Django has often been the …
Simeon Emanuilov
5/20/2024
5/16/2024
Postgres Message Queue (PGMQ) JavaScript Client Library - Muhammad-Magdi/pgmq-js
Muhammad-Magdi
5/10/2024
The API database architecture - Stop writing HTTP-GET endpoints
Fabian Zeindl
5/9/2024
A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. - pgmq/pgmq
pgmq
4/24/2024
Hosted
4/13/2024
It might be surprising to hear the co-founder of a GraphQL company say you probably don't need it. Let me explain.
Max Stoiber
4/12/2024
4/4/2024
Ultra fast, persistent database supporting Valkey API - sabledb-io/sabledb
sabledb-io
It’s beautiful to see the industry finally adopt a superior technique for API versioning: rolling versions. Last week, Sequence adopted rolling versions as the versioning scheme for their API. Ten years ago, this scheme was unheard of, but fast-forward to this day, and it is fast becoming ubiquitous thanks to Stripe for inventing and popularising this technique with their article — APIs as infrastructure: future-proofing Stripe with versioning.
Subomi Oluwalana
In this fast tutorial, we will create the easiest Passwordless Login in Laravel, using Signed URLs. Signed URLs are available in Laravel since version 5.6, but in my experience they aren’t known enough. 📌 We assume you have the login view with a f...
Tony Joe
3/25/2024
Proxy server that generates API specs for any app or website on localhost. - Adawg4/openapi-autospec
Adawg4
3/16/2024
🦫 A lightweight and modern task runner for Automation, CI/CD & DevOps. - jolicode/castor
jolicode
3/7/2024
PHP port of Mozilla's Readability.js. Contribute to fivefilters/readability.php development by creating an account on GitHub.
fivefilters
2/20/2024
Build robust web crawlers using libraries like BeautifulSoup. Overcome scraping challenges and learn best practices for large scale scraping.
Mohan Ganesan Feb 20, 2024 · 19 min read
2/14/2024
🐽 oink.php is a single-file PHP library to easily build APIs - jcarlosroldan/oink
jcarlosroldan
2/10/2024
How to switch from PHP, and to what I was a PHP programmer for 17 years until 2020. I explained my reasons for switching in this article, section “Go into a technology at an early stage, get out of …
Alexey Inkin
2/6/2024
Postgres is Enough . GitHub Gist: instantly share code, notes, and snippets.
cpursley
2/2/2024
The API Landscape
1/18/2024
OpenAPI testing for PHP. Contribute to hotmeteor/spectator development by creating an account on GitHub.
hotmeteor
1/10/2024
As the complexity of web applications continues to grow, developers are increasingly focusing on performance and scalability. Laravel, known as a powerful PHP framework...
Emre Çalışkan
1/3/2024
Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the ...
projectdiscovery
1/1/2024
Structure any Web/API data
12/28/2023
Every known artificial agent (bot) on the internet
12/18/2023
author, Laurence Isla,. This how-to shows a way to return HTML content and use the htmx library to handle the AJAX requests. Htmx expects an HTML response and uses it to replace an element inside the DOM (see the htmx introduction in the docs). Preparatory Configuration: We will make a to-do app ...
12/9/2023
⚡️ A tool to check the speed and resilience of your API endpoints against multiple parallel or sequence requests. - parsecph/clobbr
parsecph
12/7/2023
The future of modern data infrastructure is object storage.
WarpStream
11/26/2023
Novu is an open-source notification platform that empowers developers to create robust, multi-channel notifications for web and mobile apps. With powerful workflows, seamless integrations, and a flexible API-first approach, Novu enables product teams to manage notifications without breaking production.
11/23/2023
Beautiful, cross-platform & open-source tools for debugging, testing and building with HTTP(S), on Windows, Linux & Mac.
11/10/2023
The best code is the code unwritten. Avoid building a complex API layer by sharing your database between services.
Introducing Deno Queues - zero config, scalable messaging with a guaranteed at-least-once delivery. This new primitive builds on the foundation set by Deno KV, and is available today in the Deno JavaScript runtime and Deno Deploy.
I made a no-nonsense wrapper around pcntl_fork
11/7/2023
Arrays are a convenient way of organizing and passing data in PHP applications, but should we do it? In this article, I'll show the cons of abusing the use of associative arrays and a simple alternative for that.
10/25/2023
10/24/2023
Redis as a Database I’ve been using Redis a lot in the past few years (and even wrote a post about misusing it), mostly as a cache layer between the App and its Database. For some period of time I …
Tzafrir Ben Ami
9/11/2023
9/3/2023
Production-ready Docker setup for Laravel powered web services and microservices. Done right. - exaco/laravel-docktane
exaco
8/31/2023
VSCode for PHP and Laravel This post should help you setup Visual Studio Code to use for PHP and Laravel development. It it a solid base configuration that can be expanded upon using additional …
Sean Kegel
8/28/2023
Use any async Rust library from PHP! Contribute to danog/php-tokio development by creating an account on GitHub.
danog
8/27/2023
The fastest and simplest way to build, run, govern, and evolve a high-quality API layer on all your data.
An introduction to how modern SQL databases are adapting to fit into the serverless and edge computing world.
Yiming Cao
Utilities to build powerful, performant and extensible GraphQL APIs rapidly
8/20/2023
YAGNI
written by Max Chernyak on 13 Sep, 21 and was discussed on Hacker News
8/17/2023
The OData v4.01 Producer for Laravel
8/14/2023
Basedash is the AI-native Business Intelligence Platform. Generate beautiful charts and dashboards using natural language.
8/12/2023
Learnings from securing a PostgreSQL database used by multiple backends, services, and roles.
Romario López
We could not find what you were looking for.
8/10/2023
Ask any developer: do you prefer GraphQL or REST? This often leads to opinionated conversations, sometimes even devolving into vulgar opinions rather than objective facts.
Dylan HuangCo-Founder at Konfig
8/6/2023
Create beautiful diagrams just by typing math notation in plain text.
Atlas is a language-agnostic tool for managing and migrating database schemas using modern DevOps principles. It enables developers to automate schema changes through both declarative (schema-as-code) and versioned migration workflows, supporting inputs like HCL, SQL, and ORM models. Key features include automatic migration planning, schema diffs, linting, testing, and CI/CD for databases to ensure a reliable and scalable approach to database schema changes.
GitHub Gist: instantly share code, notes, and snippets.
anastasia-lebedeva
7/29/2023
7/23/2023
posted on july 12th, 2023 with tags pushover
joshua stein
7/13/2023
PostgreSQL provides the necessary building blocks for you to combine and create your own search engine for full-text search. Let's see how far we can take it.
7/6/2023
A full-featured Golang Development Framework. Contribute to goravel/goravel development by creating an account on GitHub.
goravel
7/4/2023
Exploring software development with PHP, JavaScript, Rust, and beyond.
5/18/2023
Discover our guides, examples, and APIs to build fast and relevant search experiences with Meilisearch.
Learn how to use Kiota to generate API clients to call any OpenAPI-described API.
jasonjoh
5/3/2023
Hexmos Lama2: Human-friendly syntax and CLI for describing and executing APIs, store and collaborate on API files using version control. Ships with IDE and text-editor integrations. Markdown for APIs.
3/5/2023
Blog about Software Engineering
themythicalengineer
EdgeWorkers Examples – This repository contains practical examples, that can be used as a starting point for Akamai EdgeWorkers. - akamai/edgeworkers-examples
akamai
jendeley is a JSON-based document organizing software.
MailCrab is an email test server for development, written entirely in Rust.
Marlon
3/4/2023
The ultimate set of SQLite extensions. Contribute to nalgeon/sqlean development by creating an account on GitHub.
nalgeon
3/2/2023
An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Post...
mathesar-foundation
2/25/2023
Various Docker Compose examples of selfhosted FOSS and proprietary projects. - Haxxnet/Compose-Examples
Haxxnet
1/28/2023
Implement feature-rich JSON:API compliant APIs in your Laravel applications. Build your next standards-compliant API today.
Learn what backend development is, what backend developers do and how to become one using our community-driven roadmap.
Boilerplate for running a PHP lambda function in AWS - rkeplin/lambda-php-dockerized
rkeplin
1/15/2023
Occasionally I go out to lunch with some of my techie friends and we have a great time geeking together. We talk about projects, current events, and various tech-related issues. Inevitably, the discussion will turn to programming languages. One might lament "I have to modify some Java code. I hate Java. (Oh, sorry, Kyle.)" (It probably doesn't help that we gave Kyle the nickname "Java-boy" over a decade ago.) Another will gripe about some old monolithic shell code that nobody wants to rewrite.
1/1/2023
12/28/2022
RapidAPI for Mac is a full-featured HTTP client that lets you test and describe the APIs you build or consume. It has a beautiful native macOS interface to compose requests, inspect server responses, generate client code and export API definitions.
RapidAPI Inc.
All your favorite Laravel Horizon features (and a few new ones) all packed into a single desktop application. A must-have productivity booster for every Laravel developer.
Creating a full-fledged API requires resources, both time and money. You need to think about the model, the design, the REST principles, etc., without writing a single line of code. Most of the time, you don’t know whether it’s worth it: you’d like to offer a Minimum Viable Product and iterate from there. I want to show how you can achieve it without writing a single line of code. The solution The main requirement of the solution is to use the PostgreSQL database. It’s
Per-route authorization
RoadRunner is a high-performance PHP application server, load-balancer, and process manager written in Golang.
Deploy and execute AWS Lambda functions from your Laravel application.
PHP extension to get insight about memory usage. Contribute to BitOne/php-meminfo development by creating an account on GitHub.
BitOne
Provides a domain-first, test-driven approach to web application architecture with a focus on long-term maintainability.
Matthias Noback
The cross-platform API testing tool.
Daniel ScherrerChief Software Security Officer, Abraxas Informatik AG
Do local website development on your computer or in the cloud with DDEV.
DDEV Foundation
The comprehensive Open Source Software insight tool by analyzing massive events from GitHub, powered by TiDB, the best insight building database of data agility.
A hands-on practical Laravel Security course that uses interactive hacking exercises to teach you how to keep your applications secure. Because learning security doesn't have to be boring!
11/26/2022
A next-generation crawling and spidering framework. - projectdiscovery/katana
projectdiscovery
Implement JWT authentication in Laravel 11, comparing it with built-in authentication packages Sanctum and Passport, and exploring security considerations.
Clara Ekekenta
Identify bugs and bottlenecks in your web applications before your customers do.
A minimal framework for command-line applications in PHP. Join our Discord: https://discord.gg/hY5UNC4XPf - minicli/minicli
minicli
11/12/2022
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) - OpenAPITools/openapi-gener...
OpenAPITools