Tag: resources
-
Mysql resources links and information
This page contains links and videos to information about MySQL database. More on MySQL option files in the documentation here.
-
Linux commands resources and links
Linux commands cheat sheet – nice, useful list of Linux commands and examples of how to use them. Difference between Ubuntu apt-get autoclean, clean, autoremove commands – it is important to know the difference. Cleaning up with apt-get – how to clean up with apt clean command How To Upgrade Ubuntu Using Command Line? Linux […]
-
How to list and install php modules on ubuntu linux
I always, always forget how to do this and it takes an hour of googling to figure this out again. Basically I often need to see not just what php modules are installed on my system, but also what can be installed. For example you can see what is already installed and available to you […]
-
AWS autoscaling links and resources
AWS autoscaling lets you set up groups of EC2 instances which are controlled by a load balancer. The load balancer in turn makes sure your app has the correct number of EC2 instances running at all times. If your traffic is high it adds the maximum that you set. If traffic goes down it adjust […]
-
PHP tools for CI CD testing etc.
7 Continuous Integration Tools for PHP Laravel Developers
-
CI/CD resources and information.
Here is a list of Articles, videos and other information about Continuous integration, deployment etc. etc. Devops resources. CI/CD article Understanding the CI/CD Pipeline: What It Is, Why It Matters Set Up a CI/CD Pipeline on AWS Continuous integration vs. continuous delivery vs. continuous deployment CICD on AWS using CodeBuild, CodeDeploy and CodePipeline
-
Database design info resources and links
This page is all about databases, their design, how they work, how they replicate etc. Living without atomic clocks – article about the subject and cockroachdb Exploiting a Natural Network Effect for Scalable, Fine-grained Clock Synchronization – pdf link Amazon time sync service – atomic clock ntp time syncing for AWS based systems. STORING UTC […]
-
Serverless computing resources
Economics of serverless – a great article if you are interested in going serverless.
-
PHP random links and resources
PHP the Right way – a website/book full of the most useful information you will find about PHP
-
PHP Namespace information, links and resources
It is important to understand what namespaces are in PHP and how to use them. Otherwise you will be lost and have many pains. Videos Below is a series of great videos explaining PHP namespaces little by little in easy to find and digest chunks.\ PHP namespaces 1/10: What is a namespace in PHP? Everything […]