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

Publishing Docker images to Docker Hub

  • Robin Michael

Robin Michael

Dec 13, 2018 • 1 min read

Linking to GitHub repository with documentation https://github.com/Siliconrob/dockerfiles

Sign up for more like this.

Enter your email
Subscribe

Autonomy: gitignore

Git ignores .gitignore with .gitignore in .gitignore | Hacker NewsHacker NewsFirst: NoBut it's not because you can do things like this or .gitignore with "*" Second: It's about autonomyThese people should use forks of repos.  Bam problem and disagreements gone.  Stop sharing your .gitignore if you don't want to.  Why are forks

  • Robin Michael
Robin Michael May 18, 2022 • 1 min read

MySql JSON Search Array

Search with JSON in a case insensitive manner across array values Create a table like so create table test.users ( id int auto_increment primary key, identifiers json null );Fill the table with some sample data insert into users (identifiers) values ('{"names": ["Johnny", "John", "Jay"], "id": "12345z" }'), ('{

  • Robin Michael
Robin Michael May 17, 2022 • 1 min read

Redis Pipeline Commands

Wanted to send a set of commands to redis from the command line and the following techniques work. Working on the slot 1 database of redis here as specified by the -n 1 parameter.  With sample commands to flush the cache and then exit.  You can chain the commands to

  • Robin Michael
Robin Michael May 16, 2022 • 1 min read
Empty Space © 2022
Powered by Ghost