Competitors or Siblings - Will WebAssembly Replace JavaScript? WebAssembly or Wasm is a portable binary code instruction format introduced in the year 2015. It enables the compilation of high-level programming languages like Java, Python, C, and C++. A web developer writes the code in any of these programming languages and then it is to be run on the web. This task is supported … [Read more...] about Competitors or Siblings – Will WebAssembly Replace JavaScript?
Programming Language
A Layman’s Guide to Data Science: How to Become a (Good) Data Scientist
How simple is Data Science? Sometimes when you hear data scientists shoot a dozen of algorithms while discussing their experiments or go into details of Tensorflow usage you might think that there is no way a layman can master Data Science. Big Data looks like another mystery of the Universe that will be shut up in an ivory tower with a handful of present-day alchemists and … [Read more...] about A Layman’s Guide to Data Science: How to Become a (Good) Data Scientist
Kotlin vs. Groovy: Which Language to Choose
A growing range of fields and general advancements in technologies push programming languages to constant improvement and adaptation to the present-day needs. Now we have a bunch of languages serving different purposes: some of them emerged as an independent project, while others bud off from established and well-known languages. The colossus of Java, for example, has a number … [Read more...] about Kotlin vs. Groovy: Which Language to Choose
Enhancing your Development with Kotlin
Right since it was announced in Google IO 17, Kotlin has been a big hit among developers and many are now switching their development from traditional Java to Kotlin. My aim is that after reading this article you start using Kotlin for your daily tasks or wherever you have been using Java. So let's start! (Note we might cover some core Java concepts in this article) With help … [Read more...] about Enhancing your Development with Kotlin
PyMongo Tutorial: Testing MongoDB Failover in Your Python App
Python is a powerful and flexible programming language used by millions of developers around the world to build their applications. It comes as no surprise that Python developers commonly leverage MongoDB hosting, the most popular NoSQL database, for their deployments due to its flexible nature and lack of schema requirements. So, what's the best way to use MongoDB with … [Read more...] about PyMongo Tutorial: Testing MongoDB Failover in Your Python App