Naimdjon TakhirovSVG 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 20Aug 20
Naimdjon TakhirovIntelliJ: 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 24Apr 24
Naimdjon TakhirovGit delete remote branchCommand to delte a remote branch, given your branch has a name of “mybranch”:Mar 5Mar 5
Naimdjon TakhirovKotlin for BackendHere is a short list of things you should know if you consider kotlin for backend.Sep 27, 2022Sep 27, 2022
Naimdjon TakhirovHow to download an entire S3 bucketPerhaps the easiest way to do it is with aws cli.May 5, 2022May 5, 2022
Naimdjon TakhirovGit cleanup: delete local branches deleted on a remotePrune deleted remotes:Jul 13, 2021Jul 13, 2021
Naimdjon TakhirovHow do I install a color theme for IntelliJ IDEADownload the theme (e.g. monokai).Mar 20, 2021Mar 20, 2021
Naimdjon Takhirovbash: 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
Naimdjon TakhirovAWS: 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
Naimdjon TakhirovHow 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