Published onOctober 23, 2021 ☕️ 6 min readFile upload with progress bar (nodejs)NodejsIn the tutorial we will learning how to upload files by nodejs & html without any third party package
Published onJuly 28, 2021 ☕️ 3 min readWhat is Continuous Integration?DevOpsContinuous integration is a DevOps software development practice where developers regularly merge their code changes into a central repository
Published onJuly 20, 2021 ☕️ 2 min readEncrypt By RSA AlgorithmNPMRSA is a public-key cryptosystem that is widely used for secure data transmission. It is also one of the oldest. The acronym RSA comes from the surnames of Ron Rivest.
Published onJuly 18, 2021 ☕️ 1 min readAsymmetric Encryption using Nodejs Crypto moduleNodejsI would recommend not using synchronous fs methods where possible
Published onJuly 18, 2021 ☕️ 1 min readGit refusing to merge unrelated histories on rebasegitDuring git rebase origin/development the following error message is shown from Git