Empty Space
  • Home
  • Resume
  • Posts
  • Personal
  • Code
Subscribe
code

How SAFe feels

  • Robin Michael

Robin Michael

Oct 14, 2021 • 1 min read

Scaled Agile Framework

Sign up for more like this.

Enter your email
Subscribe

Exhibit A On money is the delusion we tell ourselves everyday.

Last August, Citigroup Inc. wired $900 million to some hedge funds by accident. Then it sent a note to the hedge funds saying, oops, sorry about that, please send us the money back. Some did. Others preferred to keep the money. Citi sued them. Yesterday Citi lost, and they got
Jun 21, 2022 — 1 min read

Nginx Upgrade Gotchas

Looking at my server configuration and saw that my Nginx version was 1.18.x which was release approximately April 2020 and that corresponds to probably when I was last editing my nginx reverse proxy start of Covid 19 restrictions etc. Time to upgrade to latest and greatest, what could
Jun 19, 2022 — 2 min read

Even numbers: SQL

Problem: Print out the even numbers between 1 and 10 inclusive Normally you would a simple for/while loop and check for modulus, division but let's do it with SQL and recursive Common Table Expressions [https://www.essentialsql.com/introduction-common-table-expressions-ctes/] CTE MySql [https://www.mysql.com/] WITH RECURSIVE seq AS
May 25, 2022 — 1 min read
Empty Space © 2022
Powered by Ghost