instruction
stringlengths
25
134
input
stringclasses
1 value
output
stringlengths
12
49.5k
Write an article about "Your first full stack app"
Get your first full stack app on your portfolio Always wanted to build a complete web app but aren't sure how to get started? This course is for you. <Button variant={"green"} href={/learn/your-first-full-stack-app/0} Your first full stack app - start course
Write an article about "Generative AI Bootcamp"
export const status = 'available' return (); }
Write an article about "an article"
{ if (name) this.name = name; if (email) this.email = email; try { await sqlUPDATE users SET name = ${this.name}, email = ${this.email} WHERE id = ${this.id}; console.log('User profile updated successfully.'); } catch (error) { console.error('Error updating user profile:', error); // Handle error (e.g., rollback transa...
Write an article about "Infrastructure as Code"
Build systems in the cloud - quickly Infrastructure as code is a critical skill these days. Practitioners are able to define and bring up reproducible copies of architectures on cloud providers such as AWS and Google Cloud. This course will get you hands on with CloudFormation, Terraform and Pulumi. <Button variant={"g...
Write an article about "GitHub Automations"
Time to automate with GitHub! GitHub Automations help you maintain software more effectively with less effort <Button variant={"green"} href={/learn/courses/github-automations/0} GitHub Automations - start course
Write an article about "Taking Command"
Time to build a command line tool! Project-based practice: building a command line tool in Go <Button variant={"green"} href={/learn/courses/taking-command/0} Taking Command - start course
Write an article about "an article"
export const meta = { } Segment 1 One
Write an article about "Pair coding with AI"
More than the sum of its parts... Learning how to effectively leverage AI to help you code, design systems, generate high quality images in any style and more can make you more productive, and can even make your work more enjoyable and less stressful. This course shows you how. <Button variant={"green"} href={/learn/pa...
Write an article about "Emotional Intelligence for Developers"
Procrastination is about negative emotions As you get further into your career, you come to realize that the technical chops come over time and are the easy part. Mastering your own emotions, working with emotional beings (other humans), and recognizing when something has come up and needs attention or skillful process...
Write an article about "Coming out of your shell"
Don't stick to the default terminal Have you ever heard of ZSH? Alacrity? Butterfish? In this course you'll learn to install, configure and leverage powerful custom shells to supercharge your command line skills. <Button variant={"green"} href={/learn/courses/coming-out-of-your-shell/0} Coming out of your shell - start...
Write an article about "an article"
export const meta = { } Cusomization makes it yours By changing your shell, you not only make your computer more comfortable, but perhaps even more importantly, you learn about Unix, commands, tty, and more.
Write an article about "an article"
export const meta = { } Your shell is your home as a hacker But most people never dare to experiment with even changing their shell. What a shame
Write an article about "Git Going"
Most developers don't understand git... Yet everyone needs git. Learning git well is one of the best ways to differentiate yourself to hiring managers. Git is your save button! Never lose work once you learn how to use git. While git has a lot of complex advanced features and configuration options, learning the basic w...
Write an article about "an article"
export const meta = { } Why Version Control? Version control is super important!
Write an article about "an article"
export const meta = { } Git vs GitHub Git and GitHub are intertwined but different.
Write an article about "an article"
export const meta = { } Most developers don't know git well mermaid gitGraph commit commit branch develop checkout develop commit commit checkout main merge develop commit commit And this is a great thing for you. You can differentiate yourself to hiring managers, potential teams considering you, and anyone else you co...
Write an article about "an article"
export const meta = { } Git is your save button That's why it's so critical to learn the basics well. Git enables you to save your work, have multiple copies of your code distributed around to other machines, so that you can recover even if you spill tea all over your laptop, and professionally share code and collabora...
Write an article about "an article"
export const meta = { } Learning git pays off Learning git is very important.
Write an article about "an article"
export const meta = { } Git configuration Configuring git is important.
Write an article about "an article"
export const metadata = { } Descript Descript is a powerful video editing tool that allows users to edit videos by editing the transcript, making the process more intuitive and accessible. Features Free Tier: No Chat Interface: No Supports Local Model: No Supports Offline Use: No IDE Support No IDE support information ...
Write an article about "Part #2 Live code"
Part 2 of our previous video. Join Roie Schwaber-Cohen and me as we continue to step through and discuss the Pinecone Vercel starter template that deploys an AI chatbot that is less likely to hallucinate thanks to Retrieval Augmented Generation (RAG).
Write an article about "Pinecone & Pulumi"
I co-hosted a webinar with Pulumi's Scott Lowe about: The delta between getting an AI or ML technique working in a Jupyter Notebook and prod How to deploy AI applications to production using the Pinecone AWS Reference Architecture How Infrastructure as Code can simplif y productionizing AI applications
Write an article about "Live code"
Join Roie Schwaber-Cohen and me for a deep dive into The Pinecone Vercel starter template that deploys an AI chatbot that is less likely to hallucinate thanks to Retrieval Augmented Generation (RAG). This is an excellent video to watch if you are learning about Generative AI, want to build a chatbot, or are having diff...
Write an article about "How to use Jupyter notebooks, langchain and Kaggle.com to create an AI chatbot on any topic"
In this video, I do a deep dive on the two Jupyter notebooks which I built as part of my office oracle project. Both notebooks are now open source: Open-sourced Office Oracle Test Notebook Open-sourced Office Oracle Data Bench I talk through what I learned, why Jupyter notebooks were such a handy tool for getting my da...
Write an article about "Deploying the Pinecone AWS Reference Architecture - Part 1"
In this three part video series, I deploy the Pinecone AWS Reference Architecture with Pulumi from start to finish.
Write an article about "Deploying the first Cloudflare workers in front of api.cloudflare.com and www.cloudflare.com"
On the Cloudflare API team, we were responsible for api.cloudflare.com as well as www.cloudflare.com. Here's how we wrote the first Cloudflare Workers to gracefully deprecate TLS 1.0 and set them in front of both properties, without any downtime. And no, if you're paying attention, my name is not Zack Prosner, it's Zac...
Write an article about "Project"
Adding speech-to-text capabilities to Panthalia allows me to commence blog posts faster and more efficiently than ever before, regardless of where I might be. In this video I demonstrate using speech to text to create a demo short story end to end, complete with generated images, courtesy of StableDiffusionXL.
Write an article about "Deploying the Pinecone AWS Reference Architecture - Part 2"
In this three part video series, I deploy the Pinecone AWS Reference Architecture with Pulumi from start to finish.
Write an article about "Destroying the Pinecone AWS Reference Architecture"
I demonstrate how to destroy a deployed Pinecone AWS Reference Architecture using Pulumi.
Write an article about "Exploring a Custom Terminal-Based Developer Workflow - Tmux, Neovim, Awesome Window Manager, and More"
This video showcases my custom terminal-based developer workflow that utilizes a variety of fantastic open-source tools like tmux, neovim, Awesome Window Manager, and more. So, let's dive in and see what makes this workflow so efficient, powerful, and fun to work with. One of the first tools highlighted in the video is...
Write an article about "How to build an AI chatbot using Vercel's ai-chatbot template"
Curious how you might take Vercel's ai-chatbot template repository from GitHub and turn it into your own GPT-like chatbot of any identity? That's what I walkthrough in this video. I show the git diffs and commit history while talking through how I integrated langchain, OpenAI, ElevenLabs for voice cloning and text to s...
Write an article about "How to build chat with your data using Pinecone, LangChain and OpenAI"
I demonstrate how to build a RAG chatbot in a Jupyter Notebook end to end. This tutorial is perfect for beginners who want help getting started, and for experienced developers who want to understand how LangChain, Pinecone and OpenAI all fit together.
Write an article about "A full play through of my HTML5 game, CanyonRunner"
CanyonRunner is a complete HTML5 game that I built with the Phaser.js framework. I wrote about how the game works in my blog post here.
Write an article about "Pinecone & Pulumi"
I co-hosted a webinar with Pulumi's Engin Diri about: The Pinecone AWS Reference Architecture, How it's been updated to use Pinecone Serverless and the Pinecone Pulumi provider How to deploy an AI application to production using infrastructure as code
Write an article about "How to use ChatGPT in your terminal"
If you're still copying and pasting back and forth between ChatGPT in your browser and your code in your IDE, you're missing out. Check out how easily you can use ChatGPT in your terminal!
Write an article about "Project"
I've been working on this side project for several months now, and it's ready enough to demonstrate. In this video I talk through: What it is How it works A complete live demo Using Replicate.com for a REST API interface to StableDiffusion XL for image generation Stack Next.js Vercel Vercel Postgres Vercel serverle...
Write an article about "What is a vector database?"
I walk through what a vector database is, by first explaining the types of problems that vector databases solve, as well as how AI "thinks". I use clowns as an example of a large corpus of training data from which we can extract high level features, and I discuss architectures such as semantic search and RAG.
Write an article about "How to use Jupyter Notebooks for Machine Learning and AI tasks"
In this video, I demonstrate how to load Jupyter Notebooks into Google Colab and run them for free. I show how to load Notebooks from GitHub and how to execute individual cells and how to run Notebooks end to end. I also discuss some important security considerations around leaking API keys via Jupyter Notebooks.
Write an article about "Deploying the Pinecone AWS Reference Architecture - Part 3"
In this three part video series, I deploy the Pinecone AWS Reference Architecture with Pulumi from start to finish.
Write an article about "Master GitHub Pull Request Reviews with gh-dash and Octo - A YouTube Video Tutorial"
In this video tutorial, I demonstrate the power of combining gh-dash and Octo for a seamless terminal-based GitHub pull request review experience. In this video, I show you how these two powerful tools can be used together to quickly find, organize, and review pull requests on GitHub, all from the comfort of your termi...
Write an article about "Mastering Fast, Secure AWS Access with open source tool aws-vault"
Don't hardcode your AWS credentials into your dotfiles or code! Use aws-vault to store them securely In this YouTube video, I demonstrate how to use the open-source Golang tool, aws-vault, for securely managing access to multiple AWS accounts. aws-vault stores your permanent AWS credentials in your operating system's s...
Write an article about "Building an AI chatbot with langchain, Pinecone.io, Jupyter notebooks and Vercel"
What's involved in building an AI chatbot that is trained on a custom corpus of knowledge? In this video I breakdown the data preparation, training and app development components and explain why Jupyter notebooks were such a handy tool while creating this app and tweaking my model. App is open source at https://github....
Write an article about "Deploying a jump host for the Pinecone AWS Reference Architecture"
I demonstrate how to configure, deploy and connect through a jump host so that you can interact with RDS Postgres and other resources running in the VPC's private subnets.
Write an article about "Cloud-Nuke - A Handy Open-Source Tool for Managing AWS Resources"
In this video, we'll have a more casual conversation about cloud-nuke, an open-source tool created and maintained by Gruntwork.io. I discuss the benefits and features of cloud-nuke, giving you an idea of how it can help you manage AWS resources more efficiently. First and foremost, cloud-nuke is a Golang CLI tool that ...
Write an article about "Semantic Search with TypeScript and Pinecone"
Roie Schwaber-Cohen and I discuss semantic search and step through the code for performing semantic search with Pinecone's vector database.
Write an article about "Episode"
Table of contents Welcome to Episode 2 In today's episode, we're looking at interactive machine learning demos, vector databases compared, and developer anxiety. My work Introducing - interactive AI demos I've added a new section to my site, demos. To kick things off, I built two interactive demos: Tokenization demo Em...
Write an article about "Episode"
Table of contents Starting fresh with episode 1 Why Episode 1? I've decided to invest more time and effort into my newsletter. All future episodes will now be available on my newsletter archive at https://zackproser.com/newsletter. Going forward, each of my newsletter episodes will include: My work - posts, videos, ope...
Write an article about "ChatGPT4 and Codeium are still my favorite dev assistant stack"
As of October 10th, 2023, ChatGPT4 and Codeium are all I need to make excellent progress and have fun doing it. As of October 10th, 2023, the Generative AI hype cycle is still in full-swing and there are more startups with their own developer-focused AI-assisted coding tools than ever before. Here's why I'm still perfe...
Write an article about "Opengraph dynamic social images"
${process.env.NEXT_PUBLIC_SITE_URL}/api/og} alt="Zachary Proser's default opengraph image" /> What is opengraph? Opengraph is a standard for social media image formats. It's the "card" that is rendered whenever you or someone else shares a URL to your site on social media: It's considered a good idea to have an opengra...
Write an article about "Wash three walls with one bucket"
Without much more work, you can ensure your side projects are not only expanding your knowledge, but also expanding your portfolio of hire-able skills. Building side projects is my favorite way to keep my skills sharp and invest in my knowledge portfolio. But this post is about more than picking good side projects that...
Write an article about "The Pain and Poetry of Python"
export const href = "https://pinecone.io/blog/pain-poetry-python" This was the fourth article I published while working at Pinecone: Read article
Write an article about "A Blueprint for Modern API"
Introduction Pageripper is a commercial API that extracts data from webpages, even if they're rendered with Javascript. In this post, I'll detail the Continuous Integration and Continuous Delivery (CI/CD) automations I've configured via GitHub Actions for my Pageripper project, explain how they work and why they make w...
Write an article about "How to generate images with AI"
You can generate images using AI for free online through a variety of methods I've been generating images using models such as StableDiffusion and DALLE for blog posts for months now. I can quickly produce high-quality images that help tell my story. This blog post will give you a lay of the land in what's currently po...
Write an article about "Pinecone AWS Reference Architecture Technical Walkthrough"
export const href = "https://pinecone.io/learn/aws-reference-architecture" I built Pinecone's first AWS Reference Architecture using Pulumi. This is the seventh article I wrote while working at Pinecone: Read the article
Write an article about "How I keep my shit together"
I've been working in intense tech startups for the past {RenderNumYearsExperience()} years. This is what keeps me healthy and somewhat sane. The timeline below describes an ideal workday. Notice there's a good split between the needs of my body and mind and the needs of my employer. After 5 or 6PM, it's family time. Be...
Write an article about "Building data-driven pages with Next.js"
; I've begun experimenting with building some of my blog posts - especially those that are heavy on data, tables, comparisons and multi-dimensional considerations - using scripts, JSON and home-brewed schemas. Table of contents What are data-driven pages? I'm using this phrase to describe pages or experiences served up...
Write an article about "Writing code on Mac or Linux but testing on Windows with hot-reloading"
Read article
Write an article about "Warp AI terminal review"
Warp brings AI assistance into your terminal to make you more efficient Table of contents Warp is an AI-assisted terminal that speeds you up and helps you get unblocked with LLM-suggested command completion, custom workflows and rich theme support. Unlike command line tools like Mods which can be mixed and matched in m...
Write an article about "CatFacts rewrite in Golang"
Visit the repo on GitHub I rewrote CatFacts from scratch in Golang just for the practice. I wanted an excuse to understand Go modules. In keeping with the spirit of going way over the top, this service is deployed via Kubernetes on Google Cloud, for the most resilient pranking service possible. Read my complete write-u...
Write an article about "Git-xargs allows you to run commands and scripts against many Github repos simultaneously"
Demo Intro have you ever needed to add a particular file across many repos at once? Or to run a search and replace to change your company or product name across 150 repos with one command? What about upgrading Terraform modules to all use the latest syntax? How about adding a CI/CD configuration file, if it doesn’t alr...
Write an article about "How do you write so fast?"
; How do I write so fast? Occasionally someone will ask me how I am able to write new content so quickly. This is my answer. There are two reasons I'm able to write quickly: 1. I write in my head I mostly write new articles in my head while I'm walking around doing other things. This means that by the time I am back at...
Write an article about "Keep Calm and Ship Like"
; Catching a breath I want to reflect on what I accomplished last year and what I consider my biggest wins: I netted hundreds of new email newsletter subscribers, LinkedIn followers, and Youtube subscribers. I open-sourced several projects, many articles and YouTube demos and tutorials that I'm proud of. I landed a Sta...
Write an article about "Programmer emotions"
| When | I feel | |---|---| | My program compiles after an onerous redactoring| elation| | People add meetings to my calendar to talk through deliverables they haven't thought through or locked down yet| like my precious focus time is being wasted | | Another developer says something I created was helpful to the...
Write an article about "Codeium vs ChatGPT"
Codeium began its life as an AI developer tool that offered code-completion for software developers, and ChatGPT was originally a general purpose AI language model that could assist with a variety of tasks. But as I write this post on February 2nd, 2024, many of these products' unique capabilities are beginning to over...
Write an article about "How to Run a Quake 3 Arena Server in an AWS ECS Fargate Task"
{metadata.description} Read article
Write an article about "Why your AI dev tool startup is failing with developers"
A frustated senior developer trying our your improperly tested dev tool for the first time When I evaluate a new AI-assisted developer tool, such as codeium, GitHub CoPilot or OpenAI's ChatGPT4, this is the thought process I use to determine if it's something I can't live without or if it's not worth paying for. Does i...
Write an article about "Weaviate vs Milvus"
Table of contents vector database comparison: Weaviate vs Milvus This page contains a detailed comparison of the Weaviate and Milvus vector databases. You can also check out my detailed breakdown of the most popular vector databases here. Deployment Options | Feature | Weaviate | Milvus | | ---------| -------------| --...
Write an article about "Office Oracle - a complete AI Chatbot leveraging langchain, Pinecone.io and OpenAI"
What is this? The Office Oracle AI chatbot is a complete AI chatbot built on top of langchain, Pinecone.io and OpenAI's GPT-3 model. It demonstrates how you can build a fully-featured chat-GPT-like experience for yourself, to produce an AI chatbot with any identity, who can answer factually for any arbitrary corpus of ...
Write an article about "First, find out if you've got the programming bug"
I'm thinking about learning to code. Which laptop should I get? Should I do a bootcamp? Does my child need special classes or prep in order to tackle a computer science degree? A lot of different folks ask me if they should learn to code, if software development is a good career trajectory for them or their children, a...
Write an article about "CanyonRunner - a complete HTML5 game"
I Open Sourced My Game Building CanyonRunner was a tremendous amount of fun, thanks largely to Richard Davey's excellent Phaser framework. Along the way, I was assisted by many helpful Phaser community members and developers, so I wanted to give back by: Open sourcing my game (check out the repo here) Offering code sam...
Write an article about "CatFacts in Node.js"
Visit the project page on GitHub What Developers Are Saying About This Project It was Having finally reached a close developer friend after giving him an exclusive demo of Super CatFacts Attack, he had this to say about this sms-interfacing, child-process-forking open source project: "F@KING STOP WITH THE F@KING CATFAC...
Write an article about "Automations - shell scripts leveraging OpenAI to make your developer workflow buttery smooth and way more fun"
What is this? automations is a collection of shell scripts that automatically handle git operations, provide local code reviews, pull requests, and more! These scripts leverage some of my favorite Go CLI libraries from the talented folks of github.com/charmbracelet. I wrote them for fun and also to save me time, and, a...
Write an article about "Terminal velocity - how to get faster as a developer"
"You could be the greatest architect in the world, but that won't matter much if it takes you forever to type everything into your computer." Hugo Posca Why read this article? When you're finished reading this article, you'll understand the why and how behind my custom development setup, which has subjectively made me ...
Write an article about "Announcing the Pinecone AWS Reference Architecture in Pulumi"
export const href = "https://pinecone.io/blog/aws-reference-architecture" I built Pinecone's first AWS Reference Architecture using Pulumi. This is the sixth article I wrote while working at Pinecone: Read article
Write an article about "Glossary of tech phrases"
If you came here from Hacker News... Then I've learned that I need to explicitly spell out in the beginning of the post that this article is partly facetious. | Phrase said under stress| Real meaning | |---|---| | Thanks for the feedback. | Fuck you. | | Thanks for the feedback! (with an explanation point) | D...
Write an article about ""
; export default (props) =>
Write an article about "Tech I wish"
; Tell me where to send my money! In this post I will dream big about "super hearing aids" that extend my senses and enhance my intelligence. I don't believe we're that far off from this product existing, so if you know of something similar, feel free to leave a comment at the bottom of this page. LLM onboard with vect...
Write an article about "Pinecone vs FAISS"
Table of contents vector database comparison: Pinecone vs FAISS This page contains a detailed comparison of the Pinecone and FAISS vector databases. You can also check out my detailed breakdown of the most popular vector databases here. Deployment Options | Feature | Pinecone | FAISS | | ---------| -------------| -----...
Write an article about "I'm joining Pinecone.io as a Staff Developer Advocate!"
I'm pivoting from a career of pure software engineering roles to developer advocacy! I'm excited to share that I'm joining Pinecone.io as a Staff Developer Advocate! Why Pinecone? Pinecone.io makes the world's most performant cloud-native vector database, which is essential for storing and efficiently querying embeddin...
Write an article about "Talk @"
; On December 6th, 2023, Pinecone and Cohere held a joint meetup at the Andreesen Horowitz offices in downtown San Francisco. I was one of the speakers, along with Jay Alammar from Cohere and Kat Morgan from Pulumi. I gave a talk titled, "Navigating from Jupyter Notebooks to production" that announced the Pinecone AWS ...
Write an article about "GitHub Copilot review"
GitHub Copilot has immense potential, but continues to underwhelm When I signed up to try out GitHub Copilot, I was delighted to find that GitHub gifted me a free license to use it based on my being an active open-source developer. Initially, I configured it for use with Neovim, my preferred code editor, but have also ...
Write an article about "AI-powered and built with...JavaScript?"
export const href = "https://www.pinecone.io/learn/javascript-ai" This was the second article I published while working at Pinecone: Read article
Write an article about "My morning routine"
; My morning routine One of my productivity "hacks" is to get up several hours before work starts and go into the office. I've been doing this since my last job - roughly four years now. Here's what I tend to do: Hack on things that are The longer the day goes on, the more obligations and competing responsibilities I h...
Write an article about "Autocomplete is not all you"
; I've spoken with many investors and analysts over the past year and a half about AI assisted developer tooling. With some exceptions, their questions tend to frame developer tooling as a horse race. They want to know if Codeium has any chance of beating GitHub's Copilot, given GitHhub's resources and superior distrib...
Write an article about "How to Run background jobs on Vercel without a queue"
; Table of contents Have you ever wanted to return a response immediately from a Vercel API route while still performing long-running tasks in the background? Would you rather not pay for a queue or add another component to your architecture? In this post I'll demonstrate how you can keep your job-accepting API route s...
Write an article about "Wisdomseeker"
Wikipedia is known to be structured in such a way that many articles ultimately lead to Philosophy - if you click the first main body link of each article in succession. Wisdom Seeker performs this task for you automatically and reports on the path it took to reach Philosophy. It also knows when it is stuck in a loop -...
Write an article about "Testing Pinecone Serverless at Scale with the AWS Reference Architecture"
export const href = "https://www.pinecone.io/learn/scaling-pinecone-serverless/" In this tutorial, I walk readers through how the Pinecone AWS Reference Architecture's autoscaling policies work, and how to use the tools provided in the repository to generate test records to flex the system under load. This is the eigth...
Write an article about "Teatutor Deep Dive"
View and clone the project here In this post, I’ll do a deep-dive on my recently published open-source app, Tea Tutor. This application allows you to quickly define and serve colorful and interactive quizzes on any topic over SSH, and it was written using Charm’s Bubbletea and Wish libraries. What is Bubbletea and why ...
Write an article about "Making it easier to maintain open-source projects with CodiumAI and Pinecone"
export const href = "https://pinecone.io/blog/codiumai-pinecone-similar-issues" This was the fifth article I published while working at Pinecone: Read article
Write an article about "The Giant List of AI-Assisted Developer Tools Compared and Reviewed"
Introduction Here's a comprehensive comparison AI-assisted developer tools, including code autocompletion, intelligent terminals/shells, and video editing tools. Reviews are linked when available. Table of Contents Code Autocompletion Intelligent Terminals / Shells Video Editing Mutation Testing Enhanced IDE Tools and ...
Write an article about "How to build a React.js and Lambda app with Git push continuous deployment"
Read the article
Write an article about "Updated Codeium analysis and review"
; Codeium is still my favorite AI-assisted autocomplete tool. Here's a look at why, and at the company behind it. Table of contents Reviewing Codeium almost a year later I initially reviewed Codeium here, almost one year ago, when it became my daily-driver code completion tool. Now, I’m revisiting Codeium. I’ll explain...
Write an article about "How are embeddings models trained for RAG?"
; You can ask your RAG pipeline, "What line is the bug on?", and it will tell you the answer almost instantly. How? Embeddings models are the secret sauce that makes RAG work so well. How are they trained in this "asking questions of documents" use case? In this blog post we'll unpack how embeddings models like OpenAI'...
Write an article about "How to securely store secrets in BitWarden CLI and load them into your shell when needed"
Read the article
Write an article about "Git operations in JavaScript for pain and profit"
; What do you do if you need to run git in a context where you cannot install whatever you want? What if you need to run git in a serverless environment that only supports JavaScript? In How to run background jobs on Vercel without a queue, I wrote about how to keep the API route that accepts new jobs snappy and respon...
Write an article about "Can ChatGPT-4 and GitHub Copilot help me produce a more complete side project more quickly?"
Chat GPT-4 pointing out one of my bugs while I work Over the years, I have embarked on countless weekend side projects to explore new technologies, refine my skills, and simply enjoy the creative process. As a Golang developer with a penchant for keyboard-driven development, I have learned to combine command line tools...
Write an article about "Introduction to embeddings (vectors"
Table of contents In the rapidly evolving world of artificial intelligence (AI) and machine learning, there's a concept that's revolutionizing the way machines understand and process data: embeddings. Embeddings, also known as vectors, are floating-point numerical representations of the "features" of a given piece of d...
Write an article about "ggshield can save you from yourself. Never accidentally commit secrets again"
A developer watching the API key they accidentally committed to GitHub migrating throughout the internet - thinking of the Slack messages they're about to have to send... Committing a secret, like an API key or service token, to version control is a painful mistake, which I've done myself and seen plenty of others do, ...
Write an article about "My first book credit! My Horrible Career"
I've written before about how one of the best things I ever did for my career was to hire John Arundel as a Golang mentor. In the time that I've known John, he started out as my Golang programming coach and then became more of a general software development and career mentor. Today, I feel fortunate to call him a frien...
Write an article about "Retrieval Augmented Generation (RAG"
export const href = "https://www.pinecone.io/learn/retrieval-augmented-generation" This was the first article I published while working at Pinecone: Read article