Techoceanhub logo
admin

admin

Best 3 Frontend framework in 2023. Vuejs vs Angular vs React

Building your Web with the Power of 3:React, Vue, Angular Vuejs, Angular, and React are all popular JavaScript libraries for building modern user interfaces. Vue.js is a progressive JavaScript framework for building user interfaces. It is designed to be simple…

Top 10 Gadgets Cyber Monday deal on Amazon in 2022.

Best Holiday gift offered by Amazon to purchase for family and friends this Cyber Monday. 2021 Apple iPad (10.2-inch, Wi-Fi, 256GB) – Space Grey (9th Generation) click here to know more Was: $629.99 Deal Price: $554.00 Discount: $75.99 (12%) Samsung Galaxy…

Different modifiers in Kotlin (Chapter-14)

let us study different modifiers in kotlin, they are listed as private, protected, internal, and public. By default visibility modifier is public. If you do not specify any visibility modifier, public is used by default, which means that your declarations will be…

What is lateinit keyword in kotlin?(Chapter-12)

The defination of lateinit keyword is very simple as the name suggest it says ” Late initialization“. This keyword is often considered as one of the best feature which makes kotlin more advantageous to use but we should not confuse…