Vulnerability Scanning in Go With Govulncheck Govulncheck is Go's new official vulnerability checker. Govulncheck understands your Go code and warn against known vulnerabilities. Tomas Fernandez 16 Feb 2023
Ready to Release? Securing Your React Native Apps Learn about some of the most common security threats for React Native apps and some of the tools and techniques that can be used to secure against them. Zain Sajjad 15 Feb 2023
A First Look at Neon: A Postgres Database That Branches Neon is an open-source Postgres-compatible database engine that features branches. Branches in Neon allows us to treat data in the same way as code. Here's how it works. Tomas Fernandez 14 Feb 2023
Ruby Adds Support for WebAssembly: What Does This Mean for Ruby Developers? WebAssembly catapults Ruby developers beyond the backend. Tomas Fernandez 9 Feb 2023
Release Management: Is Your Product Ready for Success? Once you release a feature to the world all bets are off. Live demos never work as intended. Tech previews can give preview the wrong thing. Here’re some tips to ensure it goes smoothly. Tomas Fernandez 2 Feb 2023
Ease Into Ruby 3’s Static Typing Powers With RBS, TypeProf and Steep Learn what RBS is (and what it is not). Along the way, you'll also discover how to use it step by step and how to best use static type checking in real-world Ruby programs. Alex Braha Stoll 31 Jan 2023
3 Pillars to Maximizing Security Potential in Complex Cloud Environments With the right cybersecurity strategy and tools, you will be able to maximize security potential in your cloud environment. Jenelle Fulton-Brown 26 Jan 2023
4 Ways to Improve Your Technical Interview Process This article details some of the best practices in the tech industry to help you improve your hiring process. Guy Nesher 25 Jan 2023
Getting Started With Property-Based Testing in Python With Hypothesis and Pytest In this tutorial, we will be learning about the concepts behind property-based testing, and then we will put those concepts to practice. Rodrigo Girão Serrão 19 Jan 2023
Blue Green Deployment for Node.js Without Kubernetes Discover how to perform Blue-Green deployments from scratch without Kubernetes. Along the way you'll learn CI/CD integration, Nginx, bash scripting, and the Linux permissions system. Bikash Paneru 17 Jan 2023
How to Use Sorbet to Type-Check Ruby Learn what static typing is, how to add Sorbet to a Ruby on Rails application, and even how to run Sorbet in a continuous integration pipeline. Jeff Morhous 12 Jan 2023
Power-Up Your Pipelines: New Machines Available We are adding new machines with better CPUs, more disk, and memory that can speed up your workflows by up to 50%. Aleksandar Mitrovic 11 Jan 2023
Dockerizing a Node.js Web Application Docker is a popular tool for creating and deploying applications in isolated environments. But how can you use Docker to run a Node.js web application? In this tutorial, you will learn how to create a Docker image for a Node.js app, how to run it in a container, and how to use Docker Compose to manage multiple containers. You will also see how to use Docker volumes to persist data and how to use Docker networks to connect containers. By the end of this tutorial, you will have a solid understanding of how to dockerize a Node.js web application and how to leverage the benefits of Docker for development and deployment. Mark Thomas 6 Jan 2023
Taming Cloud Costs with Infracost Cloud costs can be all over the place. How much will an infrastructure change cost you? Let Infracost do the estimation for you. Tomas Fernandez 5 Jan 2023
Writing Clean and Efficient Table-Driven Unit Tests in Go By following the guidelines demonstrated in this article, you will be able to keep your tests as clean and efficient as possible. Dominik Braun 28 Dec 2022