Blogs
Behind the Pivot: How I'm …
Why we’re Making a Shift During the past few months, several generative AI tools have emerged in the software development and automated testing space. While many of these tools have little to offer beyond a simple UI wrapper around GPT-X, SoftwareTesting.ai has established itself as a unique …
The Cloud Wars Have …
So What is The Cloud Wars? I lead up the engineering teams of the Telehealth Startup Caregility as the VP of Software Development. But I do a lot of IndieHacker projects/products to keep my technical skills sharp, learn new technologies, evaluate new technologies that may not be ready for Caregility …
Incorporating security in …
It can be overwhelming to prepare for your first security audit. Understanding how to prioritize vulnerabilities can be a tricky equation. Thankfully, Justin Trugman and Babitha Singh have the formula. https://t.co/4U9FJSoOfw — GitHub (@github) November 22, 2022
How to Deploy your Probot …
How to Deploy your Probot App with VercelIn this blog post, we’ll show you how to deploy Probot Apps to Vercel, a platform that makes frontend and serverless deployments easy! We’ll cover everything from linking a Vercel project to your GitHub Repo, to configuring your Probot app for …
Inside WebRTC …
Inside WebRTC RTCPeerConnection SignalingThis article is meant to serve as a quick look-up guide about signaling components of the RTCPeerConnection. RTCPeerConnection facilitates the connection between parties who want to communicate with each other. This facilitation is done by handling the …