JOY SAM RAJjoysam.hashnode.dev·Oct 27, 2024Debugging React Native or React.js application in Mobile (On same wifi)Have you ever tried to debug React Native application or React.js application on Mobile devices? It might not work because, Everything might be working on local setup. But when it comes to mobile it might start throwing errors. It is because the http...1 likeReact
Harsh Goswamicoderg-tales.hashnode.dev·Sep 26, 2024Managing Collaboration in Projects with GitHub 🌟🚀 This blog will cover best practices for managing local development with live code on GitHub. ✨ GitHub is more than just a version control system; it’s a platform that fosters collaboration among developers. With features like branching, pull reque...1 likeCodeQuaily
Tran Tuanwww.tranit.co·Sep 22, 2024OrbStack.dev: The Best Lightweight Tool for DevelopersIn the world of software development, efficiency and performance are paramount. OrbStack emerges as a game-changer, offering a seamless and efficient alternative to Docker Desktop for Mac users. Here’s why OrbStack is the go-to solution for developer...38 readsorbstack
Naren Pnaren4b.hashnode.dev·Sep 15, 2024🐬Step-by-Step Guide to Setting Up Multiple Kind Clusters on a Single Host🐬In this blog post, I explain how to Step-by-Step Guide to Setting Up Multiple Kind Clusters on a Single Host and set up secure communication between pods in different clusters. Whether you're looking to enhance your Kubernetes knowledge, or simply in...41 readsKubernetes
Tran Tuanwww.tranit.co·Aug 31, 2024Discover Helo: Simplified Local Mail Development TestingIntroduction In the realm of software development, testing email functionality is crucial to ensure that communications are sent correctly and received as intended. Helo is a powerful tool designed to facilitate local email testing by catching outgoi...helo local email testing
Tran Tuanwww.tranit.co·Aug 31, 2024How to Easily Set Up Local Development with Lando and Dockerhttps://lando.dev/ Lando is a powerful, open-source, local development environment and DevOps tool built on Docker container technology. It simplifies the process of setting up and managing local development environments for various projects, making...33 readslocal development
Daniel von Rohrblog.dvonrohr.com·Jul 27, 2024Streamline Local Development on macOS: Custom Domain Names for Docker and ServicesSetting up a local domain name on OSX can streamline your development process by allowing you to access your Docker containers or other services via a custom, easy-to-remember URL. This is particularly useful for multisite applications, as it lets yo...development
Ahmad W Khanblog.ahmadwkhan.com·Jun 23, 2024How to run your own LLM locallyRunning LLMs like Ollama and Langchain locally allows developers to harness powerful language models for diverse natural language processing tasks directly on their machines. This comprehensive guide provides an in-depth walkthrough from setup to adv...116 readsllm
Platformwaleplatformwale.hashnode.dev·Aug 15, 2023Setting Up a Kubernetes Cluster with a Local Registry and Ingress in Docker using KINDKubernetes in Docker (kind) is a tool that allows you to run Kubernetes clusters locally using Docker container "nodes". It's a great tool for developers who want to test their applications in a Kubernetes environment without the overhead of a full-s...Kubernetes
VIVEK RAJYAGURUvivekrajyaguru.hashnode.dev·Apr 15, 2023Become an AWS SAM Pro: Tips and Tricks for Running Lambda Functions LocallyAs we move towards the cloud-native era, the demand for serverless architecture is on the rise. AWS SAM (Serverless Application Model) is a framework for creating serverless applications using AWS Lambda, API Gateway, and other AWS services. AWS SAM ...49 readsaws lambda