Tuanhdotnettuanhnet.hashnode.dev·9 hours agoTechniques for Using Repeat Annotation in Java: Unlocking Its Power with Code Examples and DemosSource: Techniques for Using Repeat Annotation in Java: Unlocking Its Power with Code Examples and Demos 1. Understanding Repeatable Annotations in Java Repeat annotations offer a way to apply the same annotation to a target multiple times. Be...Java
Luis Ochoakodiakk.hashnode.dev·Feb 14, 2025SSH: Instalación y Configuracion¿Qué es SSH? SSH son las siglas de Secure Shell, un protocolo de red diseñado para permitir el acceso remoto a una terminal de manera segura. A diferencia de su antecesor, Telnet, el tráfico que utiliza SSH está cifrado, lo que garantiza la confidenc...THServerssh
Matheus Rochamatheusrocha.dev·Jan 30, 2025Como usar um vite.config.ts diferente no ambiente localSe você trabalha com Vite + Vue.js e precisa de uma configuração específica apenas no seu ambiente de desenvolvimento local, uma solução simples é criar um arquivo de configuração separado e utilizá-lo apenas ao iniciar o servidor localmente. Isso po...Vue.js
Himanshu NikhareforSideQuirk Blogssidequirk.com·Jan 28, 2025Supercharge Your Terminal: Mastering Zsh with Powerlevel10k and Essential PluginsIf you’re looking to supercharge your terminal, Zsh (Z shell) is one of the best tools you can use. Combined with Oh My Zsh, Powerlevel10k, and a suite of plugins, you can transform your terminal into a highly efficient, visually appealing, and power...zsh
Ankita Lunawatcloudhub2295.hashnode.dev·Jan 23, 2025ArgoCD Deep Dives...ArgoCD is a GitOps tool for Kubernetes that automates application deployment from Git repositories, ensuring they match the declared configuration while providing secure and scalable lifecycle management. Traditional continuous delivery methods often...ArgoCD
GAJULA VAISHNAVIvaishnavidevdiary.hashnode.dev·Jan 3, 2025Everything You Need to Know About Spring CoreContainer It is a program/App that manages the life cycle of the given component. Why We need the containers? Web Applications /Dynamic Applications are network/internet based they have lots of simultaneous requests from lots end users , so to receiv...spring bean
Rohit Tewarirohittewari.hashnode.dev·Dec 28, 2024Managing Multiple GitHub Accounts on One Computer: A Step-by-Step GuideIntroduction Managing multiple GitHub accounts on a single computer can seem daunting, but with a structured approach, it becomes straightforward and efficient. Let’s suppose you have two GitHub accounts, https://github.com/rohit-office and https://g...Git
Rhythm Rawatrhythmblogs.hashnode.dev·Dec 21, 2024How to Deploy Django on Vercel?Recently I consulted a client where I helped him deploy his django application on vercel successfully. So, I thought of documenting this process so as to help you deploy your django application on vercel for free. Step 1: Add a vercel.json Configurat...30 readsDjango
Rahul ayandsadevchamp.hashnode.dev·Dec 20, 2024How to change the font style and theme in Eclipse editor?For font related changes Move your cursor to ‘Window’ Left click on ‘window’ A drop down menu appears Left click on ‘Preferences’ A dialog box appears like the image below Next go to General > Appearance > Colors and Fonts go to Basic > Tex...IDEs
Jason Joseph Nathangeekist.co·Dec 20, 2024Wildcard SSL and BeyondThis is the third article in the Taming Nginx series, where we explore creative ways to configure Nginx. In this article, we focus on securing your web server with SSL, wildcard certificates, and we touch on mutual SSL. So far, we've covered: Smarte...27 readsmutual-ssl