Software Engineering
Breaking Down Knowledge Silos in Software Engineering with Swimm
Silos slow down your entire organization, and degrade your Bus Factor to dangerously low numbers. Find out how to build a culture of knowledge sharing to avoid that - making sure critical expertise is transferred, not hoarded.
A Simple Guide to Shared Memory in Python
Logarithmic vs. Linear Scales: When Should You Use Them?
Build Your Own VPN in AWS
How to Setup AWS Amplify Infrastructure with Terraform
A short tutorial on setting up the Terraform infrastructure required for a static web app built with React. The article focuses on the Terraform code and settings needed to set up an AWS Amplify project for continuous deployment. The AWS Amplify project makes use of CodeCommit as a source repository.
What is the Difference Between Java and JavaScript?
How to Programmatically Create Topics in Kafka Using Python
Creating topics using Python and kafka-python or confluent_kafka
32+ funny Code Comments that people actually wrote
Well, This writing will show you how code commenting can be funny too. I have listed some funny code comments people encountered in production code. Note: If you want to learn more about JavaScript…
Angular ViewChild and ViewChildren
This article is focussed on understanding the Usage of @ViewChild and @ViewChildren inside Angular Components. A component can obtain a reference to an element or directive.