<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Nicole C]]></title><description><![CDATA[Nicole C]]></description><link>https://nicoletalkstech.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 21:10:43 GMT</lastBuildDate><atom:link href="https://nicoletalkstech.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Evolving in the Cloud: My 2024 Tech Journey]]></title><description><![CDATA[Happy 2024! I've been absent for a while, caught up in a whirlwind of exciting developments. My last update had me preparing for my Solutions Architect certification, a journey still in progress. The brief hiatus was due to my involvement in several ...]]></description><link>https://nicoletalkstech.hashnode.dev/evolving-in-the-cloud-my-2024-tech-journey</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/evolving-in-the-cloud-my-2024-tech-journey</guid><category><![CDATA[tech journey]]></category><category><![CDATA[Cloud]]></category><category><![CDATA[#cybersecurity]]></category><category><![CDATA[technology]]></category><category><![CDATA[AWS]]></category><category><![CDATA[Machine Learning]]></category><category><![CDATA[Career]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Thu, 01 Feb 2024 01:38:31 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/IUY_3DvM__w/upload/ac8bc65a8350c8bc47d7a8e9189d0b1e.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Happy 2024! I've been absent for a while, caught up in a whirlwind of exciting developments. My last update had me preparing for my Solutions Architect certification, a journey still in progress. The brief hiatus was due to my involvement in several incredible projects and a transition into a new role at the close of 2023. Yes, fellow tech enthusiasts, it's been a hectic time!</p>
<p>However, I've made a 2024 resolution: to document my journey more diligently. Not just for sharing insights but for personal reflection too. The past two years in the tech sphere have been nothing short of remarkable. My journey began as an IT Business Analyst, led me to relocate to Seattle, and allowed me to deepen my cloud expertise.</p>
<p>Focusing my career trajectory has become my priority. In the past, I dabbled in various areas - Data Analytics, Databases, Machine Learning, to name a few. But as I shift from a functional to a more technical role, honing skills specific to my niche is crucial. I've transitioned from a Cloud Billing Analyst to a Reserved Instance Operations Analyst, which has sparked a deeper interest in cloud technologies. Cloud management, along with identity and access management (IAM), and security, are fundamental aspects of this field. In my current role, I'm gaining hands-on experience with IAM policies and permissions, and I'm eager to delve further into cloud security.</p>
<p>While AI and Machine Learning will always be passions of mine, I recognize the importance of bolstering my cloud knowledge, especially since I'm already immersed in this realm and genuinely enjoy it.</p>
<p>I've completed the AWS Educate 'Getting Started with Security' program, gaining insights into various security products through hands-on labs, focusing on setting up users and roles with IAM. Additionally, I've enrolled in the Junior Cybersecurity Analyst course with Cisco, to lay a solid foundation in cybersecurity and aim for the CCST certification.</p>
<p>My goal is to obtain the Solutions Architect certification by the second quarter of this year. My approach this year is intentional learning: building projects, expanding my network, and sharing experiences - the triumphs, the challenges, and the strategies that keep me moving forward.</p>
<p>"The Marathon Continues." Stay tuned to witness my growth in 2024 and keep an eye out for something special I'll be unveiling soon!</p>
]]></content:encoded></item><item><title><![CDATA[Chronicles of a Cloud Builder: Database Dimensions of AWS]]></title><description><![CDATA[Greetings from the Cloud Frontier!
The path of a Solutions Architect is laden with continuous learning and achievements. As I journey through AWS, I’m excited to share that I’ve been awarded the AWS Educate Badge for ‘Getting Started with Databases’....]]></description><link>https://nicoletalkstech.hashnode.dev/chronicles-of-a-cloud-builder-database-dimensions-of-aws</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/chronicles-of-a-cloud-builder-database-dimensions-of-aws</guid><category><![CDATA[AWS]]></category><category><![CDATA[AWS RDS]]></category><category><![CDATA[Databases]]></category><category><![CDATA[learning]]></category><category><![CDATA[Cloud]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Sun, 20 Aug 2023 18:19:06 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1692555299960/c9c22ff9-b8f4-423a-b462-ac622074ba4a.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Greetings from the Cloud Frontier!</p>
<p>The path of a Solutions Architect is laden with continuous learning and achievements. As I journey through AWS, I’m excited to share that I’ve been awarded the AWS Educate Badge for ‘Getting Started with Databases’. A recognition that both humbles and motivates me!</p>
<p>This week, my focus was sharpened on the dynamic world of databases.</p>
<p><strong>Unlocking Database Essentials</strong></p>
<p>Databases are structured repositories, ensuring data consistency, integrity, and often, redundancy. But, as with every topic, there are depths to plumb.</p>
<p><strong>Relational vs. Non-relational Databases: A Duel of Dynamics</strong></p>
<pre><code class="lang-plaintext">Relational Databases (RDBMS):
•    Tables with predefined schema.
•    ACID properties (Atomicity, Consistency, Isolation, Durability) at  its core.
• Example: MySQL, PostgreSQL.
</code></pre>
<pre><code class="lang-plaintext">Non-relational Databases (NoSQL):
•    Schema-less data models offering flexibility.
•    Built for scalability and distributed systems.
•    Example: MongoDB, Cassandra.
</code></pre>
<p><strong>AWS: The Database Beacon</strong></p>
<p>With AWS’s broad database services portfolio:</p>
<p>• Amazon RDS: For relational databases.</p>
<p>• Amazon DynamoDB: The NoSQL giant.</p>
<p>• Amazon Redshift: Your data warehousing partner.</p>
<p><strong>A Closer Look at Amazon RDS</strong></p>
<p>From features like automatic backups and snapshots to benefits like offloading routine tasks to AWS, RDS stands out.</p>
<p>Web apps, e-commerce, gaming, and analytics? RDS has you covered!</p>
<p><strong>Setting up RDS: Demystified</strong></p>
<pre><code class="lang-plaintext">1.    Dive into the RDS Console on AWS.
2.    Create Database beckons you.
3.    Choose your database engine.
4.    Set up, configure, and get your endpoint to connect.
</code></pre>
<p><strong>Engaging with SQL: The Command Conquest</strong></p>
<p>Connect to your RDS using tools tailored for your database, like MySQL Workbench for MySQL. With SQL, from SELECT to INSERT, data manipulation becomes a breeze.</p>
<p>In wrapping up, the AWS Educate Badge is not just an achievement, but a milestone in my journey. As the cloud stretches infinitely above, I’m here, eager to explore its vastness with all of you.</p>
<p>For deeper engagements or insights, feel free to connect. Until our next cloud rendezvous, keep soaring!</p>
<p>To equip myself for the CSA certification, I found immense value in resources like:</p>
<ol>
<li><p>Cloud Guru</p>
</li>
<li><p>AWS Skill Builder</p>
</li>
<li><p>AWS Educate</p>
</li>
<li><p>Coursera</p>
</li>
<li><p>Adrian Cantrill’s CSA Course</p>
</li>
<li><p>Cloud Up for Solutions Architect</p>
</li>
</ol>
<p>I’d love to hear about your experiences with Databases or AWS in general. Please leave a comment below or connect with me on Twitter @NicoleTalksTech. Stay tuned for more tech discussions!</p>
]]></content:encoded></item><item><title><![CDATA[Architecting the Future: My Exploration of AWS Elastic Block Storage and Elastic File System.]]></title><description><![CDATA[Greetings from the Cloud Frontier! Welcome back to my tech corner, fellow cloud enthusiasts!
Diving Deep into AWS: Elastic Block Storage & Elastic File System
If you’ve been keeping up with my recent posts, you’re aware that I’m navigating through th...]]></description><link>https://nicoletalkstech.hashnode.dev/architecting-the-future-my-exploration-of-aws-elastic-block-storage-and-elastic-file-system</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/architecting-the-future-my-exploration-of-aws-elastic-block-storage-and-elastic-file-system</guid><category><![CDATA[Cloud]]></category><category><![CDATA[AWS]]></category><category><![CDATA[Learning Journey]]></category><category><![CDATA[technology]]></category><category><![CDATA[Blogging]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Sat, 12 Aug 2023 00:35:10 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/WELyMatW3mw/upload/5d40f6f1db2a443c5aece9171ffc08d2.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Greetings from the Cloud Frontier! Welcome back to my tech corner, fellow cloud enthusiasts!</p>
<p><strong>Diving Deep into AWS: Elastic Block Storage &amp; Elastic File System</strong></p>
<p>If you’ve been keeping up with my recent posts, you’re aware that I’m navigating through the AWS Cloud Solutions Associate (CSA) certification. This week, let’s delve into the very heart of Amazon Web Services (AWS): Elastic Block Storage (EBS) and Elastic File System (EFS).</p>
<p><strong>EBS: An Insider’s Review</strong></p>
<p>Amazon Elastic Block Storage (EBS) provides storage volumes that can be attached to EC2 instances. You can employ them just like you’d use a standard system disk to:</p>
<ul>
<li><p>Create a file system</p>
</li>
<li><p>Run a database</p>
</li>
<li><p>Run an operating System</p>
</li>
<li><p>Store data</p>
</li>
<li><p>Install applications</p>
</li>
</ul>
<p><strong>The Advantages of EBS</strong></p>
<p>EBS is crafted for mission-critical tasks. It boasts automatic replication within a single availability zone for protection against hardware hiccups. Plus, scaling is seamless, ensuring no disruption or lag to active systems..</p>
<p><strong>EBS Varieties:</strong></p>
<ol>
<li><p><strong>General Purpose SSD(gp2)-</strong>Best for boot volumes or for testing and development applications that aren’t latency-sensitive.</p>
</li>
<li><p><strong>General Purpose SSD(gp2):</strong>Tailored for high-performance needs at an economical price. Examples: MySQL, Cassandra, virtual desktops, and Hadoop analytics. They’re 4x speedier than the top speed of regular gp2 volumes.</p>
</li>
<li><p>Provisioned IOPS SSD(io1): Meant for I/O-focused apps, large databases, and tasks that can’t tolerate latency</p>
</li>
<li><p>Provisioned IOPS SSD(io2): Created for I/O-heavy apps, substantial databases, latency-sensitive tasks, and apps requiring utmost durability</p>
</li>
<li><p>Througput HDD: A budget-friendly HDD option, ideal for storing vast amounts of data. Note: It’s not suitable as a boot volume</p>
</li>
<li><p>Cold HDD (SC1): Optimal for infrequently accessed data when you’re prioritizing cost over performance. It can’t be used as a boot volume.</p>
</li>
</ol>
<p><strong>EFS Uncovered: What’s the Amazon Elastic File System?</strong></p>
<ul>
<li><p>It’s a managed NFS mountable on various EC2 instances across multiple availability zones.</p>
</li>
<li><p>Operates on a pay-per-use model.</p>
</li>
<li><p>Although highly scalable and available, it leans toward the pricier end.</p>
</li>
<li><p>Perfect for content management systems and web servers.</p>
</li>
<li><p>Utilizes the NFSv4 protocol.</p>
</li>
<li><p>Compatible with Linux-based AMI( Windows not supported at this time)</p>
</li>
<li><p>Encryption at rest using KMS</p>
</li>
<li><p>Pairs well with Linux-based AMIs. (Sorry, Windows isn’t compatible at the moment).</p>
</li>
<li><p>Features encryption at rest using KMS.</p>
</li>
<li><p>The file system auto-scales, so there’s zero need for capacity planning</p>
</li>
</ul>
<p><strong>The Takeaway</strong></p>
<p>Elastic Block Storage and Elastic File System offer users storage solutions similar to saving on a traditional hard drive.</p>
<p>To equip myself for the CSA certification, I found immense value in resources like:</p>
<ol>
<li><p>Cloud Guru</p>
</li>
<li><p>AWS Skill Builder</p>
</li>
<li><p>AWS Educate</p>
</li>
<li><p>Coursera</p>
</li>
<li><p>Adrian Cantrill’s CSA Course</p>
</li>
<li><p>Cloud Up for Solutions Architect</p>
</li>
</ol>
<p>I’d love to hear about your experiences with EC2 or AWS in general. Please leave a comment below or connect with me on Twitter @<a target="_blank" href="https://twitter.com/NicoleTalksTech">NicoleTalksTech</a>. Stay tuned for more tech discussions!</p>
]]></content:encoded></item><item><title><![CDATA[Wk 3 Expedition into the Cloud:  My Exciting AWS Solutions Architect Certification Journey]]></title><description><![CDATA[Welcome back to my tech corner, fellow cloud enthusiasts!
If you’ve been following my recent posts, you’ll know I’ve been deeply entrenched in my AWS Cloud Solutions Associate (CSA) certification journey. And this week, we’re diving into the cornerst...]]></description><link>https://nicoletalkstech.hashnode.dev/wk-3-expedition-into-the-cloud-my-exciting-aws-solutions-architect-certification-journey</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/wk-3-expedition-into-the-cloud-my-exciting-aws-solutions-architect-certification-journey</guid><category><![CDATA[AWS]]></category><category><![CDATA[ec2]]></category><category><![CDATA[Cloud]]></category><category><![CDATA[Cloud Computing]]></category><category><![CDATA[learning]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Tue, 01 Aug 2023 00:25:21 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/jXd2FSvcRr8/upload/b0005ad6eba77161936554b5052e95f5.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3 id="heading-welcome-back-to-my-tech-corner-fellow-cloud-enthusiasts">Welcome back to my tech corner, fellow cloud enthusiasts!</h3>
<p>If you’ve been following my recent posts, you’ll know I’ve been deeply entrenched in my AWS Cloud Solutions Associate (CSA) certification journey. And this week, we’re diving into the cornerstone of Amazon Web Services (AWS): the Elastic Compute Cloud, or as we know it, EC2.</p>
<h3 id="heading-an-insiders-review-of-amazon-ec2"><strong>An Insider’s Review of Amazon EC2</strong></h3>
<p>Being recently appointed as a Subject Matter Expert (SME) for EC2 billing in my current role has put me right at the heart of AWS’s premier service. This opportunity provided an invaluable hands-on understanding, which I am eager to share with you today.</p>
<h3 id="heading-ec2-in-a-nutshell"><strong>EC2 in a Nutshell</strong></h3>
<p>EC2 stands for Elastic Compute Cloud. Essentially, it is a virtual machine, only hosted in the AWS cloud environment instead of your local data center. This dynamic service forms the bedrock of AWS, providing secure and resizable compute capacity at the tips of your fingers.</p>
<h3 id="heading-the-strengths-of-ec2"><strong>The Strengths of EC2</strong>:</h3>
<p>The beauty of EC2 lies in its cost-effectiveness, scalability, and reliability.</p>
<ol>
<li><p><strong>Cost-Effective</strong>: EC2 adopts a pay-as-you-go model, which means you pay only for the resources you use. No more expensive hardware investments or paying for unused resources. It’s a game-changer for startups and established businesses alike.</p>
</li>
<li><p><strong>Scalable:</strong> Whether it’s accommodating an influx of users during peak hours or powering a data-intensive application, EC2’s ability to scale up or down on demand is a boon for businesses.</p>
</li>
<li><p><strong>Reliable:</strong> EC2 is built for fault tolerance. If an instance fails, AWS automatically redirects the traffic to another instance, ensuring your business remains unaffected.</p>
</li>
</ol>
<h3 id="heading-a-pricing-model-for-every-use-case"><strong>A Pricing Model for Every Use Case</strong></h3>
<p>EC2’s pricing model is a one-size-fits-all solution. It provides different options catering to varied business needs:</p>
<ul>
<li><p>On -Demand</p>
<ul>
<li>Ideal for short-term, irregular workloads that cannot be interrupted..</li>
</ul>
</li>
<li><p>Reserved</p>
<ul>
<li>Reserve capacity up to 1 to 3 years. Receive up to 72% discount on the hourly charge.</li>
</ul>
</li>
<li><p>Spot</p>
<ul>
<li>Great for flexible start and end times, or for workloads that are feasible at very low compute prices.</li>
</ul>
</li>
<li><p>Dedicated</p>
<ul>
<li>: Best for regulatory requirements that may not support multi-tenant virtualization.</li>
</ul>
</li>
</ul>
<h3 id="heading-scaling-ec2s-crowning-glory"><strong>Scaling: EC2’s Crowning Glory</strong></h3>
<p>EC2’s ability to scale seamlessly is undoubtedly its most powerful feature. The vertical scaling option lets you adjust the computational power, memory, and disk space of your instances. On the other hand, horizontal scaling allows adding or removing instances based on traffic demands. This flexibility ensures your application always has just the right amount of resources at its disposal..</p>
<p><strong>Vertical Scaling</strong> -Option to change your instance type . You can scale up or down, as needed for computing power, memory , disk space, and more.</p>
<p><strong>Horizontal Scaling</strong> -The process of adding or removing Amazon EC2 instance depending on the traffic demands. This process can be automated with Amazon EC2 scaling service. With horizontal scaling, you can add as many instances needed for the computing job and terminate them when they are no longer needed.</p>
<h3 id="heading-amazon-ec2-instance-lifecycle"><strong>Amazon EC2 Instance Lifecycle</strong></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1690847582565/fbd88366-c24e-4930-be19-76f2c7e19c93.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-aws-computing-services-included"><strong>AWS Computing Services included</strong> :</h3>
<ul>
<li><p>Amazon EC2</p>
</li>
<li><p>AWS Lamda</p>
</li>
<li><p>Amazon ECS</p>
</li>
<li><p>Amazon KBS</p>
</li>
<li><p>AWS Fargat</p>
</li>
<li><p>AWS Elastic Beanstalk</p>
</li>
</ul>
<h3 id="heading-options-for-launching-ec2-instances"><strong>Options for launching EC2 instances</strong></h3>
<ul>
<li><p>AWS Management Console</p>
</li>
<li><p>AWS CLI</p>
</li>
<li><p>AWS SDK</p>
</li>
<li><p>Through other services</p>
</li>
</ul>
<h3 id="heading-the-bottom-line"><strong>The Bottom Line</strong></h3>
<p>Amazon EC2 is a testament to the future of cloud computing. Its robust capabilities, combined with its scalable architecture, make it a must-have in every IT toolkit. If you’re new to AWS or looking to optimize your cloud infrastructure, I recommend starting your journey with EC2.</p>
<h3 id="heading-i-earned-a-aws-badge"><strong>I Earned a AWS Badge !!!</strong></h3>
<p>Check out my <a target="_blank" href="https://www.credly.com/badges/c16a7333-b425-4647-a383-d7a1856d451f">AWS Educate Badge</a> Getting started with compute badge from credly. There is a Badge to be obtain for each service.</p>
<p>Available on <a target="_blank" href="https://www.awseducate.com">https://www.awseducate.com</a></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1690849055142/ee34a1db-3b7f-41e6-b577-a284ba594a42.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-resources"><strong>Resources</strong></h3>
<p>To equip myself for the CSA certification, I found immense value in resources like:</p>
<pre><code class="lang-coffeescript"><span class="hljs-number">1.</span>    Cloud Guru
<span class="hljs-number">2.</span>    AWS Skill Builder
<span class="hljs-number">3.</span>    AWS Educate
<span class="hljs-number">4.</span>    Coursera
<span class="hljs-number">5.</span>    Adrian Cantrill’s CSA Course
</code></pre>
]]></content:encoded></item><item><title><![CDATA[Expedition into the Cloud: My Exciting AWS Solutions Architect Certification Journey]]></title><description><![CDATA[Welcome back, tech enthusiast! In this series of blog posts, I’m excited to document my journey toward earning the AWS Cloud Solutions Associate (CSA) certification. Although I missed the chance to record my experiences during my AWS Cloud Practition...]]></description><link>https://nicoletalkstech.hashnode.dev/expedition-into-the-cloud-my-exciting-aws-solutions-architect-certification-journey</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/expedition-into-the-cloud-my-exciting-aws-solutions-architect-certification-journey</guid><category><![CDATA[AWS]]></category><category><![CDATA[finops]]></category><category><![CDATA[S3]]></category><category><![CDATA[Cloud]]></category><category><![CDATA[AWS Certified Solutions Architect Associate]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Tue, 25 Jul 2023 04:37:39 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/80sv993lUKI/upload/686eaf9e91c86a14afd432e2016c9b63.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome back, tech enthusiast! In this series of blog posts, I’m excited to document my journey toward earning the AWS Cloud Solutions Associate (CSA) certification. Although I missed the chance to record my experiences during my AWS Cloud Practitioner journey, I’m committed to sharing what I learn each week and the resources I utilize this time around. As part of my certification quest, I’ve enrolled in the AWS CloudUp Program, a program specifically designed to aid women in earning their CSA certification.</p>
<h3 id="heading-week-2-an-insightful-review-of-simple-storage"><strong>WEEK 2: An Insightful Review of Simple Storage</strong></h3>
<p>I’m thrilled to share my adventurous journey toward becoming a dedicated FinOps engineer. Finally, I’ve made my decision! As an avid learner, I’m filled with immense joy as I delve deeper into the intriguing world of cloud computing. Today, I’m eager to share a slice of my journey with all of you.</p>
<h3 id="heading-diving-into-s3"><strong>Diving into S3</strong></h3>
<p>My week began with studying AWS S3, an incredibly simple yet impressively scalable object storage system. Whether it’s photos, videos, text files, and more, S3 can accommodate a variety of data types. However, it’s not designed for running operating systems or databases. One fascinating feature of S3 is its capability to provide unlimited storage for objects, each up to 5 TB in size!</p>
<p>The way S3 operates is somewhat similar to folders, maintaining a globally unique namespace. This uniqueness is strictly enforced that it can’t be duplicated. The concept of version IDs and metadata also formed a crucial part of my learning, playing vital roles in data management and understanding AWS S3’s functionalities.</p>
<h3 id="heading-the-technical-aspects-of-s3"><strong>The Technical Aspects of S3</strong></h3>
<p>Interestingly, I had the opportunity to upload a static website to an S3 bucket, which allowed me a first-hand understanding of versioning, offering an added layer of data protection to our files. I explored the various storage classes and understood the significance of options like frequent and infrequent access, along with Glacier options for long-term storage.</p>
<p>Understanding the difference between governance mode and compliance mode, the concept of a retention period, and legal holds in Glacier Vault were also part of my learning curve this week. This in-depth understanding of AWS services equips me to drive financial efficiency in cloud environments.</p>
<p>Finally, I studied various encryption types like encryption in transit, encryption at rest, server-side encryption, and client-side encryption. The enforcement of these policies for enhanced security formed an important part of my learning journey.</p>
<h3 id="heading-conclusion"><strong>Conclusion</strong></h3>
<p>All these experiences have been instrumental in my development as I strive to become a FinOps engineer. Cloud computing, with its numerous solutions, provides myriad opportunities to explore and learn, and I’m truly relishing every moment of this journey. My aim is to apply these learnings to enhance financial efficiency and operational excellence in the cloud computing realm.</p>
<p>Stay tuned for week 3—I’ll be taking on EC2! As I progress on this enriching path, I promise to share more of my explorations and learnings in future posts. Until then, keep learning and keep innovating!</p>
<p>Resources</p>
<p>To prepare for the AWS CSA certification, I am leveraging the following resources:</p>
<pre><code class="lang-coffeescript"><span class="hljs-number">1.</span>    Cloud Guru
<span class="hljs-number">2.</span>    AWS Skill Builder
<span class="hljs-number">3.</span>    AWS Educate
<span class="hljs-number">4.</span>    Coursera
<span class="hljs-number">5.</span>    Adrian Cantrill’s CSA Course
</code></pre>
<p>Please feel free to comment, share, like, retweet, and follow me on Twitter at @NicoleTalksTech.</p>
]]></content:encoded></item><item><title><![CDATA[Journey to AWS Cloud Solutions Associate Certification]]></title><description><![CDATA[Welcome, tech enthusiasts! In this blog series, I will be documenting my journey towards achieving the AWS Cloud Solutions Associate (CSA) certification. With regret, I missed the opportunity to record my experiences during my AWS Cloud Practitioner ...]]></description><link>https://nicoletalkstech.hashnode.dev/journey-to-aws-cloud-solutions-associate-certification</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/journey-to-aws-cloud-solutions-associate-certification</guid><category><![CDATA[AWS Solution Architect]]></category><category><![CDATA[AWS]]></category><category><![CDATA[Cloud]]></category><category><![CDATA[AWS certification]]></category><category><![CDATA[IAM]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Wed, 12 Jul 2023 03:29:42 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/GnvurwJsKaY/upload/edc7ce33632d11c94a104eabbc1aa681.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome, tech enthusiasts! In this blog series, I will be documenting my journey towards achieving the AWS Cloud Solutions Associate (CSA) certification. With regret, I missed the opportunity to record my experiences during my AWS Cloud Practitioner journey. However, this time around, I am determined to capture what I learn each week and share the resources I use. To support my certification pursuit, I have enrolled in the AWS CloudUp Program, which specifically assists women in obtaining their CSA certification.</p>
<h3 id="heading-about-me">About Me:</h3>
<p>My name is Nicole Denise, and I currently work as an Cloud Analyst. While contemplating my next role in the technical field, I am considering positions such as Cloud Finops Engineer or Cloud Security Engineer. Given my daily utilization of the AWS platform, it only makes sense for me to deepen my understanding of AWS services and infrastructure by studying for the AWS CSA certification. This knowledge is crucial for accurate customer billing and comprehension of their service’s billing model.</p>
<h3 id="heading-week-1-identity-and-access-management-iam-review">Week 1 : Identity and Access Management IAM- Review</h3>
<p>Let’s begin with an overview of IAM, which stands for Identity and Access Management. IAM allows you to manage user accounts and control their level of access to the AWS billing console. With IAM, you can:</p>
<ul>
<li><p>Create users and assign permissions to them.</p>
</li>
<li><p>Establish groups and roles.</p>
</li>
<li><p>Regulate access to AWS resources..</p>
</li>
</ul>
<p>When you initially set up your AWS account, it is considered your “root account.” This account is associated with the email address used for AWS registration, granting it full administrative access. Consequently, securing this account becomes paramount.</p>
<h3 id="heading-here-are-the-steps-to-secure-your-aws-root-account">Here are the steps to secure your AWS root account:</h3>
<ol>
<li><p>Enable multi-factor authentication (MFA) for root access.</p>
</li>
<li><p>Establish an admin group for your administrators and assign appropriate permissions.</p>
</li>
<li><p>Create user accounts for your administrators.</p>
</li>
<li><p>Add these users to the admin group.</p>
</li>
</ol>
<p>To control user actions and access, you need to assign permissions using IAM policy documents. IAM policies are JSON documents that describe permissions within AWS.</p>
<p>These policies can be assigned to groups, users, and roles. Keep in mind that when creating a user, it will be on a global level, and region selection is not required.</p>
<p>By default, users will not have permission to access anything on the AWS platform until an IAM policy is assigned to them.</p>
<p>Iam policies are JSON documents used to describe permissions within AWS</p>
<p><img src="https://cdn-images-1.medium.com/max/1000/1*HivJ7WemG5NKwVlkxxdS8A.png" alt /></p>
<p><strong><em>Reminder:</em></strong> When creating users remember by default users will not have permission to anything on the AWS platform until an IAM Policy is assigned</p>
<p>IAM can be accessed through various means, including:</p>
<ul>
<li><p>AWS CLI</p>
</li>
<li><p>AWS SDKs</p>
</li>
<li><p>AWS Management Console</p>
</li>
</ul>
<p>Additionally, AWS provides several services for identity and access management:</p>
<ul>
<li><p><strong>Amazon Cognito</strong> is a service for simple and secure user sign-up, sign-in, and access control to your web and mobile apps.</p>
</li>
<li><p><strong>AWS Directory Services</strong> A managed service that provides directories containing organizational information, including users, groups, computers, and resources, reducing management tasks.</p>
</li>
<li><p><strong>IAM</strong> is a service that enables you to securely manage access to AWS services and resources in your account. You can create users and groups and apply permissions to allow or deny access to AWS resources.</p>
</li>
<li><p><strong>AWS IAM Identity Center :</strong> A cloud single sign-on (SSO) service facilitating central management of SSO access to multiple AWS accounts and business applications. It allows users to sign in to a user portal with their existing corporate credentials, with integrations to many business applications, including Microsoft Active Directory</p>
</li>
</ul>
<h3 id="heading-resources">Resources</h3>
<p>To aid my preparation for the AWS CSA certification, I am utilizing the following resources</p>
<ol>
<li><p><a target="_blank" href="https://learn.acloud.guru/course/certified-solutions-architect-associate">Cloud Guru</a></p>
</li>
<li><p>AWS Skill Builder</p>
</li>
<li><p><a target="_blank" href="https://www.coursera.org/programs/american-dream-academy-jzjjt/professional-certificates/aws-cloud-solutions-architect">Coursera</a></p>
</li>
</ol>
<p>I invite you to comment, share, like, retweet, and follow me on Twitter <a target="_blank" href="https://twitter.com/NicoleTalksTech">@NicoleTalksTech</a></p>
<p>Conclusion:</p>
<p>In this first week of studying for the AWS Cloud Solutions Associate (CSA) certification, I dived into the fundamental concepts of Identity and Access Management (IAM). By understanding IAM, I can effectively manage user access to the AWS platform, ensuring security and compliance. Stay tuned for my next blog post, where I will explore another essential topic in my certification journey. Together, let’s unlock the vast potential of AWS!</p>
]]></content:encoded></item><item><title><![CDATA[Blockchain and Incentive Alignment]]></title><description><![CDATA[Hello My fellow Techies,
After admiring from afar. I finally decided to start my journey into the Web3/Blockchain space. It has been super exciting, to say the least. I am currently enrolled in a 6-week foundational blockchain course created by Unit ...]]></description><link>https://nicoletalkstech.hashnode.dev/blockchain-and-incentive-alignment</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/blockchain-and-incentive-alignment</guid><category><![CDATA[Web3]]></category><category><![CDATA[Blockchain technology]]></category><category><![CDATA[Learning Journey]]></category><category><![CDATA[Blockchain]]></category><category><![CDATA[learning]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Sun, 09 Apr 2023 13:10:06 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1681041231538/09120ac4-85a2-4198-9255-058fa0cf8c4c.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello My fellow Techies,</p>
<p>After admiring from afar. I finally decided to start my journey into the Web3/Blockchain space. It has been super exciting, to say the least. I am currently enrolled in a 6-week foundational blockchain course created by Unit Masters. I was able to gain access to this cool course via the Twitter DisruptorsDAO community.</p>
<p>At present, I'm currently in week 3 reviewing Blockchain and Incentive Alignment. So I decided to start documenting my learnings to share with others. I believe it is important to share your learning journey and document your experience. It also allows you to communicate what you learned in your voice. Which develops confidence in discussing the topic at hand.</p>
<p>This week we discussed several topics:</p>
<ul>
<li><p><strong>DAOs</strong></p>
</li>
<li><p><strong>Immutability</strong></p>
</li>
<li><p><strong>Public blockchains</strong></p>
</li>
<li><p><strong>Private blockchains</strong></p>
</li>
</ul>
<h2 id="heading-daos-decentralized-autonomous-organizations">DAOs (decentralized autonomous organizations)</h2>
<p>Are the heart of the community and are for the people (users). Daos provides a voice for users to create an online community with as little difficulty as possible.</p>
<p>They are a programmable organization that is built on a shared mission and fosters a budding online community. Members jointly control a crypto multi-signature wallet, establishing its objectives and mission is met.</p>
<p>The governance of DAOs and their operations are generated in a smart contract, consisting of automated if-then statements, making them transparent, auditable, and immutability.</p>
<h2 id="heading-what-is-immutability">What is Immutability?</h2>
<p>Something that can't be changed or modified. The great thing about blockchain technology is that it is very different from our traditional banking system. Instead of depending on centralized authorities. Blockchain is supported by the collective known as nodes aka validators.</p>
<p>Every node has access to the digital ledger. To add transactions to the blockchain every node needs to check its validity. This promotes transparency and makes it corruption-proof.</p>
<h2 id="heading-public-blockchains"><strong>Public blockchains</strong></h2>
<p>Anyone can join and participate in core activities of the blockchain network. Also, the ability to read, write, and audit ongoing activities on the public blockchain network helps develop self-governance. The primary disadvantage to secured public blockchains is the heavy energy consumption required to maintain them.</p>
<h2 id="heading-private-blockchains"><strong>Private blockchains</strong></h2>
<p>Participants are only allowed to join by invitation only. Where identity or other authentication is required. The validation is done by the network operators or by a defined set of protocols that are implemented through a smart contract or other approved methods. Disadvantages -  Private blockchains are susceptible to data breaches and security threats. This is because there is generally a limited number of validators used to reach a consensus about transactions and data if there is a consensus mechanism.</p>
]]></content:encoded></item><item><title><![CDATA[Statistical Analysis]]></title><description><![CDATA[Overview:
In this project, I utilized descriptive and inferential statistical methodologies to develop a proactive alarm system designed to accurately identify pump failures. The analysis focused on Horse Power (HP) and Pump Efficiency (PE) as key va...]]></description><link>https://nicoletalkstech.hashnode.dev/statistical-analysis</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/statistical-analysis</guid><category><![CDATA[statistics]]></category><category><![CDATA[data]]></category><category><![CDATA[excel]]></category><category><![CDATA[data analysis]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Fri, 01 Apr 2022 03:18:53 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1648783306243/1-lDu7Nvo.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Overview:</strong></p>
<p>In this project, I utilized descriptive and inferential statistical methodologies to develop a proactive alarm system designed to accurately identify pump failures. The analysis focused on Horse Power (HP) and Pump Efficiency (PE) as key variables, with deviations of 15 HP and &gt;3% PE serving as the core signal thresholds.</p>
<p><strong>The Problem:</strong></p>
<p>Pump failures can lead to significant downtime and maintenance costs. Early detection of potential failures is crucial to minimize operational disruptions and expenses.</p>
<p><strong>Objectives:</strong></p>
<ul>
<li><p>Develop a statistical model to predict pump failures.</p>
</li>
<li><p>Identify key variables and thresholds that signal potential pump issues.</p>
</li>
<li><p>Implement an alarm system based on these thresholds to alert maintenance teams proactively.</p>
</li>
</ul>
<p><strong>Technologies Used:</strong></p>
<ul>
<li><p><strong>Statistical Analysis:</strong> Employed both descriptive and inferential statistics to analyze pump performance data and identify critical variables.</p>
</li>
<li><p><strong>Data Visualization:</strong> Created visual representations of the data to illustrate patterns and deviations clearly.</p>
</li>
<li><p><strong>Database Integration:</strong> Integrated the model with the company's database to monitor pump performance in real-time and trigger alerts when thresholds are exceeded.</p>
</li>
</ul>
<p><strong>Key Variables:</strong></p>
<ul>
<li><p><strong>Horse Power (HP):</strong> Monitored deviations of 15 HP as a significant indicator of potential pump failure.</p>
</li>
<li><p><strong>Pump Efficiency (PE):</strong> Identified deviations greater than 3% as a critical threshold for efficiency-related issues.</p>
</li>
</ul>
<p><strong>Outcomes:</strong></p>
<p>The proactive alarm system significantly improved the early detection of pump failures, allowing maintenance teams to address issues before they led to operational downtime. This resulted in reduced maintenance costs and increased operational efficiency.</p>
<p><strong>Reflection:</strong></p>
<p>This project showcases the effective use of statistical analysis in operational maintenance. By identifying key variables and setting precise thresholds, I developed a reliable system that enhances the predictive maintenance capabilities of the company. This experience highlights my ability to apply statistical methodologies to real-world problems, driving both technical and operational improvements.</p>
]]></content:encoded></item><item><title><![CDATA[Tableau CRM]]></title><description><![CDATA[I really enjoyed working with Salesforce Tableau CRM in Trailhead. In this project, I created a bar chart visualizing the technology types used across multiple industries. This visualization provided valuable insights into how different technology pr...]]></description><link>https://nicoletalkstech.hashnode.dev/tableau-crm</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/tableau-crm</guid><category><![CDATA[Salesforce]]></category><category><![CDATA[data analysis]]></category><category><![CDATA[data structures]]></category><category><![CDATA[business]]></category><category><![CDATA[charts]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Fri, 01 Apr 2022 03:01:28 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1648781265744/esa9ptPOP.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I really enjoyed working with <em>Salesforce Tableau</em> CRM in Trailhead. In this project, I created a bar chart visualizing the technology types used across multiple industries. This visualization provided valuable insights into how different technology product families, such as Accessories, Digital Media, Laptops, Phones, and Tablets, are distributed and utilized across sectors like Banking, Energy, Biotechnology, Apparel, Engineering, and more.</p>
<p><strong>Project Overview:</strong></p>
<p>The bar chart presented here categorizes technology usage by industry, showcasing the sum of amounts for each product family. This comprehensive view allows stakeholders to understand the prevalence and impact of various technology types within their respective industries.</p>
<p><strong>Key Insights:</strong></p>
<ul>
<li><p>The <strong>Banking</strong> sector shows a significant investment in Tablets and Accessories, highlighting the industry's reliance on mobile and supplementary devices.</p>
</li>
<li><p><strong>Energy</strong> and <strong>Biotechnology</strong> sectors have notable expenditures on Laptops, indicating a high demand for portable computing solutions.</p>
</li>
<li><p><strong>Technology</strong> and <strong>Consulting</strong> industries display a balanced distribution across all technology types, reflecting their diverse tech needs.</p>
</li>
<li><p><strong>Retail</strong> and <strong>Healthcare</strong> industries also show a strong presence in multiple product families, particularly in Tablets and Accessories.</p>
</li>
</ul>
<p><strong>Technologies Used:</strong></p>
<ul>
<li><p><strong><em>Salesforce Tableau</em> CRM:</strong> Leveraged to design and implement the interactive bar chart.</p>
</li>
<li><p><strong>Data Visualization Techniques:</strong> Applied to provide clear and actionable insights into technology usage across various industries.</p>
</li>
<li><p><strong>Trailhead Learning Platform:</strong> Utilized for hands-on experience with <em>Salesforce Tableau</em> CRM, enhancing my skills in data visualization and analysis.</p>
</li>
</ul>
<p><strong>Reflection:</strong></p>
<p>This project was a fantastic introduction to <em>Salesforce Tableau</em> CRM, and it sparked my interest in diving deeper into this powerful tool. It exemplified the importance of data visualization in uncovering industry trends and making data-driven decisions. Future me will definitely be exploring more advanced features and capabilities of <em>Tableau</em> CRM to further enhance my data storytelling skills.</p>
<p>Please reach out if you are interested in discussing this project or exploring collaboration opportunities.</p>
<hr />
]]></content:encoded></item><item><title><![CDATA[Tableau Resume]]></title><description><![CDATA[Overview:
This project represents my very first Tableau creation, where I designed an interactive resume. Despite having never used Tableau before, I set my intentions to do my very best and pushed through, creating a visually engaging and informativ...]]></description><link>https://nicoletalkstech.hashnode.dev/tableau-resume</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/tableau-resume</guid><category><![CDATA[data analysis]]></category><category><![CDATA[business]]></category><category><![CDATA[analytics]]></category><category><![CDATA[big data]]></category><category><![CDATA[excel]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Fri, 01 Apr 2022 02:26:50 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1648779884952/Zq-KrZ5Ez.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Overview:</strong></p>
<p>This project represents my very first <em>Tableau</em> creation, where I designed an interactive resume. Despite having never used <em>Tableau</em> before, I set my intentions to do my very best and pushed through, creating a visually engaging and informative dashboard to showcase my skills and experience.</p>
<p><strong>The Challenge:</strong></p>
<p>I aimed to create a comprehensive and interactive resume using <em>Tableau</em>, a tool I had no prior experience with. The objective was to present my skills and experience in a unique and visually appealing way.</p>
<p><strong>Objectives:</strong></p>
<ul>
<li><p>Create an interactive <em>Tableau</em> dashboard to serve as a digital resume.</p>
</li>
<li><p>Utilize various chart types to effectively showcase different aspects of my skills and experience.</p>
</li>
<li><p>Ensure the resume is both informative and engaging, making it easy for viewers to understand my professional background.</p>
</li>
</ul>
<p><strong>Technologies Used:</strong></p>
<ul>
<li><p><strong><em>Tableau</em>:</strong> Designed and implemented the interactive resume dashboard.</p>
</li>
<li><p><strong>Data Visualization Techniques:</strong> Used Gantt charts, treemaps, and donut charts to measure and display my skills and experience.</p>
</li>
</ul>
<p><strong>Key Features:</strong></p>
<ul>
<li><p><strong>Gantt Chart:</strong> Displayed a timeline of my professional experience, highlighting key roles and projects.</p>
</li>
<li><p><strong>Treemap:</strong> Visualized the distribution of my skills, allowing viewers to see areas of expertise at a glance.</p>
</li>
<li><p><strong>Donut Chart:</strong> Represented the proportions of various competencies and achievements.</p>
</li>
</ul>
<p><strong>Outcomes:</strong></p>
<p>The interactive resume effectively showcased my professional background in a visually engaging manner. It demonstrated my ability to quickly learn and apply new tools, as well as my commitment to presenting information creatively and accurately.</p>
<p><strong>Reflection:</strong></p>
<p>Creating this interactive resume with <em>Tableau</em> was a rewarding experience. It not only allowed me to learn a new tool but also enabled me to present my skills and experience in a unique way. This project exemplifies my dedication to continuous learning and my passion for data visualization.</p>
]]></content:encoded></item><item><title><![CDATA[Chemcorp Business Analysis Dashboard]]></title><description><![CDATA[Creating this Tableau dashboard was extremely fun and rewarding. This data is from a case study I'm currently working on. I wanted to highlight some of ChemCorp's metrics by cost, revenue, business type, region, product, and state. Data visualization...]]></description><link>https://nicoletalkstech.hashnode.dev/chemcorp-business-analysis-dashboard</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/chemcorp-business-analysis-dashboard</guid><category><![CDATA[data analysis]]></category><category><![CDATA[business]]></category><category><![CDATA[dashboard]]></category><category><![CDATA[analytics]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Fri, 01 Apr 2022 02:19:23 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1648779407778/Bud6xVEl3.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Creating this Tableau dashboard was extremely fun and rewarding. This data is from a case study I'm currently working on. I wanted to highlight some of ChemCorp's metrics by cost, revenue, business type, region, product, and state. Data visualization helps to quickly and clearly tell the story that the numbers represent</p>
]]></content:encoded></item><item><title><![CDATA[Architecting Solutions in the Cloud, Data, AI, and in Life]]></title><description><![CDATA[Hi Techies,
I am currently a Reserved Instance Analyst at AWS, managing RI utilization to ensure accurate and cost-effective usage and invoicing for cloud services. In addition to this role, I am actively preparing for my AWS Solutions Architect Asso...]]></description><link>https://nicoletalkstech.hashnode.dev/allow-me-to-introduce-myself</link><guid isPermaLink="true">https://nicoletalkstech.hashnode.dev/allow-me-to-introduce-myself</guid><category><![CDATA[Cloud Computing]]></category><category><![CDATA[AWS]]></category><category><![CDATA[learning]]></category><category><![CDATA[introduction]]></category><category><![CDATA[Career]]></category><dc:creator><![CDATA[Nicole C.]]></dc:creator><pubDate>Fri, 01 Apr 2022 01:30:48 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1721537436571/7b396783-3a30-458a-a84e-82ed6c23f81c.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hi Techies,</p>
<p>I am currently a Reserved Instance Analyst at AWS, managing RI utilization to ensure accurate and cost-effective usage and invoicing for cloud services. In addition to this role, I am actively preparing for my AWS Solutions Architect Associate certification. I have over three years of experience in data analysis, reporting, and automation, and I am certified as an AWS Cloud Practitioner.</p>
<p>My expertise lies in analyzing and interpreting instance data, identifying cost optimization opportunities and trends, and developing and implementing strategies to reduce costs, optimize resource allocation, and improve cost efficiency. I generate detailed billing reports and provide insights to stakeholders, enabling them to make informed decisions regarding cloud service costs. I collaborate with cross-functional teams, including finance, operations, and IT, to ensure alignment and adherence to policies and best practices.</p>
<p>As a cloud consultant, I am passionate about leveraging data-driven insights, business analysis, and automation to streamline operations and drive financial efficiency in the cloud environment. I am also deeply involved in studying AI and data science, currently progressing through DataCamp’s Certified Data Scientist Associate track. My vision is to transition into a role where I can apply my cloud expertise, data storytelling skills, and cost optimization enthusiasm to deliver value and innovation in the cloud.</p>
<p>One of my recent projects includes the creation of the "Career Growth Advisor," a GPT-powered application designed to provide personalized career guidance and resources. This tool leverages AI to offer tailored advice based on individual career goals and professional experiences, helping users navigate their career paths more effectively. You can check out the application <a target="_blank" href="https://chatgpt.com/g/g-hgL7WRCCj-career-growth-advisor">here</a>.</p>
<p>In my spare time, I maintain this blog and actively contribute to the data science and AI community through various platforms. I am also a member of the Women in Data &amp; Women in Analytics organization, where I connect with other professionals and share insights on data-driven strategies.</p>
<p>Please reach out if you are looking to connect on a project or job opportunity.</p>
]]></content:encoded></item></channel></rss>