GPT Engineer: Build an Entire App with a Single Prompt
GPT Engineer: Build an Entire App with a Single Prompt –Have an idea. Enter a prompt. Get an app.
All my blog posts and articles
GPT Engineer: Build an Entire App with a Single Prompt –Have an idea. Enter a prompt. Get an app.
[Are Your Students Ready for AI?](https://hbsp.harvard.edu/inspiring-minds/are-your-students-ready-for-ai?cid=email%7Cmarketo%7C2023-07-07-inspiring-minds-digest-new%7C40168519%7Cthought-leadership-inspiring-minds%7Ceducator%7Cinspiring-minds-article%7Cjul2023&acctID=nonecid%3Demail%7Cmarketo%7C202...
Read more →Experiential Robotics Platform (XRP) Kit – Beta –The XRP Robotics Platform is a hands-on, comprehensive robotics platform and includes everything needed to build and program a beginner to advanced robot.
How to diagnose and control login and background items –Login and Background Items are increasingly common, and can cause all sorts of problems. Diagnosing and fixing them is better in Ventura.
Deploying Ruby on Rails with Dokku (including Redis, Sidekiq, ARM servers and Docker). –This is the ultimate Dokku + Ruby on Rails guide — I cover running Dokku on x86 and ARM, deploying Sidekiq and Redis, dockerizing our Ruby on Rails app, and more…
llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs –I’ve been building out a small suite of command-line tools for working with ChatGPT, GPT-4 and potentially other language models in the future. The three tools I’ve built so far …
Tips for writing Rails tasks with Thor instead of Rake –Thor is a great way to write simple CLIs like one-off Rails scripts, but it does have its own gotchas. Here’s how to use Thor in practice.
Rails design patterns –This article is a high-level overview of design patterns that are commonly used in Ruby on Rails applications. I also mention the cons and pros.
PocketTube – YouTube Subscription Manager –The better way to group and organize your Youtube subscriptions
Center Cam Standard Package –Center Cam Standard Package includes: Center Cam Assembly, Adjustable clip mount, Lens Privacy cover. Center Cam Specs: 1080p Resolution, F2.1 lens, 30 FPS, 65 degree Horizontal Field of View. Compatible with Windows, Mac, Android, and Linux. USB-A/USB-C. Adjustable Clip Mount Specs: Opens up to 2″. Unit is 5 Ft. long
Lago Blog – ORMs are criticized for the wrong reasons –ORMs, often criticized, are typically misused rather than inherently flawed. While they present challenges in visibility and performance, correct usage can mitigate these issues.
Top 7 Featured DEV Posts from the Past Week –A round up of the most-read and most-loved contributions from the community this past week
Copilot Leaks: Code I Should Not Have Seen –The number of leaked information from Copilot were surprising. I’ll show you what it his and how to prevent it your code from leaking.
Blocks, Procs, and Lambdas: A Beginner’s Guide to Closures and Anonymous Functions in Ruby –Closures and anonymous functions are very useful concepts, especially in functional programming. Ruby makes working with them a pleasure via its flavors like blocks, procs, and lambdas. This post provides an in-depth tutorial and shows the subtle differences between them.
Akshay’s Blog –I am a Ruby on Rails developer based in Victoria, BC. This blog is my attempt to spread the joy of building web applications in Ruby on Rails with the world.
File: Advanced I/O with Polyphony — Documentation for polyphony (1.1.1) –
0008 – Guide to overloading in Python –Overloading is giving multiple implementations to a function, based on what arguments it receives.