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

Post MVC

  • Robin Michael

Robin Michael

Apr 19, 2017 • 1 min read

This post https://news.realm.io/news/the-post-mvc-age/ clearly explains that the MVC model has reached its endpoint with the rise of Single Page Applications.

I would add that http://elm-lang.org should be on this and that both Reactive Extensions and React/Redux work easier in a functional programming state of mind.

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