Is Carbon going to be a real replacement for C++? Let’s find out.
9 Tips for Becoming a Successful Tech Leader
The best leadership advice is to observe other successful leaders in action. In addition, these nine tips are essential for building a solid leadership presence and a loyal team or followership.
Vulnerability Scanning in Go With Govulncheck
Govulncheck is Go’s new official vulnerability checker. Govulncheck understands your Go code and warn against known vulnerabilities.
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.
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.
Ruby Adds Support for WebAssembly: What Does This Mean for Ruby Developers?
WebAssembly catapults Ruby developers beyond the backend.
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.
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.
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.
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.
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.
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.
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.
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%.
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.