I'm attending Nathaniel Schutta's excellent class Fundamentals of Software Engineering, offered on O'Reilly. Nathaniel is an experienced software engineer, architect, Spring advocate, and a professor at the University of Minnesota. In the first week, he presented a number of fundamental ideas for software engineers. …
Read MoreCSS Grid The key difference between flex box and css grid is that flex box uses one-dimensional layout, either rows or columns, while css grid uses two-dimensional layout, with both rows and columns. Key css grid properties, units, and functions are: display: grid grid-template auto grid-row grid-column justify-items …
Read MoreYesterday I kicked off blogging using Hugo. I also carried on with Scrimba's Frontend Developer Path. Hugo What: Hugo is a lightweight framework for building static websites that are fast. Why: Blogging the next day enhances learning. It enables producing knowledge which is the next necessary step after consuming …
Read MoreStarting today, I will be blogging summaries and thoughts on things I learn every day as a developer.
Read More