10/28/2025

Building CLIs with Ace: a Bookmarks App in Node.js and Bun - Galaxy Blog

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 | by Jakub Skowron (skowron.dev) | Oct, 2025 | Medium

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)

laravel php

10/23/2025

pgTAP: Unit Testing for PostgreSQL

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.

test driven development postgres

10/22/2025

Raheel Shan | Laravel Blade as Your API: HTMX-Powered Partials for Dynamic UIs

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

⚠️ Hyperflask is still in BETA and being actively developed. Check out the roadmap for a status update.

python

10/13/2025

How To Set Up Express 5 For Production In 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

nodejs

8/31/2025

danjohnson95/pinout: Control hardware using Laravel 🔌

Control hardware using Laravel 🔌. Contribute to danjohnson95/pinout development by creating an account on GitHub.

danjohnson95

laravel
Building a Jeopardy Game for Laravel Live Denmark | Blog

A crazy idea that turned into a fun mashup of software and hardware...and all of it with Laravel

Dotsquare LLC

laravel

8/30/2025

Yeknava - The Rise of Hybrid PHP: Blending PHP with Go and Rust

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.

php
Taylor Otwell: What 14 Years of Laravel Taught Me About Maintainability | Maintainable Software Podcast

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.

laravel

8/25/2025

Everything I know about good API design

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…

api

8/6/2025

Graphile Worker | Graphile Worker

A high performance job queue for PostgreSQL, written in Node.js

Etan

8/4/2025

Node.js Design Patterns Third Edition by Mario Casciaro and Luciano Mammino

Level up your Node.js skills and design production-grade applications using proven techniques.

Luciano Mammino, Mario Casciaro

8/1/2025

PHP-ORT: Machine Learning Inference for the Web

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

7/12/2025

Most RESTful APIs aren’t really RESTful | Florian Krämer

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

api

7/8/2025

Exploring Coroutines in PHP | doeken.org

Coroutines are functions that pause and resume with state, allowing flexible, bidirectional control flow in PHP.

Doeke Norg

php

6/14/2025

https://effective-programmer.com/how-to-write-the-worst-possible-python-code-8c6

A comprehensive guide to making your colleagues question their career choices

Naveed Khan

python

5/26/2025

The double standard of webhook security and API security | Speakeasy

Explore the surprisingly different security standards we apply to webhooks versus traditional API requests.

Speakeasy Team

api
A package to handle one-time passwords (OTP) in Laravel apps | Spatie

I’m proud to share that we have released a new package called spatie/laravel-one-time-passwords.

laravel

5/23/2025

Announcing a new IDE for PostgreSQL in VS Code from Microsoft | Microsoft Community Hub

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

postgres

5/20/2025

RickoNoNo3/joplin-terminal-data-api: A docker image to provide the Joplin's Data API externally and headlessly

A docker image to provide the Joplin's Data API externally and headlessly - RickoNoNo3/joplin-terminal-data-api

RickoNoNo3

docker joplin

5/19/2025

Monitoring Node.js: Key Metrics You Should Track | Last9

Understand which metrics matter in Node.js applications, why they’re important, and how to track them effectively in production.

Faiz Shaikh

nodejs

5/18/2025

prwnr/laravel-streamer: Events streaming package for Laravel based on Redis Streams

Events streaming package for Laravel based on Redis Streams - prwnr/laravel-streamer

prwnr

laravel

5/3/2025

ernestofgonzalez/epub-utils: A Python CLI and utility library for manipulating EPUB files

A Python library and CLI tool for inspecting ePub from the terminal - ernestofgonzalez/epub-utils

ernestofgonzalez

python

4/29/2025

rakutentech/laravel-request-docs: Effortless API documentation tool for Laravel applications. Swagger alternative.

Effortless API documentation tool for Laravel applications. Swagger alternative. - rakutentech/laravel-request-docs

rakutentech

laravel

4/1/2025

phikiphp/phiki: Syntax highlighting powered by TextMate grammars in PHP.

Syntax highlighting powered by TextMate grammars in PHP. - phikiphp/phiki

phikiphp

php

3/22/2025

mr-fatalyst/fastopenapi: FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (Falcon, Flask, Sanic, Starlette, Tornado).

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

open api python

3/16/2025

Life Altering Postgresql Patterns

by: Ethan McCue

postgres

3/14/2025

SQL queries don't start with SELECT

SQL queries don't start with SELECT

Julia Evans

database

3/12/2025

The DuckDB Local UI – DuckDB

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

database

3/6/2025

VOLT-TEST PHP SDK | VOLT-TEST PHP SDK

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.

php

2/11/2025

Packetly: Simplify Content Security with Our S3-Compatible API

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.

api

2/6/2025

Building a YNAB CLI in Laravel

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

laravel php

2/5/2025

Simple, privacy-focused API monitoring & analytics tool - Apitally

Apitally gives engineering teams the insights they need to build better APIs with real-time metrics, logs, and alerts.

api

12/22/2024

twtxt/twtxt at master · buckket/twtxt

Decentralised, minimalist microblogging service for hackers. - buckket/twtxt

buckket

python

11/28/2024

Appwrite - Build like a team of hundreds

Appwrite is an open-source platform for building applications at any scale, using your preferred programming languages and tools.

11/10/2024

Go Web Examples - Learn Web Programming in Go by Examples

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.

go

11/3/2024

Introducing venvstacks: layered Python virtual environments | LM Studio Blog

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

python

9/25/2024

cle-b/httpdbg: A tool for Python developers to easily debug the HTTP(S) client requests in a Python program.

A tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program. - cle-b/httpdbg

cle-b

python

9/21/2024

Analyzing the OpenAPI Tooling Ecosystem

Diagram of the OpenAPI Specification tooling ecosystem, focusing on how tasks relate to the specification

Henry Andrews

open api

9/8/2024

Look out, kids: PHP is the new JavaScript | Mux

Vercel Security Checkpoint

php

9/5/2024

The Elements of APIs by John Holdun

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!

api

8/26/2024

Learn Laravel, PHP, JavaScript and more | Loris

Learn stuff from another hooman being. 👋

laravel php

8/25/2024

Postgres as a search engine

Build a retrieval system with semantic, full-text, and fuzzy search in Postgres to be used as a backbone in RAG pipelines.

postgres database

8/17/2024

Just use Postgres

by: Ethan McCue

postgres database

8/15/2024

Nette – Comfortable and Safe Web Development in PHP

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

php

8/14/2024

GitHub - zuplo/rate-my-openapi

Find API quality and security issues via your OpenAPI spec - zuplo/rate-my-openapi

zuplo

open api
GitHub - StreamPot/StreamPot: Run FFmpeg as an API with fluent-ffmpeg compatibility, queues and S3 storage.

Run FFmpeg as an API with fluent-ffmpeg compatibility, queues and S3 storage. - StreamPot/StreamPot

StreamPot

api

8/12/2024

8/11/2024

7 Things I've learned building a modern TUI Framework

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.

python

8/6/2024

What's My Public IP Address | ip.network

Check my public IP address and lookup any ip4 & ipv6 address detail on ip.network. Free API access available.

7/29/2024

flagd

A feature flag daemon with a Unix philosophy

7/24/2024

beego/beego: beego is an open-source, high-performance web framework for the Go programming language.

beego is an open-source, high-performance web framework for the Go programming language. - beego/beego

beego

go

7/22/2024

Boost Laravel performance with OPCache - HiBit

Enhancing the performance of Laravel applications brings a smoother and faster user experience. One powerful tool for achieving this is OPCache. OP...

HiBit

laravel

7/13/2024

Auto-Magic: Automate Your Laravel API Docs with G4T Swagger! - DEV Community

Supercharge Your Laravel Projects with Swagger: Introducing Laravel G4T Swagger Auto...

HusseinAlaa

laravel
Hi-Folks/data-block: PHP Package for handling, querying, filtering, and setting nested data structures

PHP Package for handling, querying, filtering, and setting nested data structures - Hi-Folks/data-block

Hi-Folks

php
https://medium.com/@moaminsharifi/mastering-stateful-and-stateless-php-web-appli

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

php

6/30/2024

poundifdef/SmoothMQ: A drop-in replacement for SQS designed for great developer experience and efficiency.

An improved drop-in replacement for SQS. Contribute to poundifdef/smoothmq development by creating an account on GitHub.

poundifdef

6/6/2024

Rate My OpenAPI

Upload your OpenAPI spec and we'll tell you how good it is.

open api
How to Build an SDK in PHP | Speakeasy

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

php

5/29/2024

Debugging Intermittent Test Failures with Bash and PHPUnit | Shiphp

Written on May 30th, 2018 by Karl Hughes

test driven development php

5/24/2024

How to move from Redis to Valkey - Fedora Magazine

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

redis

5/21/2024

https://medium.com/@simeon.emanuilov/is-django-still-relevant-in-2024-1e68d2b134

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

python

5/16/2024

Muhammad-Magdi/pgmq-js: Postgres Message Queue (PGMQ) JavaScript Client Library

Postgres Message Queue (PGMQ) JavaScript Client Library - Muhammad-Magdi/pgmq-js

Muhammad-Magdi

postgres

5/10/2024

The API database architecture - Stop writing HTTP-GET endpoints

The API database architecture - Stop writing HTTP-GET endpoints

Fabian Zeindl

api postgres

5/9/2024

tembo-io/pgmq: A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. - pgmq/pgmq

pgmq

postgres

4/24/2024

Online | OpenAPI Generator

Hosted

api open api

4/13/2024

You probably don't need GraphQL

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

api

4/12/2024

4/4/2024

GitHub - sabledb-io/sabledb: Ultra fast, persistent database supporting Redis API

Ultra fast, persistent database supporting Valkey API - sabledb-io/sabledb

sabledb-io

database
Rolling versions: The new standard for API versioning | The Webhooks Blog

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

api
Easiest Passwordless Login in Laravel without external packages

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

laravel

3/25/2024

GitHub - Adawg4/openapi-autospec: Proxy server that generates API specs for any app or website on localhost.

Proxy server that generates API specs for any app or website on localhost. - Adawg4/openapi-autospec

Adawg4

api

3/16/2024

GitHub - jolicode/castor: 🦫 DX oriented task runner and command launcher built with PHP.

🦫 A lightweight and modern task runner for Automation, CI/CD & DevOps. - jolicode/castor

jolicode

php

3/7/2024

fivefilters/readability.php: PHP port of Mozilla's Readability.js

PHP port of Mozilla's Readability.js. Contribute to fivefilters/readability.php development by creating an account on GitHub.

fivefilters

php

2/20/2024

Web Scraping in Python - The Complete Guide | ProxiesAPI

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

scraping python

2/14/2024

GitHub - jcarlosroldan/oink: 🐽 Oink is an open source API for PHP in a single file

🐽 oink.php is a single-file PHP library to easily build APIs - jcarlosroldan/oink

jcarlosroldan

php

2/10/2024

How to switch from PHP, and to what | by Alexey Inkin | Jan, 2024 | Medium

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

php

2/6/2024

Postgres is Enough

Postgres is Enough . GitHub Gist: instantly share code, notes, and snippets.

cpursley

postgres database

2/2/2024

The API Landscape

The API Landscape

api

1/18/2024

GitHub - hotmeteor/spectator at apisyouwonthate.com

OpenAPI testing for PHP. Contribute to hotmeteor/spectator development by creating an account on GitHub.

hotmeteor

api

1/10/2024

Hola FrankenPHP! Laravel Octane Servers Comparison: Pushing the Boundaries of Performance | by Emre Çalışkan | Beyn Technology | Jan, 2024 | Medium

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

php

1/3/2024

projectdiscovery/nuclei: Fast and customizable vulnerability scanner based on simple YAML based DSL.

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

security

1/1/2024

crul

Structure any Web/API data

scraping

12/28/2023

Agents | Dark Visitors

Every known artificial agent (bot) on the internet

scraping

12/18/2023

Providing HTML Content Using Htmx — PostgREST 12.0.0 documentation

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 ...

postgres database

12/9/2023

GitHub - parsecph/clobbr: ⚡️ A tool to check the speed and resilience of your API endpoints against multiple parallel or sequence requests.

⚡️ A tool to check the speed and resilience of your API endpoints against multiple parallel or sequence requests. - parsecph/clobbr

parsecph

api

12/7/2023

S3 Express is All You Need - WarpStream

The future of modern data infrastructure is object storage.

WarpStream

storage

11/26/2023

Novu - The open-source notification infrastructure

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.

software

11/23/2023

Intercept, debug & mock HTTP with HTTP Toolkit

Beautiful, cross-platform & open-source tools for debugging, testing and building with HTTP(S), on Windows, Linux & Mac.

api

11/10/2023

Skip the API, Ship Your Database · The Fly Blog

The best code is the code unwritten. Avoid building a complex API layer by sharing your database between services.

api database
Announcing Deno Queues

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.

architecture
Running PHP code in parallel, the easy way - stitcher.io

I made a no-nonsense wrapper around pcntl_fork

php architecture

11/7/2023

Avoid the AOP: Array-Oriented Programming - Wendell Adriel

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.

php

10/25/2023

httpbin.org
tooling

10/24/2023

Redis as a Database. I’ve been using Redis a lot in the past… | by Tzafrir Ben Ami | Wix Engineering | Medium

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

redis database

9/11/2023

Beyond OpenAPI

Let's write the docs like it's 2023.

Anton Zhiyanov

api open api

9/3/2023

exaco/laravel-octane-dockerfile: Production-ready Dockerfile for Laravel Octane powered web services and microservices. Done right.

Production-ready Docker setup for Laravel powered web services and microservices. Done right. - exaco/laravel-docktane

exaco

laravel php

8/31/2023

VSCode for PHP and Laravel. VSCode + PHP + Laravel | by Sean Kegel | Aug, 2023 | Stackademic

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

laravel php

8/28/2023

GitHub - danog/php-tokio: Use any async Rust library from PHP!

Use any async Rust library from PHP! Contribute to danog/php-tokio development by creating an account on GitHub.

danog

php

8/27/2023

Instant GraphQL APIs on your data | Built-in Authz & Caching

The fastest and simplest way to build, run, govern, and evolve a high-quality API layer on all your data.

api graphql
How Modern SQL Databases Are Changing Web Development: Part 1 | by Yiming Cao | Aug, 2023 | Medium

An introduction to how modern SQL databases are adapting to fit into the serverless and edge computing world.

Yiming Cao

database
Graphile | Powerful, Extensible and Performant GraphQL APIs Rapidly

Utilities to build powerful, performant and extensible GraphQL APIs rapidly

api graphql

8/20/2023

Don’t Build A General Purpose API To Power Your Own Front End - Max Chernyak

YAGNI

written by Max Chernyak on 13 Sep, 21 and was discussed on Hacker News

api

8/17/2023

Lodata

The OData v4.01 Producer for Laravel

laravel

8/14/2023

How Supabase became this generation’s database - Basedash

Basedash is the AI-native Business Intelligence Platform. Generate beautiful charts and dashboards using natural language.

postgres database

8/12/2023

Securing your PostgreSQL DB with Roles & Privileges

Learnings from securing a PostgreSQL database used by multiple backends, services, and roles.

Romario López

postgres database
Getting started | Metatype

We could not find what you were looking for.

8/10/2023

I reviewed 1,000s of GraphQL vs. REST perspectives

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

api graphql

8/6/2023

Penrose | Penrose

Create beautiful diagrams just by typing math notation in plain text.

software
Atlas | Open-source database schema management tool

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.

database
cc.dev - Database-Driven Email Marketing

Don't let AI slop ruin your codebase.

Command Center

software
Parametric SQL testing with pgTAP — find my way from toy examples to practical application | by Anastasia Lebedeva | Medium

GitHub Gist: instantly share code, notes, and snippets.

anastasia-lebedeva

postgres database

7/23/2023

Advice for Operating a Public-Facing API - joshua stein

posted on july 12th, 2023 with tags pushover

joshua stein

api

7/13/2023

Create an advanced search engine with PostgreSQL

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.

postgres database

7/6/2023

GitHub - goravel/goravel: A Golang framework for web artisans. Tribute to Laravel.

A full-featured Golang Development Framework. Contribute to goravel/goravel development by creating an account on GitHub.

goravel

laravel go

7/4/2023

Laravel Seeders on Steroids - Ryan Chandler

Exploring software development with PHP, JavaScript, Rust, and beyond.

laravel

5/18/2023

Meilisearch Documentation

Discover our guides, examples, and APIs to build fast and relevant search experiences with Meilisearch.

software
Kiota documentation | Microsoft Learn

Learn how to use Kiota to generate API clients to call any OpenAPI-described API.

jasonjoh

software

5/3/2023

Hexmos Lama2

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.

api

3/5/2023

List of most used Key-Value stores and databases | The Mythical Engineer

Blog about Software Engineering

themythicalengineer

database
edgeworkers-examples/main.js at master · akamai/edgeworkers-examples · GitHub

EdgeWorkers Examples – This repository contains practical examples, that can be used as a starting point for Akamai EdgeWorkers. - akamai/edgeworkers-examples

akamai

serverless
jendeley | jendeley is a JSON-based document organizing software.

jendeley is a JSON-based document organizing software.

software
Introducing MailCrab! - Blog - Tweede golf

MailCrab is an email test server for development, written entirely in Rust.

Marlon

software

3/4/2023

GitHub - nalgeon/sqlean: The ultimate set of SQLite extensions

The ultimate set of SQLite extensions. Contribute to nalgeon/sqlean development by creating an account on GitHub.

nalgeon

database

3/2/2023

GitHub - centerofci/mathesar: Web application providing an intuitive user experience to databases.

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

software database

2/25/2023

GitHub - Haxxnet/Compose-Examples: Various Docker Compose examples of selfhosted FOSS and proprietary projects.

Various Docker Compose examples of selfhosted FOSS and proprietary projects. - Haxxnet/Compose-Examples

Haxxnet

docker

1/28/2023

Laravel JSON:API

Implement feature-rich JSON:API compliant APIs in your Laravel applications. Build your next standards-compliant API today.

laravel api php
Backend Developer Roadmap

Learn what backend development is, what backend developers do and how to become one using our community-driven roadmap.

GitHub - rkeplin/lambda-php-dockerized: Boilerplate for running a PHP lambda function in AWS

Boilerplate for running a PHP lambda function in AWS - rkeplin/lambda-php-dockerized

rkeplin

serverless php

1/15/2023

8 Reasons Python Sucks - The Hacker Factor Blog

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.

software

1/1/2023

Deploying Mosquitto MQTT broker on Linux using Docker

; Date: Thu Oct 13 2022

By David Herron

software

12/28/2022

RapidAPI for Mac – The most advanced API tool for Mac

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.

software api
Observer - Your favorite Laravel Horizon companion

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.

laravel
A poor man's API

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

api postgres
Roadrunner: a high-performance PHP application server

RoadRunner is a high-performance PHP application server, load-balancer, and process manager written in Golang.

php
Overview - Sidecar Docs

Deploy and execute AWS Lambda functions from your Laravel application.

laravel
GitHub - BitOne/php-meminfo: PHP extension to get insight about memory usage

PHP extension to get insight about memory usage. Contribute to BitOne/php-meminfo development by creating an account on GitHub.

BitOne

php
Advanced Web Application… by Matthias Noback [PDF/iPad/Kindle]

Provides a domain-first, test-driven approach to web application architecture with a focus on long-term maintainability.

Matthias Noback

php architecture
The ultimate gRPC and REST client | Kreya

The cross-platform API testing tool.

Daniel ScherrerChief Software Security Officer, Abraxas Informatik AG

software api
Get Started with DDEV - DDEV Docs

Do local website development on your computer or in the cloud with DDEV.

DDEV Foundation

software
Analyze swagger-api/swagger-ui | OSSInsight

The comprehensive Open Source Software insight tool by analyzing massive events from GitHub, powered by TiDB, the best insight building database of data agility.

api open api
Practical Laravel Security - Secure Your Laravel Apps

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!

laravel

11/26/2022

projectdiscovery/katana: A next-generation crawling and spidering framework.

A next-generation crawling and spidering framework. - projectdiscovery/katana

projectdiscovery

software scraping
Implementing JWT authentication in Laravel 9 - LogRocket Blog

Implement JWT authentication in Laravel 11, comparing it with built-in authentication packages Sanctum and Passport, and exploring security considerations.

Clara Ekekenta

laravel
Inspector: Code Execution Monitoring, built for developers

Identify bugs and bottlenecks in your web applications before your customers do.

software
minicli/minicli: A minimalist framework for command-line applications in PHP

A minimal framework for command-line applications in PHP. Join our Discord: https://discord.gg/hY5UNC4XPf - minicli/minicli

minicli

php

11/12/2022

GitHub - OpenAPITools/openapi-generator: OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

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

api open api