Balraj Singhbalrajsingh.hashnode.dev·Nov 1, 2024DevOps Love Story: CI/CD Pipeline for Valentine's DayThis Valentine’s Day DevOps CI/CD project provides a fun DevOps-themed guide using Jenkins, SonarQube, Docker, and Trivy. It focuses on a playful web app with a Valentine's theme. The project shows how to set up a complete pipeline, from configuring ...Discuss·32 readsDocker compose
Lucy ZhangforNocoBase's blognocobase.hashnode.dev·Oct 29, 2024Top 5 Open-source App Builder Tools with the Most GitHub StarsOriginally published at Top 5 Open-source App Builder Tools with the Most GitHub Stars - NocoBase. Welcome to the seventh article in the series ranking GitHub Stars—today, we’ll explore the most popular app builder tools. Previously, we have delved i...DiscussGitHub
Romman Sabbirrommansabbir.com·Oct 27, 2024Android Security Approaches: Encryption and Secure PracticesIn this article, we explore essential security techniques and encryption methods to protect Android applications. Covering a broad spectrum of security approaches, we highlight the use of data encryption (AES, RSA, and Android KeyStore), secure user ...Discuss·88 readsAndroid : Security, Encryption and Secure Practicesapproaches
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 25, 2024Applications / ServicesApplication / Services Here we can take example of client – server architecture In Client side the piece of code is running , and the Server side piece of code is running these both will I tract to each other and provides the required data Client App...DiscussApplications
Balraj Singhbalrajsingh.hashnode.dev·Oct 25, 2024Spotify on Terraform: A DevOps Journey!In this blog, we will use Terraform to construct many Spotify playlists. Terraform will automatically create and maintain these playlists. Prerequisites Before getting started on this project, you need to be familiar with the following tools and acc...Discuss·51 readsTerraform
Keerthi Ravilla Subramanyamkeerthiravillasubramanyam.hashnode.dev·Oct 23, 2024How to Build an AWS Translator: A Beginner-Friendly TutorialIn this project, we will create a voice translation app that utilizes robust AWS services to bridge communication gaps between different languages. By leveraging AWS Lambda, Amazon Translate, and Amazon Polly, our app will process user input, transla...Discuss·11 likes·27 readsAWS cloudAWS
Abigeal Afolabiarbythecoder.hashnode.dev·Oct 16, 2024Deploying a Serverless Application with AWS Lambda and EventBridge: A Detailed Guide Day 30 of my 90 -Day Devops JourneyWelcome to day 30! This guide details creating a serverless application using Node.js, AWS Lambda, and EventBridge, triggered by S3 file uploads. Before You Begin: AWS Account: You need an active AWS account. IAM User with Permissions: Create an IA...Discussserverless
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 16, 2024The Terraform Technique That’s Changing the Game for Snowflake SAML/Security IntegrationOverview :- Terraform has become an essential tool for managing infrastructure as code, and its integration with Snowflake’s SAML and security features is making waves in the data management world. This technique streamlines the process of setting up...Discusssnowflake
Balraj Singhbalrajsingh.hashnode.dev·Oct 10, 2024Blue-Green Deployment Project: Zero-Downtime DeploymentsIn this blog, we will explore how to set up a Blue-Green deployment pipeline using Jenkins and Kubernetes. This method helps minimize downtime and reduce risks during application updates. Let's dive into the details! Prerequisites Before diving into ...Discuss·2 likes·140 readsKubernetes
Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024Understanding Application Programming Interfaces (API)You've probably heard the term API thrown around a lot, especially if you're involved with technology or software development. But what exactly are APIs, and why do they matter so much? In this post, we’ll break down what APIs are, how they work, and...DiscussProgramming FundamentalsAPIs