Events: May 2017, Week 2
8 CSS Tricks You Never Use
by John Langan
Even if you’ve been using CSS for a decade, there's always something new to learn from other designers. In this course, we take a look at eight little-known techniques for CSS development. You'll learn how to make text flow around shapes, how to style broken images, how to create numbered headings, and much more.
Learn to Code With Python
by Manos Smith
Python is a powerful language that is easy to learn and excels at many different types of computing. It is used to run large, well-known websites. It is used to process log files and make sense of their contents. It might even be used to create some of your favorite games! Not only that, but with a simple, expressive syntax, Python doesn't have the gotchas and edge cases that make some other languages hard to learn.
Up and Running With Grav CMS
by Chris Pantazis
By the end of this course you’ll understand the fundamentals of how Grav operates, the three different types of content it uses, how its file structure and naming protocols work, and the relationship between Markdown files and theme templates.
Build Your First Laravel Site
by Chris Pantazis
Laravel is a PHP framework for modern web apps. It's one of the most popular PHP frameworks, and coders love its elegance and stability. It has great built-in support for routing, sessions, modular templates, email, data validation, and so much more. But all that power means it's sometimes hard to know where to get started.