Topics:
- OSI Model and Layers: Software Engineers should focus on layer 7 (application layer, where HTTP resides) and layer 4 (transport protocols like TCP/IP and UDP).
- The application layer: HTTP Request/Response format, HTTP Methods, HTTP Headers.
- Transport Layer - TCP/IP vs UDP, three-way handshake.
- Future of HTTP: HTTP2.0 and HTTP3.0.
- System Design: HTTP's stateless nature allows for horizontal scaling and load balancing
Learn how to use the LinkedIn API to automate content sharing on LinkedIn and other social media platforms.
LinkedIn API, OAuth2, and Open Graph meta tags can streamline your content sharing. Automate and enhance your social media marketing with these insights.
Are you tired of wrestling with YAML in your Kubernetes workflows? Look no further – CueLang might be the solution you've been searching for. CUE (Configure Unify Execute) is an open-source language with robust APIs and tooling that simplifies the process of defining, generating, and validating data configurations.
In this article, we are going to use Apko to build a container image called debug-tools that contains some command line tools. I use this image to debug my Kubernetes applications with ephemeral containers.
buikdpacks is actually used by Google cloud to build container images from your app source code.
i used dockerslim in the past and i was impressed. i didn't add to the article since i wasn't aware it became a CNCF protect. I wasn't sure who was using it.
Node-shell is a kubectl plugin that allows running a privileged pod on Kubernetes, granting you access to node resources. It's a handy tool that can be installed using krew, a plugin manager for the kubectl command line tool. Once installed, you can effortlessly open a shell to any node of your cluster.