Scalable, robust, and high-quality applications with a focus on security and simplicity tailored to the business needs.
Learn MoreUtilizing cloud computing technology to its fullest potential in order to achieve improved scalability, reliability, security, and efficiency in today's computing infrastructure, while increasing innovation.
Leveraging various programming languages to complete tasks and projects efficiently and effectively, based on the strengths and capabilities of each language and the specific needs of the project.
Implementing a process where code changes are automatically built, tested, and deployed ensuring that new features are delivered to customers quickly and reliably, with minimal manual intervention and risk of error.
As a software professional, I create technical notes, code tips, and day-to-day scripts to document the development process, automate routine tasks, promote learning and growth, and establish best practices. These tools provide valuable information for future reference and improve my efficiency in producing high-quality software systems.
View all posts Subscribe via RSSConfiguring AWS profile settings for the Command Line Interface (CLI) provides users with flexibility and control over their interactions with AWS services. One common method is through the AWS CLI configuration command, “aws configure,” which prompts users to input their Access Key ID, Secret Access Key, default region, and output format. This straightforward approach is suitable for basic configurations.
Read moreFrequently used Jenkins code blocks configured in my Espanso https://espanso.org file.
Read moreDocker enhances Jenkins ability to perform various build tasks without having to have the applications or tools installed on the Jenkins server. There are multiple ways Docker agent can be used within Jenkins pipeline. One of the ways are to use Docker images stored in AWS Elastic Container Registry (ECR) in pipeline agent block.
Read more