PinnedPavle DjuricinDev GeniusHow to use Redis Pub/Sub in your Python ApplicationRedis is widely known for its the ability to serve as a caching layer in front of a primary database. However, Redis offers a lot more than…Dec 29, 20213Dec 29, 20213
PinnedPavle DjuricWhen Should You Use Pointers in GolangThe concept of pointers in programming languages is quite old. C and C++ are probably the best examples of languages that are widely…Jun 23, 20222Jun 23, 20222
PinnedPavle DjuricinDev GeniusHow to Send Concurrent HTTP Requests in PythonThe total size of data on the Internet, according to some sources, in 2020 hit 40 zettabytes. A zettabyte is about a trillion gigabytes…Jan 4, 20223Jan 4, 20223
Pavle DjuricFour Ways To Make Your Code More MaintainableFixing bugs and adding new features — that’s pretty much the daily routine of a software developer. How easy it is to execute these two…Mar 1, 20231Mar 1, 20231
Pavle DjuricinTowards DevHow To Create A CLI HTTP Client in Python With TyperTyper is a neat CLI tool for Python, created by the author of FastAPI Sebastián Ramírez. It’s main advantages are type hinting, ease of…Feb 27, 2023Feb 27, 2023
Pavle DjuricinDev GeniusREST vs gRPCREST API has been the industry standard for web-based communication for quite a while. However, gRPC has recently emerged as a promising…Feb 24, 20231Feb 24, 20231
Pavle DjuricinPython in Plain EnglishHow To Validate Phone Numbers In Your Python AppWhen you sign up for some service on the web, such as a food delivery app, a ride sharing app or a government service, you will often be…Feb 20, 2023Feb 20, 2023
Pavle DjuricinDev GeniusIf You Are Learning Kafka, Remember These ConceptsKafka is a powerful and increasingly popular technology that enables the processing of large amounts of data in real-time. It was…Feb 18, 2023Feb 18, 2023
Pavle DjuricinDev GeniusHow To Use In Memory Caching In Your Golang AppCaching data in memory has numerous benefits:Feb 16, 20231Feb 16, 20231
Pavle DjuricWhen To Use An Empty Interface In GolangStatically typed languages are highly beneficial.Jan 15, 20231Jan 15, 20231