Articles
These articles take a closer look at different topics and are published occasionally to keep them clear and detailed.
2021
-
Discover how to build an image classifier from scratch using TensorFlow and Keras. Explore the use of Convolutional Neural Networks (CNNs) to classify identification cards into different categories, covering data preparation, model design, and training.
-
Learn how to automate the deployment of a VueJS application to AWS S3 using CodeBuild and CodePipeline. This guide covers setting up a buildspec file, creating an S3 bucket, configuring CodePipeline for continuous integration and delivery, and managing AWS IAM permissions to ensure smooth deployments.
-
Learn how to set up a development environment for Golang using dev containers in VSCode. This guide details the process to configure a dev container with a customized Dockerfile, allowing you to optimize your workflow and easily share reproducible environments with your team.
-
Discover how to set up unit testing for Angular applications using Jest instead of Karma and Jasmine. This guide walks you through configuring Jest with Angular, including setting up type definitions, creating necessary configuration files, and updating your testing scripts.