Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Nov 19, 2024Kubernetes 101: Part 12 : ETCD, KubeAPI server, Controller, Kube-scheduler, Kubelet, Upgrade cluster, backup etcdETCD ETCD is an open-source, distributed key-value store that is used to store that is simple, secure and fast A Key value store This format is to store values in the format of key-value pair How to install etcd? Download binaries and then extract i...Discuss·1 likeFrom Linux to Kubernetes Expert#etcd-backup
Hugo Tavareshugotav.hashnode.dev·Nov 5, 2024MVC: The Superhero Trio of Web DevelopmentWhen building web apps, the MVC (Model-View-Controller) pattern provides a structured approach that enhances manageability, scalability, and collaboration. Models handle data, Views display information, and Controllers manage interactions, making dev...Discussmvc
Sri KrishnaforTech Crusadingtechcrusading.hashnode.dev·Oct 19, 2024Choosing the Right Microcontroller: A Comparison of Arduino, ESP8266, ESP32, and STM32f4 seriesMicrocontroller platforms play a pivotal role in modern electronics, enabling developers to build everything from basic hobbyist projects to sophisticated IoT systems. In this blog, we will compare four popular microcontroller platforms—Arduino, ESP8...Discuss·2 likes·86 readsiot Projects
Anasanasmansuri.hashnode.dev·Oct 8, 2024Exploring the Components of Kubernetes Architecture𝐠𝐑𝐏𝐂 𝐯𝐬. 𝐑𝐄𝐒𝐓 gRPC: Created by Google in 2015 for ultra-fast service communication. Uses HTTP/2 and Protocol Buffers (protobuf) for efficient, compact data transfer. features:Speed: Faster data transfer in binary format.Multiplexing: Multip...DiscussKubernetes
Samuel Agyeistero.hashnode.dev·Oct 1, 2024Laravel Controllers 202: Advanced Techniques and Best PracticesBuilding on the fundamentals of Laravel controllers, this guide takes a deep dive into advanced techniques that enhance the way controllers manage application logic, handle routing, interact with models, and improve code maintainability. While the ba...Discuss·1 like·1.4K readsadvanced laravel
Samuel Agyeistero.hashnode.dev·Sep 26, 2024FeaturedLaravel Controllers 101: A Comprehensive GuideLaravel is a PHP web framework known for its elegant syntax and powerful tools. One of its core components is the Controller, which helps manage the application logic, route handling, and data flow. Controllers serve as a crucial bridge between the u...Discuss·25 likes·417 readsLaravel
Aditya Kamathkamathsblog.com·Aug 30, 2024Building a Pan-Tilt MechanismBefore I begin, note that this post follows an earlier article about driving serial bus servo motors, where I tried different things with the Feetech STS3215 motors and their SCServo_Linux C++ library. This was all in the context of the 3-wheeled omn...Discuss·157 readsROS 2robotics
Mehdi Jaimjdev.vercel.app·Jul 29, 2024Step-by-Step Guide to Creating a NodeJS/ExpressJS API Using Controller PatternIntroduction Abstraction is a core objective of programming language frameworks, including LaravelPHP, NestJS, and ASP.NET. These frameworks implement the MVC (Model-View-Controller) pattern, effectively abstracting HTTP handling, routing, and databa...DiscussNodeExpAPIcontrollers
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jul 23, 2024NestJS Module Best Practices for Clean Code OrganizationNestJS is a powerful framework for building server-side applications using Node.js. It is built with TypeScript and offers an out-of-the-box application architecture that allows for the creation of highly testable, scalable, and maintainable applicat...Discuss·38 likes·147 readsmodular approach
Ankita Lunawatcloudhub2295.hashnode.dev·Jul 19, 2024Blue-Green Deployments with Argo RolloutsThis article uses Open Shift GitOps to deploy the Argo Rollouts progressive delivery controller. It walks through a Blue-Green deployment. Blue-Green Deployment is a technique that reduces downtime and risk by running two identical production environ...Discuss·1 likeblue-green