DevOps

React TikTak App – Build a Classic Game with React

If you’re learning React and looking for a simple but practical project, the React TikTak App is a great starting point. This project demonstrates how to build a classic Tic-Tac-Toe game using modern React concepts such as component architecture, state management, and event handling. You can explore the full source code here:👉 https://github.com/sf-co/3-react-tiktak-app Projects like […]

DevOps

Building a Drag & Drop Project Manager with TypeScript

Modern web applications often require interactive user interfaces that allow users to manipulate elements visually. One of the most common examples is a drag-and-drop task manager, similar to a Kanban board used in tools like Trello or Jira. In this project, the repository 3-ts-dragndrop-app demonstrates how to build a TypeScript-powered drag-and-drop project management application using […]

DevOps

Investment Growth Calculator with TypeScript

Planning long-term investments can be difficult without understanding how contributions and returns compound over time. This project is a TypeScript-based investment calculator that simulates how an investment grows year by year using an initial deposit, annual contributions, and an expected annual return rate. The program calculates the total investment value, cumulative contributions, and total interest […]

DevOps

OpenShift: An Open-Source Container Application Platform

OpenShift is an open-source container application platform built on Docker and Kubernetes, providing a comprehensive solution for rapid application development and deployment. This guide covers the different flavors of OpenShift, installation and access methods, and key CLI commands. It also explains how to use OpenShift’s REST API and how to build and deploy applications using various strategies. Examples and detailed explanations of command-line instructions are provided to help IT professionals effectively manage their OpenShift environments.

DevOps

Understanding Continuous Integration, Delivery, and Deployment with AWS Services

This article provides a comprehensive overview of Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD) using AWS services like CodePipeline, CodeCommit, CodeBuild, and CodeDeploy. It explains each stage of the CI/CD process, including source control, build, test, deployment, and monitoring, with practical examples and command-line instructions to help IT professionals implement these practices effectively.