Mujahid Khaleel

Developing enterprise software applications on Cloud using latest technologies.

Scalable, robust, and high-quality applications with a focus on security and simplicity tailored to the business needs.

Learn More
Cloud
Cloud

Utilizing 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.

View details

Programming

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.

View details

Programming
CI/CD
CI/CD

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.

View details

Technical Notes, Code Tips, and Day-to-Day Scripts for Software Professionals

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 RSS

Configuring AWS Profiles

Configuring 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 more

Jenkins: Frequently used code blocks

Frequently used Jenkins code blocks configured in my Espanso https://espanso.org file.

Read more

Jenkins pipeline Docker agent with AWS ECR

Docker 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