That Solved It For Me: Vue.js, Vuetify And Storybook Integration
Vue.js, Vuetify and Storybook integration step by step.
How to install Centmin Mod On Centos 7 + Let’s Encrypt + CloudFlare CDN + Auto updates
Preparing the server. Handling the SSH key with putty and puttygen To do so we have to…
Kotlin For Java Developers:#13 Null References in Kotlin
I am sure you have heard that with Kotlin you won’t get NullPointerException, Well that’s not 100% true,…
Kotlin For Java Developers: #12 Arrays
So today we will be talking about arrays in Kotlin, as I’ve mentioned before there isn’t a special array…
Kotlin For Java Developers: #11 The Builtin Dataypes in Kotlin
Hi, Today I was checking Datatypes in Kotlin, and as always I took some notes and just…
Kotlin For Java Developers: #10 Differences between Java and Kotlin
Hi, Today we will be talking about some of the differences any Java developer will notice while…
Kotlin For Java Developers: #9 The Kotlin REPL
What’s Kotlin REPL? The REPL lets you practice your Kotlin and you can also use it to…
Kotlin For Java Developers:#14 Arrays and Null References
This will be a short lesson, just wanted to show you guys that as we said in the…
Kotlin For Java Developers: #8 Raw Strings in Kotlin
We’re going to discuss another new string featuring Kotlin called raw strings or triple-quoted strings, you’ll hear them refer…
Kotlin For Java Developers: #7 String Templates in Kotlin
Today we will check a feature kotlin has which is called as String Template. Using String Template. Now…
Kotlin For Java Developers: #6 Bit Operators, Type Checking, and Smart Casting.
Today we will be talking about Bit Operators, Type Checking, and Smart Casting. Bit Operators In Java, we…
Kotlin For Java Developers: #5 How Kotlin handles equality differently from Java
Hi, Today we will be comparing the equality operation between Java and Kotlin. Let’s see this simple java…