The Ultimate CSS3 Flexbox Tutorial for 2017 [Including Video Tutorials + Cheat Sheet]

The Ultimate CSS3 Flexbox Tutorial for 2017 [Including Video Tutorials + Cheat Sheet]

  With the new CSS3 Flexbox box model, you can now write more concise and maintainable code for various common layout tasks — such as vertical centering, taking up remaining space, or simpler grids. After this tutorial, you’ll be able to use Flexbox and understand exactly how it works.

10 Kotlin Tutorials for Beginners: Dive Into Kotlin Programming [VIDEO COURSE]

10 Kotlin Tutorials for Beginners: Dive Into Kotlin Programming [VIDEO COURSE]

There is a serious lack of Kotlin tutorials for beginners. You only find experienced Java developers hacking down Kotlin code in record time. Don’t get me wrong — those are really great for other experienced developers and I enjoy watching them. But for beginners, they are just voodoo code appearing on the screen like magic. …

Read More Read More

jQuery Tutorial for Beginners: 10 Tutorials to Get Started With jQuery [VIDEO]

jQuery Tutorial for Beginners: 10 Tutorials to Get Started With jQuery [VIDEO]

  This is an excerpt from my Complete jQuery Course with 5000+ happy students. Video #1 – An Overview of JavaScript & jQuery To start off, you’ll learn about JavaScript & jQuery in general and see hands-on demos of what you can do with jQuery. The examples shown in the video are just some of the …

Read More Read More

Writing Concise Code With Kotlin

Writing Concise Code With Kotlin

  One of the major selling points of Kotlin is its concise and expressive syntax. But in how far does Kotlin actually allow you to write more concise code? Let’s look at four ways it accomplishes this. Data Classes In Java, you sometimes create classes which act simply as data containers without much additional functionality. …

Read More Read More

Kotlin for Java Developers: 10 Features You Will Love About Kotlin

Kotlin for Java Developers: 10 Features You Will Love About Kotlin

Kotlin is a statically typed JVM language built by Jetbrains, the makers of the IntelliJ IDE. Kotlin is built upon Java and provides useful features such as null-safety, data classes, extensions, functional concepts, smart casts, operator overloading and more. This crash course into Kotlin for Java developers demonstrates the most important advantages that Kotlin has over …

Read More Read More