Chat with a Github repository using Langchainjs and JavaScriptSo today let's look at something pretty amazing, using Langchain.js to chat with a GitHub repository.Jun 22, 2023·5 min read·330
Creating a Vite, Mui and Supabase based CRUD application with refine.dev in under 8 minutes.Jun 13, 2023·3 min read·110
Creating a job-search helper with Puppeteer, Node and Mongoose: Part 1.Please note that web scraping, the process of extracting data from websites, may have legal and ethical implications. The purpose of this article is purely for educational and research purposes, aimed at understanding the concepts and techniques invo...Jun 8, 2023·10 min read·186
Lessons Learned: Reflections on my first year as a remote developer over 40.As a remote developer over 40 or "senior citizen" 😂, my first year in this field has been a unique and rewarding and at times challenging experience. It has been a journey of growth and development both professionally and personally. I wanted to ref...Jun 6, 2023·4 min read·282
Using an output object when saving data to a file from the client in ReactIntro: In this blog post, we will explore how to iterate through nested data and save it to a text file using React. Specifically, we will focus on using a custom output object to organize the data and ensure its proper structure. We will be working ...May 24, 2023·5 min read·23
How you can apply the idea behind the book to your life / coding journey.Introduction I was recently recommended this book to read and still have memories of seeing it on my parent's bookshelf when I was a kid but having never actually read it I was intrigued. I'm so glad I did. In preparation for the book I caught a co...Mar 3, 2023·7 min read·41
5 lessons from martial arts for we can use when learning programming.1. This.... is going to take a long time One story that I remember clearly was listening to the senior BJJ black belt at the gym talk about a student of his that had just received his black belt after a very long time, and he described this guy in a ...Dec 16, 2021·4 min read·119
RPJ(): Planning and deploying the databaseDatabase background Common Types of databases: The most common types of databases for web development would be Relational and NoSQL Relational: The idea of a relational database was developed in 1970 by E.F. Codd at IBM in his research paper “A Relat...Dec 15, 2021·8 min read·134