Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ How One Open-Source Code Donation Got Me Promoted

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š How One Open-Source Code Donation Got Me Promoted


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: dev.to

[https://www.ranthebuilder.cloud/](https://www.ranthebuilder.cloud/)

This blog was originally published in my blog website โ€œRan The Builderโ€.

On October 2nd, 2020, my first pull request to an open-source project was merged.

Little did I know that it would lead to my promotion to System Architect and that Iโ€™d be talking about it at the AWS TLV Summit in Israel.

In this blog, Iโ€™ll explain how this one PR changed my career and how you, too, can advance your career while keeping your work-life balance in check.

How Did It Start

Hi, My name is Ran Isenberg, and Iโ€™ve been developing software for over ten years.

On October 2nd, 2020, I was a Software Architect in CyberArk, part of the cloud engineering group (more about it here), trying to figure out my way in the AWS Serverless world.

It all started when I faced an issue with AWS Lambda input validation and, more specifically, tried to figure how to parse and validate different events in the AWS Lambda function. Googling โ€˜AWS Lambda input validation best practicesโ€™ didnโ€™t yield any results back then, so I resorted to figuring it out myself.

After a few weeks, while browsing GitHub, I found an excellent repository that caught my eye: AWS Lambda Powertools for Python. It promised to deliver best practices for AWS Lambda functions such as logging, observability, and more. I noticed that AWS engineers maintained it, so I knew this was a pro-level repository.

I browsed their GitHub issues out of curiosity, and one RFC issue intrigued me the most.

The RFC issue described the need for a **parser** utility to validate incoming events to the AWS Lambda function. This is the same problem that had troubled me before, which I had solved.

It got me thinking.

Iโ€™ve always heard people say how you should donate code to open-source projects. However, Iโ€™ve never really done that nor knew where to start.

I decided to go for it. I thought that it be a nice experience, and I didnโ€™t have anything to lose.

So I posted a message in that RFC issue and started a discussion. I suggested my solution to the maintainers and explained why itโ€™s the best.

They were very friendly and helpful and wanted to see a working POC so they could judge the user experience.

After my kids had gone to bed, I went on to clone the project and started working on that PR. I spent about 1โ€“2 hours per evening for a week until I finally got a green PR.

Fast forward several weeks, code reviews and user experience revisions, and the PR was agreed to be merged and released in the next release. Success!

I felt immense satisfaction. All that hard work paid off, and I knew that developers worldwide could now solve the same issue with ease.

However, it didnโ€™t end there, far from it.

To learn more of the parser utility you can either check the documentation or my blog here.

The Butterfly Effect

This PR started a butterfly effect.

Merging the PR breached an internal wall in my mind. One opportunity led to another.

To donate the code to AWS, I had to use their tools and understand how their pipeline works. Iโ€™ve encountered new tools and best practices I wasnโ€™t familiar with know.

I decided to use them in our pipeline, which my managers viewed as an excellent initiative.

I had an idea for a new utility, the feature flags utility. I suggested it to the AWS Lambda Powertools team and wrote an RFC. Boom, another utility merged.

Iโ€™ve continued my work with the Parser and added more AWS events support. I got the hang of it and it started to be easier.

During this process, Iโ€™ve met developers and created connections with people from around the world.

Later on, I was invited to be part of an AWS Webinar about the parser utility. Iโ€™ve never done such a thing before and decided to go for it, challenge myself, and try something new.

The experience was terrific, who knew that talking live about code could be so much fun.

I realized that being a developer advocate is something that I like. I discovered that I enjoy discussing and explaining utilities and best practices. So I also went ahead and presented the utilities internally at CyberArk. You can check out the AWS webinars recordings here.

From then on, I decided I wanted to try new things and get out of my comfort zone to challenge myself. I kept a backlog of cool stuff I wanted to learn and try.

I decided to write blogs about the utilities I created to help spread the word about them and challenge myself to do new things. CyberArk helped me with a blogging workshop where I gained the basics. However, blog writing is like a muscle; you must train it to improve.

So I continued to write about my AWS Serverless experience in my spare time.

I have written over 15 blogs on medium and here, at my new website, and I plan to keep going.

Building Up A Reputation

When I heard of the AWS Community Builders program, I knew I had to apply.

Since I now had a portfolio of AWS-related community work, such as blogs, code donations, and webinars, I was accepted to the program. This program strengthened my AWS knowledge and helped me to create new connections with builders around the world, which led to even more exposure and opportunities.

At work, things changed too. We started to use the utilities I donated internally at CyberArk, and people began to recognize me as an AWS trusted advisor for best practices in AWS Lambda functions and Serverless.

So when the opportunity came, and a new position opened โ€” a System Architect for my group, I applied and got the job.

AWS TLV Summit

The biggest AWS event I spoke at was the AWS Summit TLV last May. I had the pleasure of presenting the parser utility in front of a live audience, which I havenโ€™t done in a while due to Covid-19. It was exciting and a lot of fun and a bit of closure for that one code donation that started it all.

I think that my experience proves that you never know what can happen when you challenge yourself and try new experiences.

This one PR led me to do webinars, write blogs, talk in conferences, become a trusted advisor on AWS Serverless matters, and eventually to my promotion.

OK, So What About You?

Code donations can be just pure fun. Itโ€™s a fantastic feeling to know that developers use your code all over the globe and that it provides value.

Code donations can be a nice challenge and a way to learn something new.

Code donations can help you meet new developers and create new connections.

Code donations can open doors for you; they can be a cool project you can discuss in a job interview or help build up a reputation.

Who knows what these opportunities can create for you. The skyโ€™s the limit.

From a personal perspective, I can tell you that code donations ignited something in myself I didnโ€™t know there. I was hooked. Once I conquered a challenge or had a new experience, whether it may be a webinar or a frontal presentation, I wanted to keep pushing.

Tips

Looking back at it now, I think I can conjure up several tips that helped me along the way.

So my main tips for you are:

  1. Keep challenging yourself โ€” get out of your comfort zone. Try new things, whether it may be code donations, blogs, webinars, learning a new programming language, etc. Each unique experience is rewarding in its own way.

  2. Be curious, and try to improve yourself and your craft. You can always learn something new from anybody.

  3. Be open to feedback. Code reviews from strangers can be harsh. Try to learn from everybody and donโ€™t take it personally.

  4. Keep a backlog of things you want to do so you are never bored or stuck.

  5. Set a time in your schedule for fulfilling the backlog. It may be 5 hours or 30 minutes per week. The important thing is to keep at it BUT in at a time that fits your schedule. Donโ€™t force it or over-work yourself. Your mental health is more important than crossing an item off your backlog.

  6. Have fun!

You never really know where this approach leads you.

It might be a promotion, a new job, or just plain satisfaction.

However, I know one thing; these experiences will help you grow as a person and a developer.

Want to start writing open-source code donations too? Look for my upcoming code donation 101 guide which I will publish soon.

...



๐Ÿ“Œ Promoted pins: Neue Werbeform in Google Maps


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Promoted pins: Neue Werbeform in Google Maps


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ 4MLinux 23.0 GNU/Linux Distribution Promoted to Stable, Here's What's New


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Jenkins Promoted Builds Plugin bis 2.31.1 Status.java erweiterte Rechte


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Why is Deepin so heavily promoted on this subreddit?


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ YouTuber PewDiePie Promoted Via 50K Hacked Printers


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Reddit Is Bringing Promoted Posts To Its Mobile Apps


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Reddit Is Bringing Promoted Posts To Its Mobile Apps


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ BlackRouter Ransomware Promoted as a RaaS by Iranian Developer


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Mobile VPNs Promoted by 'You Are Infected' or 'Hacked' Ads


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Promoted Builds Plugin up to 2.31.1 on Jenkins Status.java privilege escalation


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Twitch promoted Porno-Stream auf Ninja-Kanal


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Hiring Cybersecurity Talent: What if You Don't Want to Be Promoted to Management


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Emirati 'surveillance app' ToTok promoted by Huawei as Apple punts it from store


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Mozilla Add-ons developers may soon pay Mozilla for reviews and promoted listings


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ BlackRouter Ransomware Promoted As A RaaS By Iranian Developers


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ 10 Powerful But Not Yet Promoted Antivirus for PC, Mac, Android, iPhone


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Justice John Paul Stevens, Dead At 99, Promoted the Internet Revolution


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Jenkins Promoted Builds Plugin up to 3.9 cross-site request forgery


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Low CVE-2021-21641: Jenkins Promoted builds


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Googleโ€™s โ€œFirst Party Setsโ€ runs into opposition at W3C group meeting; independent privacy entity promoted


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Twitter is Blocked in China, But Chinese State News Agency is Buying Promoted Tweets To Portray Hong Kong Protestors as Violent


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ BBP: Youโ€™ve Just Been Promotedโ€ฆ


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Twitter Users Complain of Timelines Being Overrun With 'Promoted Tweets'; Twitter Says It's Intentional


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ New Redeemer ransomware version promoted on hacker forums


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ China Has Gained the Ability To Spy On More Than 100 Million Citizens Via a Heavily Promoted Official App, Report Suggests


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ New Ransomware named Redeemer promoted for Free in hacking forums


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Adware cleaner apps promoted on Facebook sneaked into the Play Store


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Ubuntu Unity was promoted to a Official Ubuntu Flavor starting on Ubuntu 22.10


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Tech jobs are changing. Here are the real skills you'll need to get promoted


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Elon Musk "Freedom Giveaway" crypto scam promoted via Twitter lists


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Linux 6.1 Officially Promoted To Being An LTS Kernel


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Major League Soccer on Apple TV is a great product, but poorly promoted


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ New Android Banking Trojan 'Nexus' Promoted As MaaS


๐Ÿ“ˆ 21.07 Punkte

๐Ÿ“Œ Bridgefy, the Messenger Promoted For Mass Protests, Is a Privacy Disaster


๐Ÿ“ˆ 21.07 Punkte











matomo