-
Ship secure high quality software faster.
-
Latest Posts
-
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 Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding nginx 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
Tag Archives: Today I Learned
Today I Learned about Gobuster
I’ve made it a goal for 2023 to increase my security knowledge. This was based on increase in security related questions from clients. Specifically related to website security as most of my current work is maintaining websites for clients. One … Continue reading
Posted in Security, Today I Learned
Tagged gobuster, hack the box, kali, security, Today I Learned
Comments Off on Today I Learned about Gobuster
Today I Learned how to Secure the Delayed Job Page with Spree Users
A client has an online store that is powered by an older version of Spree. I’m in the process of upgrading it and adding features to it at the same time. It’s a slow process as upgrading to newer versions … Continue reading
Posted in Today I Learned
Tagged delayed jobs, devise, ruby on rails, security, spree, Today I Learned
Comments Off on Today I Learned how to Secure the Delayed Job Page with Spree Users
Today I Learned Altering a SQL Column Removes it’s Default Value
This one I actually already knew but temporarily forgot about it so got to relearn it. In MySQL, and many other databases, updating the column with an ALTER statement will remove any properties not explicitly listed. For example, say you … Continue reading
Posted in Today I Learned
Tagged MySQL, Today I Learned, utf8mb4
Comments Off on Today I Learned Altering a SQL Column Removes it’s Default Value
Today I Learned About GitHub’s Dependabot
Recently I created a CI build for the Introduction to ORM for DBAs presentation example code. One of the reasons I picked this code base was so I could try out Dependabot for the security alerts I’m getting. The security … Continue reading
Posted in Today I Learned
Tagged C#, dependabot, GitHub, Today I Learned
Comments Off on Today I Learned About GitHub’s Dependabot
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