Skip to main content

Command Palette

Search for a command to run...

Projects needed in my Portfolio to continue to be overqualified and underemployed

Updated
5 min read
SkillDefineProject / Idea
PerlPerl is a high-level programming language developed by Larry Wall in 1987, known for its powerful text processing and regular expression capabilities that make it popular for system administration and web development tasks. Embracing multiple programming paradigms and the philosophy of "there's more than one way to do it," Perl offers an extensive ecosystem of modules through CPAN to support a wide range of applications.
BashBash, or the Bourne Again SHell, is a widely used Unix shell and command language that serves as both an interactive interface and a scripting language on many Unix-like systems. It enables users to execute commands, automate tasks, and manage system operations efficiently through shell scripts and command-line utilities.https://github.com/DTheArtist/macOS_CLI_Cleaning/tree/main
PowershellPowerShell is an object-oriented task automation and configuration management framework developed by Microsoft, featuring a command-line shell and scripting language built on the .NET framework. Originally designed for Windows, it has evolved into a cross-platform tool available on Linux and macOS, enabling powerful system administration and automation through its rich command set and scripting capabilities.
YAMLYAML, which stands for "YAML Ain't Markup Language," is a human-readable data serialization format commonly used for configuration files and data exchange. It uses indentation to represent hierarchical data structures, making it both intuitive to read and write.
DevSecOpsDevSecOps integrates security practices into the DevOps process to ensure that security is a shared responsibility throughout the software development lifecycle. By fostering collaboration among development, security, and operations teams, it leverages automation and continuous monitoring to proactively manage vulnerabilities and enhance overall system integrity.
CI/CD pipelinesCI/CD pipelines are automated workflows that continuously integrate code changes, run tests, and deploy applications to production environments. They streamline development processes by reducing manual errors and accelerating release cycles through systematic automation of build, test, and deployment tasks.
AnsibleAnsible is an open-source automation tool used for configuration management, application deployment, and orchestration, leveraging simple YAML-based playbooks to define automation tasks. Its agentless architecture, which typically uses SSH (or WinRM for Windows), simplifies the management of large-scale infrastructures by reducing the need for additional software on target systems.
TerraformTerraform is an open-source infrastructure as code tool developed by HashiCorp that lets you define, provision, and manage infrastructure using declarative configuration files written in HashiCorp Configuration Language (HCL). It supports multiple cloud providers and on-premises solutions, enabling consistent and automated infrastructure deployment and management across diverse environments.
Change ManagementChange management is a systematic approach to handling modifications within an organization, ensuring that changes are implemented smoothly and with minimal disruption. It typically involves a structured process—including planning, testing, approval, and communication—to mitigate risks and support continuous improvement.
Government regulatory complianceGovernment regulatory compliance refers to the adherence of businesses and organizations to laws, regulations, and guidelines established by government agencies to ensure ethical, legal, and operational standards. It spans various industries and domains, including data privacy (e.g., GDPR, HIPAA), financial regulations (e.g., SOX, SEC rules), and cybersecurity (e.g., NIST, CMMC), requiring organizations to implement policies, controls, and audits to maintain compliance and avoid penalties.
Service Level AgreementsA Service Level Agreement (SLA) is a formal contract between a service provider and a customer that defines the expected level of service, including performance metrics, uptime guarantees, response times, and support commitments. SLAs help set clear expectations, ensure accountability, and often include penalties or remedies if agreed-upon service levels are not met.
KotlinKotlin is a modern, statically typed programming language developed by JetBrains, designed to be fully interoperable with Java while offering a more concise and expressive syntax. It is widely used for Android app development, backend services, and cross-platform applications, with features like null safety, coroutines for asynchronous programming, and strong type inference.
GoLangGo (or Golang) is an open-source, statically typed programming language developed by Google, designed for efficiency, simplicity, and scalability. Known for its concurrency support via goroutines, garbage collection, and fast compilation, Go is widely used in cloud services, microservices, distributed systems, and backend development.
JenkinsJenkins is an open-source automation server used for Continuous Integration (CI) and Continuous Deployment (CD), enabling developers to automate building, testing, and deploying applications. It supports a vast ecosystem of plugins, integrates with various DevOps tools, and helps streamline software development workflows by ensuring faster and more reliable delivery cycles.
ConcourseConcourse is a CI/CD automation system designed for scalable, efficient, and declarative pipeline management. Built for containerized workloads, it provides pipeline-as-code using YAML configurations and emphasizes reproducibility, simplicity, and parallel execution. Concourse is widely used for automating software builds, testing, and deployments in cloud-native and DevOps environments.
Docker, Kubernetes, HarborDocker is an open-source containerization platform that enables developers to package applications and their dependencies into lightweight, portable containers. It ensures consistency across development, testing, and production environments, simplifying deployment and scalability.
KubernetesKubernetes (K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It efficiently distributes workloads across clusters, ensures high availability, and integrates with various cloud and on-prem infrastructure.
HarborHarbor is a cloud-native container registry that secures and manages Docker images with built-in vulnerability scanning, access control, and policy enforcement. It integrates with Kubernetes and other CI/CD tools, ensuring a secure and efficient image management workflow for enterprise environments.