SPSonalika Patelinsonablogs.hashnode.dev·Mar 11 · 3 min readWhat It Takes to Become a Hands-On Security ArchitectBecoming a hands-on Security Architect isn’t just about leading teams or writing policies. It’s about rolling up your sleeves, evaluating complex systems, designing secure solutions, and translating r00
SPSonalika Patelinsonablogs.hashnode.dev·Mar 10 · 4 min readAutomate Your Email Workflow with n8n, Gmail, and AirtableManaging emails manually can be time-consuming and error-prone, especially when you’re tracking tasks, leads, or support tickets. Fortunately, with n8n, Gmail, and Airtable, you can create a powerful 00
SPSonalika Patelinsonablogs.hashnode.dev·Mar 6 · 3 min readAutomating S3 Bucket Creation Using AWS CloudFormation and BashManaging AWS infrastructure manually can be repetitive and error-prone. In this tutorial, I’ll show you how to automate the creation of an S3 bucket using AWS CloudFormation (CFN) and a Bash deploymen00
SPSonalika Patelinsonablogs.hashnode.dev·Sep 12, 2024 · 6 min readMigrating from Amazon Redshift to Snowflake: A Comprehensive GuideMigrating from Amazon Redshift to Snowflake: A Comprehensive Guide As organizations continue to scale and deal with increasing amounts of data, the need for more powerful, flexible, and cost-efficient00
SPSonalika Patelinsonablogs.hashnode.dev·Sep 12, 2024 · 2 min readTop 10 Patterns in software architectureDesign PatternPurposeExample Singleton PatternEnsures that a class has only one instance and provides a global point of access to that instance.Used in logging systems, database connections, and configuration settings. Factory Method PatternDefin...00