-
Ship secure high quality software faster.
-
Latest Posts
- SaturdayMP Show 58: Human Resource Machine (Duplicate Machine Size Challenge)
- SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale
- SaturdayMP Show 56: Kali on WSL
- SaturdayMP Show 55: Migrating from VMWare to Hyper-V
- SaturdayMP Show 53: Human Resource Machine (Inventory Report)
-
Tag! Your it!
.NET .NET Core ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun GitHub hack the box human resource machine Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding NUnit ORM react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Temporal Database Today I Learned Ubuntu xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
Author Archives: Chris C
Introduction to ORMs for DBAs: Part 7 – Create GamePlayers Table
I gave the Introduction to ORMs for DBAs presentation at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show you … Continue reading
Posted in Code Examples, Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 7 – Create GamePlayers Table
My Takeaway from Moneyball
Book: Moneyball: The Art Of Winning An Unfair GameAuthor: Michael Lewis Both the movie and book are great and truth be told I watched the movie well before reading the book. In both cases they do a great job of … Continue reading
Today I Learned How to Create a React-Rails App
A working example can be found here in the Saturday MP Examples GitHub. First thing you need to do is create a basic Rails app as outlined in my previous post. My setup is the same as creating Rails app: Ubuntu 18.04 LTS host … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged react, ruby on rails
Comments Off on Today I Learned How to Create a React-Rails App
Happy Holidays!
Saturday MP (i.e. Chris and Ada) are taking some time off over the holidays to visit with family, friends, and spending a day not changing out of our pyjamas and playing games all day. We will be back to our … Continue reading
Today I Learned how to Generate a ERD for Rails Application
Back in the day Rails apps didn’t add foreign keys to database tables. Believe it or not this was a feature not a bug. The idea was that you shouldn’t “repeat” the relationship between you models in the code and … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged Docker, erd, Rails-ERD, ruby on rails
Comments Off on Today I Learned how to Generate a ERD for Rails Application
Introduction to ORMs for DBAs: Part 6 – Create GamesPlayed Table and CRUD
I gave the Introduction to ORMs for DBAs presentation at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show you … Continue reading
Posted in Code Examples, Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 6 – Create GamesPlayed Table and CRUD
Introduction to ORMs for DBAs: Part 5 – Create GameResultTypes Table and CRUD
I gave the Introduction to ORMs for DBAs presentation at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show you … Continue reading
Posted in Code Examples, Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 5 – Create GameResultTypes Table and CRUD
Today I Learned how to Create Rails Docker Container Without Ruby Installed
I was curious to see if I could create a Docker container for a new Rails project without having Ruby or Rails installed on the host machine. To do this I created a new Ubuntu 18 virtual machine with the … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged Docker, ruby on rails, RubyMine, Today I Learned, Ubuntu
Comments Off on Today I Learned how to Create Rails Docker Container Without Ruby Installed
Introduction to ORMs for DBAs: Part 4 – Create Game CRUD
I gave the Introduction to ORMs for DBAs at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show … Continue reading
Posted in Code Examples, Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 4 – Create Game CRUD
Introduction to ORMs for DBAs: Part 3 – Player CRUD
I gave the Introduction to ORMs for DBAs at SQL Saturday 710 but it didn’t go as well as I would have liked (i.e. I had trouble getting my demo working). Since the demo didn’t work live I thought I would show … Continue reading
Posted in Code Examples, Introduction to ORMs for DBAs, Software Development
Tagged .NET Core, ASP.NET MVC, DataGrip, Entity Framework, Introduction to ORMs for DBAs, ORM, sql-server
Comments Off on Introduction to ORMs for DBAs: Part 3 – Player CRUD