Month: June 2021

  • How to be a good DevOps Engineer?

    • Working knowledge of cloud environments preferably with VMWare Virtualization Solutions such as vSphere and vReazlise Automation.
    • Able to produce Bash / PowerShell scripts and code in either Java, .Net, YAML etc
    • Familiar with Linux and Windows operating systems
    • Able to design, implement, use and integrate tools such as Bitbucket, Bamboo, Nexus, Ansible etc with consideration of the security controls required to deliver the CICD Pipeline.
    • Experience with monitoring and logging tools such as DynaTrace, ELK etc.
    • Experience with DevSecOps Tools such as SonarQube, Blackduck, AquaSec, Twistlock etc.
    • Familiarity with Containers technologies such as Openshift, Tanzu, Docker, Rancher is a plus.
    • Strong understanding of best practices in using the DevOps Tools. Eg, Branching strategy, Artefact Management etc.
    • Must be proactive, resourceful and self-motivated with strong analytical skills.
    • Experience in software and application development that requires analysis and design work.
    • Strong understanding and experience in practicing Continuous Integration, Automated Testing and Continuous Deployment
    • Knowledge/Experience in Agile Development and Management tools, e.g. Jira and Confluence
    • High level of integrity, takes accountability of work and good attitude over teamwork.
    • Takes initiative to improve current state of things and adaptable to embrace new changes.

  • OS X Big Sur and SQL Developer won’t start? Here’s how to fix it!

    cd /Users/azmiratania/.sqldeveloper/20.4.1 
    vi product.conf
    SetJavaHome /Library/Java/JavaVirtualMachines/jdk1.8.0_291.jdk/Contents/Home
  • Useful Git Commands

    git rebase -i HEAD~2
    //make the changes and save the change 
    // DO NOT REMOVE THE FIRST COMMIT 
    // change pick to s for squash 
    git push -f
  • AWS Lambda Pricing

    AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. With Lambda, you can run code for virtually any type of application or backend service – all with zero administration. Just upload your code as a ZIP file or container image, and Lambda automatically and precisely allocates compute execution power and runs your code based on the incoming request or event, for any scale of traffic. You can set up your code to automatically trigger from over 200 AWS services and SaaS applications or call it directly from any web or mobile app. You can write Lambda functions in your favorite language (Node.js, Python, Go, Java, and more) and use both serverless and container tools, such as AWS SAM or Docker CLI, to build, test, and deploy your functions.

    Screenshot-2021-06-12-at-1-43-10-AM

    https://aws.amazon.com/lambda/pricing/