Software Development
Docker Explained In 60 Seconds | Deploy Apps Anywhere With Docker #devops #fullstack
Docker. Written in the Go programming language, it is the secret weapon for building, shipping, and running apps. An OS virtualization software initially released in 2013, Docker allows you to package your app and its dependencies into lightweight containers that can be run anywhere, regardless if you are using Windows, Mac, or Linux. After developing your app, in my case,…
Read More »How to Avoid Common Security Mistakes in .NET (P6)
#coding #codingbootcamp #softwaredeveloper #codeyourfuture Welcome back to StartupHakk! With my 25 years of development experience, here at StartupHakk we turn beginners into full-stack developers in just 3 months! Today we’re going to talk about keeping your .NET apps safe from those online bullies trying to mess with your stuff. You don’t need to be a tech wizard to follow along.…
Read More »Alpine Linux on x86_64 PC: Installation and Upgrade Script
Today we are going to install Alpine Linux on a regular x86_64 PC. We are going to cover the installation technique which is a little bit different than the Raspberry Pi, and then create a script to automatically upgrade the OS version using the integrated setup-bootable utility. It is a great way to get more life out of older PC…
Read More »How to Install PyCharm on Linux Mint 21.3 and Ubuntu | Latest Community Release
#LinuxMint #PyCharm #Installation #PythonIDE #JetBrains #SoftwareInstallation #Linux #Development #IDE #GUIInstalling PyCharm Community Edition on Linux Mint graphically through the official JetBrains website involves downloading the tarball and setting it up. Here are the detailed steps: Download PyCharm Community Edition: Open your web browser and go to the PyCharm download page. Select the Community edition and click the Download button. Extract…
Read More »How to Avoid Common Security Mistakes in .NET (P2)
#coding #codingbootcamp #softwaredeveloper #codeyourfuture Welcome back to StartupHakk! With my 25 years of development experience, here at StartupHakk we turn beginners into full-stack developers in just 3 months! Today we’re going to talk about keeping your .NET apps safe from those online bullies trying to mess with your stuff. You don’t need to be a tech wizard to follow along.…
Read More »3 great virtues of a programmer (P2)
#coding #codingbootcamp #softwaredeveloper #codeyourfuture According to Larry Wall(1), the original author of the Perl programming language, there are three great virtues of a programmer; Laziness, Impatience and Hubris Laziness: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful and document what you wrote…
Read More »