Coding Plus Tea


The Phoenix Project

…until code is in production, no value is actually being generated, because it’s merely WIP stuck in the system.


C#/.NET and Heroku Updates

While I have no experience with a .NET stack, .NET is very prominent in the DFW tech market. Below are some keywords to know before diving into tutorials.

  • C# - backbone for entire .NET development
  • Entity Framework - Recommended ORM for .NET development
  • ASP NET MVC - #1 web development framework for .NET developers

Embedded Video in Background

When thinking about design, I’ve noticed that websites are implementing animation and movement. An introductory step into implementing more movement is having an embedded video on a web page. I have modified the code below but wanted to share how to overlay text on a background video.


Beyond bootcamps: Pluralsight and A Cloud Guru

After finishing a coding bootcamp, I found myself a bit overwhelmed with the numerous resources and time now available to dive into other topics beyond web development. While there are many blog posts about starting to code, what about next steps? To me, there are the following broad subject areas that likely overlap:

  • Mobile Development (iOS, Android, Hybrid)
  • Cloud Development (AWS, Google Cloud Platform, Microsoft Azure)
  • Cybersecurity - Cybrary and OWASP are resources that I have yet to try out but have often seen.
  • Data Science (Python, R, Hadoop)
  • Machine Learning (TensorFlow, Keras)
  • Blockchain (Ethereum, Ripple, Hyperledger)
  • Virtual Reality (Unity, Unreal Engine, CryEngine)
  • Video Games - Unity is also popular in this area

Troubleshooting Heroku Deployment, Part II