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... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 4