Finding Packets
Finding Packets, Where is my request? When a URL is typed in the browser it checks whether DNS mapping of IP address is there or not in cache. If it is there then it requests the s...
Simple, yet powerful features of Kotlin
Simple, yet powerful features of Kotlin,I read about Kotlin, the simple, yet powerful language which can be Java alternative years ago when Jetbrains released their initial version...
generic types and variance in kotlin compared to java
generic types and variance in kotlin compared to java,Have a look at my blog, I really appreciate your feedback, leave a comment and follow if you like :) https://kotlinexpertise.c...
Jupyter Notebooks are The Business
Jupyter Notebooks are The Business,So this is about one of those things that I knew existed, but I kind of thought 'Oh, this is just for scientists and data people to do science an...
Analyzing sugar in McDonald’s menu’s items
Analyzing sugar in McDonald's menu's items,Recently I've found a data set in Kaggle which is composed with the nutrition facts of every item in McDonald's Menu (Dataset). I know fo...
Java may be verbose, but who cares?
Java may be verbose, but who cares?,This article originally appeared on IG's blog After more than 15 years of Java experience, I have tended to brush aside comments about Java's ve...
Save the Optional, stop using isPresent
Save the Optional, stop using isPresent,Most functional programming languages offer a concept called Option or Maybe to deal with the presence or absence of a value, thus avoiding ...
Charm your SparkPost Recipient and Suppression Lists with Python
Charm your SparkPost Recipient and Suppression Lists with Python,When developing code that sends email to your customers, it’s smart to try things out on a test list first. Using ...
Unwrapping Decorators, Part 2
Unwrapping Decorators, Part 2, Quick Recap Last post, I wrote about the basics of decorators in Python. For those of you that missed it, here are the highlights. Decorators are pla...
Compiling UI and resource files with PyQt
Compiling UI and resource files with PyQt, This article was originally published years ago at https://mplicka.cz/en/blog/compiling-ui-and-resource-files-with-pyqt and it's about Qt...
Sending Scheduled Mailings Simply with SparkPost
Sending Scheduled Mailings Simply with SparkPost,Do you need to send batches of emails, synchronised to go at a set time? Are you unsure whether to develop your own campaign manage...