FRONT-END HTML5 Canvas – The Basics Canvas is an element introduced in HTML5, written within the body tags. This element is just as other elements, for example a div, except that it renders it’s content with JavaScript.
BACK-END Laravel Eloquent relationship cheat sheet When I started using Laravel, I loved how easy it was to resolve relationships, but i always kept ...
BACK-END Ruby: Safe Navigation Operator and Methods Even though Ruby 2.3 was released some time ago, it wasn’t until recently that I came to discover some of the new features that it brought, such as the safe navigation
BACK-END Generating dummy data with Laravel On one of the projects I worked on we needed realistic looking dummy data. Instead of just hardcoding this in the database, we wanted to generate it.