排序
Comparing error handling in Java, Go and Rust.
Comparing error handling in Java, Go and Rust.,Error checking is everywhere. Sometimes it's more complex than other time. Take file managing for example. You have to remember to cl...
Enforcing the Use of GitHub?
Enforcing the Use of GitHub?,So, I'm reaching out for polite suggestions on an ongoing issue at my 'work'. I'm currently an Undergraduate student - seeking Master's - and I work wi...
Nikita Barchugov a.k.a. Rude boi
Nikita Barchugov a.k.a. Rude boi, 原文链接:Nikita Barchugov a.k.a. Rude boi
Pseudo-Random Numbers in Python: From Arithmetic to Probability Distributions
Pseudo-Random Numbers in Python: From Arithmetic to Probability Distributions,Randomness is something that we tend to take for granted in our daily lives. 'That's so random!' we'll...
Asynchronous Task with Celery and RabbitMQ
Asynchronous Task with Celery and RabbitMQ,Slow API Responses? Browser Timeouts? Maybe you have very slow processes like external API calls, email or sms services, etc that do not ...
JvmOverloads – An essential annotation for Kotlin/Java interrop
JvmOverloads - An essential annotation for Kotlin/Java interrop,When I first began writing Kotlin, one of my favorite benefits was default arguments. This is a way for you to creat...
Lessons Learned From A Failed Pull Request
Lessons Learned From A Failed Pull Request,First published on my blog. Intro: The netrc file If you already know all about the ~/.netrc file, feel free to skip directly to the next...
Linting as Lightweight Defect Detection for Python
Linting as Lightweight Defect Detection for Python,When many people think of linting they think about how it improves the readability and maintainability of code by forcing develop...
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...