Noop Today
  • Home
  • About
  • Services
Sign in Subscribe

programming

A collection of 4 posts
New Bun APIs S3 And PostgreSQL: The Future of Programming Languages
software Featured

New Bun APIs S3 And PostgreSQL: The Future of Programming Languages

We are witnessing the evolution of programming languages. In this article we examine through new Bun APIs, where is the ecosystem headed
25 Jan 2025 5 min read
Art Level SQL: goyesql
sql Featured

Art Level SQL: goyesql

One of the never-ending debates in software development is the use of ORMs vs. query builders vs. writing raw SQL. An art-level approach to managing SQL queries is hiding in plain sight, and I am here to share it. ORM vs. Query Builder vs. Raw SQL Before we go into
01 Mar 2024 7 min read
Runtime Should Depend on The Configuration, Not The Environment
configuration Featured

Runtime Should Depend on The Configuration, Not The Environment

The application runtime should not depend on the environment, but the configuration should. If you've ever written the following code, this post is for you: function doSomething(){ if (process.env.NODE_ENV === "development"){ return { foo: 1 }; } return { foo: 2 }; } Why Is That A Problem? Once you
11 Feb 2024 2 min read
Building an RSS Feed Aggregator with Go and ChatGPT [Part 1/3]
chatgpt

Building an RSS Feed Aggregator with Go and ChatGPT [Part 1/3]

Implement an automatically generated weekly digest right into your mailbox with Golang and ChatGPT!
18 Jul 2023 8 min read
Page 1 of 1
Noop Today © 2025
  • Sign up
Powered by Ghost