Developer’s Guide to Passwordless Authentication This article aims to take you through passwordless authentication and its implementation. Tomas Fernandez 17 May 2023
Announcing A New Way of Learning: The CI/CD Learning Tool Launching a new CI/CD Learning Tool offers a learning path tailored to your goals, from understanding the basics to improving your skills as a senior engineer. Tomas Fernandez 10 May 2023
Step up Your Go App Testing Game With the Testify Framework By using Testify in your Go projects, you can write tests that are simple and expressive, thereby ensuring that your code meets requirements with high quality. Tomas Fernandez 10 May 2023
10 Best Alternatives To ChatGPT: Developer Edition We have compiled a list of the top ChatGPT alternatives that are best suited for coding and the needs of developers. Tomas Fernandez 4 May 2023
Writing Unit Tests in Node.js Using Jest Learn how to write and run high-quality unit tests in Node.js using the popular testing framework Jest. Tomas Fernandez 27 Apr 2023
The Best Strategies to Slim Docker Images: How to Reduce Docker Image Size Discover what are the best practices and strategies for slimming and reducing Docker image size. Tomas Fernandez 26 Apr 2023
Build a ChatGPT-Powered Chatbot With Flutter This article outlines how you can take advantage of ChatGPT and create apps using Flutter and Dart. Tomas Fernandez 13 Apr 2023
The Impact of Cloud Computing on Risk Management and Fraud Prevention Despite fears and shortcomings, cloud computing is a huge risk management and fraud prevention asset. Tomas Fernandez 12 Apr 2023
Team Collaboration Strategies for Hybrid DevOps Teams This practical guide provides hybrid DevOps teams with strategies to encourage effective collaboration and improve creativity and productivity. Tomas Fernandez 29 Mar 2023
Getting Started With Astro Create fast, lightweight, and SEO-friendly websites with the Astro web framework. This is a project that skyrocketed in popularity in the last few months. This tutorial will cover the basics. Tomas Fernandez 2 Mar 2023
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
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
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. Tomas Fernandez 6 Jan 2023