SVG to PDF and some texts (java)There is often a need to convert svg files into pdf with optionally adding text to the output pdf. That means the intermediate svg file is…Aug 20, 2024Aug 20, 2024
IntelliJ: how to activate the new commit dialogIntelliJ IDEA enhances the developer experience with a variety of integrated tools and interfaces. One such feature is the commit dialog…Apr 24, 2024Apr 24, 2024
Git delete remote branchCommand to delte a remote branch, given your branch has a name of “mybranch”:Mar 5, 2024Mar 5, 2024
Kotlin for BackendHere is a short list of things you should know if you consider kotlin for backend.Sep 27, 2022Sep 27, 2022
How to download an entire S3 bucketPerhaps the easiest way to do it is with aws cli.May 5, 2022May 5, 2022
How do I install a color theme for IntelliJ IDEADownload the theme (e.g. monokai).Mar 20, 2021Mar 20, 2021
bash: checking the number of argumentsOne of the simplest way to check whether or not a bash script was passed a required number of arguments is:Mar 18, 2021Mar 18, 2021
AWS: lambda trigger is disabledSometimes a lambda trigger for example on an SQS queue gets disabled. This can happen if there is a misconfiguration in the policy or the…Mar 17, 2021Mar 17, 2021
How to use a forked project as a maven artifact without setting up nexus1) use jitpack package repository for maven/gradle, 2) point to that repository, thats it, i.e.Mar 15, 2021Mar 15, 2021