Day: September 22, 2022
18 posts
Boost Your Productivity: Best Software For Dev Teams
We are slowly approaching the end (!) of 2022. How would I sum it up? For me and…
Beginner’s Guide to Kubernetes Deployments
Over the last five years, Kubernetes has seen rapid adoption as a container orchestrator. And for a good…
Why You Should Use Client-Side Static Code Analysis for Web Development
Client-side static code analysis can help devs to find errors before they run or compile code. They can…
Logging for your Node.js app
Introduction In this article we will learn how we can store logs of Node.js application into parseable using…
Tayfa ile Chrome Ana Sayfası Düzenleme
Bu yazıda Tayfa politikaları ile istemciler üzerinde Chrome tarayıcısının ana sayfasını ayarlamayı göstereceğiz. Öncelikle bu işlem için bir…
What is JDK Architecture in JAVA
JDK Architecture JVM:- JVM Stands For Java Virtual Machine it is an interpeter which is use to convert…
System Design: Netflix
Let’s design a Netflix like video streaming service, similar to services like Amazon Prime Video, Disney Plus, Hulu,…
System Design: Twitter
Let’s design a Twitter like social media service, similar to services like Facebook, Instagram, etc. What is Twitter?…
RESTful – Understanding the most common HTTP verbs and Return Codes
Hello folks! I want to share with you some knowledge about the most common HTTP verbs and Return…
Named Subroutine Arguments in Perl
Naming your subroutine arguments has benefits around increasing the readability of your code. Lets look at an example…