*For research purposes only. It’s really a great tool, you should buy it.

Just another boring blog
*For research purposes only. It’s really a great tool, you should buy it.
TLDR: Open Terminal and run this command
curl http://17.253.55.201/content/downloads/50/49/001-79699-A_93OMDU5KFG/dkjnjkq9eax1n2wpf8rik5agns2z43ikqu/InstallAssistant.pkg -H "Host: swcdn.apple.com" -o InstallAssistant.pkg
After downloading, you can locate the downloaded file by this command
open .
You will see InstallAssistant.pkg file, just run it to begin the installation.
Hope you were having fun with my Kubernetes tutorial!
I’m gonna share with you about Kubernetes Ingress, and let’s setup together a HTTPS website on our cluster.
Continue reading “Having fun with Kubernetes #Extra – Ingress & HTTPS”I was playing with Kubernetes during last weekend, but the project was just a small PHP file with phpinfo() function call, no big deal.
Today my colleague asked me to guide him a bit on Docker, because he’d like to try it with a real world example: Developing a Symfony project. So let’s take a look at this!
Continue reading “Symfony 5 development with Docker”Okey, from the previous chapter you had your Docker image now – it’s everything you need to run the application everywhere: A PHP-FPM 7.4 installation, a codebase contains the PHP files. Let’s continue with the k8s chapter – where we’re gonna setup our first k8s to deliver our application to 1 million people!
Continue reading “Having fun with Kubernetes #3”You can find the project here https://gitlab.com/martinpham/graphql-fun
A quick & funny project which combines WebGL drawing and Leap motion hand tracking
AWS API Gateway WebSocket is very cool.
I have to say it, and I really like it. If you were reading — setting up — fixing a NodeJS WebSocket server, probably you will understand how complex it is, when you need to scale up your server, when you need to monitor your server, and also when you need to optimize your server. API Gateway does all the jobs for you, so you can focus on coding, without worry about almost of DevOps stuffs and reasonable price.
Continue reading “How to disconnect a Websocket client from AWS API Gateway server side”I hate Excel for Mac.
They did localization also to the function name! Think about you’re writing a Javascript program in Italiano:
per(var i = 0; i < amici.lunghezza; i++)
{
questo.sommario++;
}
Continue reading “Change language for Microsoft Office for Mac”