fundementals May 16, 2022 How to create SBOM for Ruby on Rails application during the build phase of Continuous Integration in Gitlab Learn how to leverage Gitlab to do it #SBOM #Gitlab #CI
fundementals March 21, 2022 How to create SBOM for NodeJS application during the build phase of Continuous Integration in Gitlab Learn how to leverage Gitlab to do it #SBOM #Gitlab #CI
fundementals March 21, 2022 How to setup Streaming Replication in PostgreSQL 13 Learn how to setup Streaming Replication in PostgreSQL 13 #postgresql #replication
fundementals March 7, 2022 Logical Replication in PostgreSQL Learn how to setup Logical Replication in PostgreSQL #postgresql
fundementals February 21, 2022 Splitting your Ansible Hosts file Learn how to split your Ansible hosts file by client instead of a single monolithic file. #ansible
fundementals February 7, 2022 How to store Server Configurations in source control Learn how to store important server configuration files in Git Version control so you have a historical view of changes. #linux #git #server #configuration
fundementals January 24, 2022 Policing applications with long running queries If you are faced with an application that experiences long running queries and are unable to terminate it via your monitoring tool here is what you do. #linux #start-stop-daemon #shell
fundementals December 27, 2021 3 ways to Upgrade your PostgreSQL Database Instance Learn different ways in which you can upgrade PostgreSQL #linux #postgresql #database
fundementals December 27, 2021 How to move a project between Gitlab Instances preserving issue assignments Learn how to make sure everything is migrated between instances #linux #gitlab
fundementals February 8, 2021 Fixes for Ruby on Rails on Ubuntu 20.04 Learn how to fix everything you broke in your Ruby on Rails application after upgrading the OS #linux #ubuntu #ror #ruby #rails
fundementals January 6, 2021 Fixing ERROR: toomanyrequests: Too Many Requests. in your Gitlab Continuous Integration Jobs Fixing ERROR: toomanyrequests: Too Many Requests. in your Gitlab Continuous Integration Jobs #ansible #linux #book
fundementals July 30, 2020 Secure a server Do it otherwise people will cryptomine on your machine :( #security #linux
fundementals July 1, 2020 Moving PostgreSQL to an additional disk Moving PostgreSQL to an additional disk #postgresql #hardware #disk
fundementals June 21, 2020 Running Sidekiq 6 as a Daemon Fixing sidekiq after upgrading from 5 #sidekiq #daemon #linux #background jobs
fundementals June 10, 2020 What I learned from Grant Cardone Everyone is rich #company #money #management
fundementals June 5, 2020 What I learned from Jeff Bezos Another guy who knows how to make money #company #money #management
fundementals May 30, 2020 What I learned from Jonathan Stark Applying money making to software #company #money #management
devops May 26, 2020 Upgrade to Grafana 7 and everything that will go wrong #monitoring #grafana #linux
fundementals May 25, 2020 How to improve relationships at work Learn to get along #company #management #relationships
fundementals May 20, 2020 Ergonomic keyboard showdown When you have too many keyboards so you must buy more #hardware #keyboard #ergonomics
fundementals May 15, 2020 Project start to finish Don't forget all the steps when you take a project from start to goodbye #project #management
fundementals May 10, 2020 Software Developer's Career Handbook Sling a keyboard and get rich #company #money #career
fundementals May 3, 2020 Getting Things Done (TM) From the book by David Allen #gtd #organization #management
fundementals May 2, 2020 What I learned from Ray Dalio Applying money making to software #company #money #management
fundementals April 29, 2020 Japanese for Devops Learn Nihongo about your Pasokon #fundementals #japanese
fundementals April 28, 2020 97 Things Every Programmer Should Know Hightlights from the book by Kevlin Henney #fundementals #book
fundementals April 22, 2020 Extreme Programming If you're gonna do it do it extreme #fundementals #extreme programming
fundementals April 20, 2020 Agile Software Development Coles Notes Just give me the executive summary #fundementals #agile #scrum #kanban #scrumban
fundementals April 18, 2020 What I learned from Allen Holub Notes take from lectures and material by Allen Holub #fundementals #book #agile
fundementals April 10, 2020 Are Your Lights On? Insights on user experience design #user experience #design #fundementals
devops April 7, 2020 Are your cron jobs blowing up your email? Create silent cronjobs that only bother you when the shit hits the fan #cronjob
postgresql April 7, 2020 How to dump a replicated PostgreSQL Database Is your PostgreSQL throwing up ERROR: canceling statement due to conflict with recovery? #postgresql #backup
vpn April 5, 2020 Create a VPN on Google Cloud Platform via Ansible Automate creating your own VPN on Google Cloud. Change IPs as they get blocked. #firewall #vpn #google cloud #ansible
cli April 4, 2020 If you're not using this CLI tools you're losing money These are the cream of the crop of CLI tools #cli #tools #linux
crypto April 4, 2020 Crypto Currency Notifier Build your own crypto currency notifier because you're a nerd and would rather build software than make money. #crypto #coincheck #trillionaire #bitcoin
fundementals April 4, 2020 How to create a good Gitlab Issue There is a way to create Gitlab issues which will ensure you get exactly what you want done, let me show you how. #gitlab #fundementals
postgresql March 29, 2020 PostgreSQL Database Replication Learn to use PostgreSQL Database replication between your master and slave servers #postgresql #database #replication
devops March 28, 2020 How to compile and configure Nginx to use Geoip module Geoip module lets you identify the location of the visitor using the IP address. I will show you how to integrate that into Nginx. #nginx #geoip #geolocation
ansible March 27, 2020 Gather machine info via Ansible Learn to use ansible to gather information about your infrastructure so you can sleep at night. #ansible #cpu #memory #disk
devops March 20, 2020 Get munin node slave to report to a munin master Learn how to setup 2 servers communicating in a munin master/slave pattern. #munin #monitoring #coronavirus #lockdown
ansible March 18, 2020 Integrate Postfix with SendGrid on Google Cloud Platform via Ansible Learn to use an Ansible recipe to fix email sending via Postfix on a fresh Google Cloud Platform instance installation. #ansible #gcp #sendgrid #postfix