Avatar of Vadim Bauer

Vadim Bauer

8gears AG
Recommends
on
PythonPython

The best language for you is the one that you know best!

Its a bit of a guess, but from your question and the difficulties you have with Python it seems to me the problem you describe is the manifestation of a bad design/architecture/code quality. These are not the problems of a language itself!

The experience you gained over the past years with your current programming language will outmatch any benefits of another language that you start from zero.

Because in the end of the day languages aren't all that different when it comes to fullfil the same task, it's more the tools, framework and ecosystem for a particular problem that make a difference.

I worked with Java, C#, Go and recently in Phyton, and I would choose Phyton over Go for WebApps, even I like compiled languages more. Go is a very simple language, I would even say maybe too simple. I can't stand all those go boilerplate if err checks, the broken filesystem, the date/time mess and many more things that aren't actually relevant for business application at all. Go has its advantages but not for WebApps.

Keep the lang and improve your skills and architecture you will benifit more from it than from a new language.

READ MORE
4 upvotes·288.6K views

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.

We call it clientless because no plugins or client software are required.

Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser. Apache Guacamole

READ MORE
3 upvotes·1.3K views

Hello Container people, If you are thinking about self-hosting a container registry. Harbor has some outstanding options that sets it apart from all the other registries specially for teams! I created a post to highlight two ways on how to overcome the Docker Hub pull rate limit and improve security and governance.

READ MORE
3 Ways to overcome the Docker Hub pull rate limit - Container Registry (container-registry.com)
2 upvotes·9.4K views