Pravin M.Dpravinmd.hashnode.dev·Dec 1, 2023Power of Dynamic Templating with Handlebars.jsHey fellow developers, Today, I'm thrilled to dive into the world of Handlebars.js—a fantastic templating engine that has significantly enhanced my frontend development journey. If you're seeking a tool that simplifies dynamic content generation with...DiscussJavaScript
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 28, 2023AWS CloudFormation - AWS resources to establish database connectivity across AWS accountsIntroduction: The provided #AWS CloudFormation template offers a comprehensive solution for establishing and maintaining database connectivity across different #AWS accounts or VPCs. In a dynamic and distributed AWS environment, the template automate...DiscussDevops
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Nov 21, 2023AWS Cloud Formation — Day 9AWS CloudFormation? AWS CloudFormation is like a magic recipe book for building your digital world on Amazon Web Services (AWS). It's a tool that helps you create and manage all the different pieces of your cloud setup—like virtual servers, databases...Discuss·392 readsAWS
Mauro GarciaforSpiroKit's blogblog.spirokit.com·Nov 10, 2023Announcing SpiroKit for SaaSBuilding a Mobile SaaS from scratch with React Native can be time-consuming and complex. From setting up analytics, payments, and error reporting to building an authentication flow or setting up push notifications, there's a lot to be done, and integ...Discuss·35 readsExpo
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 31, 2023AWS CloudFormation Template -Multi-Factor Authentication (MFA) for AWS IAM usersIntroduction: The provided #AWS CloudFormation template is a powerful tool for enforcing #Multi-Factor Authentication (MFA) policies within an #Amazon Web Services (AWS) Identity and #Access Management (IAM) environment. MFA is a critical security me...DiscussAWS
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 31, 2023Automating CI/CD Pipeline Creation with AWS CloudFormation and AWS CodeBuildIntroduction: #AWS (Amazon Web Services) offers a wide range of tools and services to streamline the deployment process, and one of the key services for infrastructure as code is AWS CloudFormation. In this document, we will explore an #AWS CloudForm...Discusscloudformation
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 30, 2023Creating a Secure AWS Cognito User Pool with AWS CloudFormationIntroduction AWS Cognito is a robust service that provides user authentication and authorization for your web and mobile applications. When using Cognito, it’s essential to configure it properly through #AWS CloudFormation templates, which allow you ...DiscussCognito
WrapPixelwrappixel.hashnode.dev·Oct 25, 2023What is NextJs? Why Should You Use it in 2023? NextJs Pros and Cons GuideIntroduction NextJs is a popular open-source framework used for building server-side rendered (SSR) React applications. It provides a range of features that make building complex and performant web applications easier. In this article, we'll take a c...DiscussNext.js
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 16, 2023Simplified API Gateway Deployment with AWS CloudFormationIntroduction :- In the ever-evolving landscape of software development, building and deploying APIs quickly and efficiently is paramount. AWS CloudFormation, a service offered by #AmazonWebServices (AWS), has emerged as a powerful tool for managing a...Discussaws-apigateway
Timo SpringforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Oct 16, 2023Ditch the Template Chaos - Angular Dynamic Components LoadingSometimes you have to deal with handling various views for different data types. In this article, we explore dynamic components loading in Angular. Problem Let's say we are fetching a list of cameras and camera equipment for our glorious online shop....Discuss·2 likes·80 readsAngular