#Nerd_space
How many of u guys want Nerdspace to be an opensource ???
How many of u guys want Nerdspace to be an opensource ???
Anonymous Poll
72%
Definitely .... i wanna contribute ...
23%
i don care
5%
Nah ... another project is better
Watching Devin for the first time, a part of me thought those dudes were trying to create an overhype by merely announcing the first AI software engineer. It felt like they were just trying to catch the eye of one of the Silicon Valley VCs or investors and seemed far from achieving it.
But then I saw this behind-the-scenes video about Cognition's founders - you have to see it. These dudes are not your typical AI enthusiast programmers; they are literally walking computers. I mean, if they've come this far without much hype and investment, imagine what could happen after the VCs' money, resources, and more. Something significant is on the horizon. NVIDIA announcement, Sam Altman's podcast with Lex Fridman, ... something like AGI might not be that far ... just go and watch it yourself and let me know what you think.
Video Link : Click_Here
@selfmadecoder
But then I saw this behind-the-scenes video about Cognition's founders - you have to see it. These dudes are not your typical AI enthusiast programmers; they are literally walking computers. I mean, if they've come this far without much hype and investment, imagine what could happen after the VCs' money, resources, and more. Something significant is on the horizon. NVIDIA announcement, Sam Altman's podcast with Lex Fridman, ... something like AGI might not be that far ... just go and watch it yourself and let me know what you think.
Video Link : Click_Here
@selfmadecoder
#alx
I am now an official ambassador for ALX at AAU. As such, I will keep posting information about ALX programmes, events, and more on this channel. Additionally, if you have any questions or want to learn more about Alx, feel free to direct message me @technerd347.
@selfmadecoder
I am now an official ambassador for ALX at AAU. As such, I will keep posting information about ALX programmes, events, and more on this channel. Additionally, if you have any questions or want to learn more about Alx, feel free to direct message me @technerd347.
@selfmadecoder
What do u think about SaaS products ?
Anonymous Poll
10%
They don't work most of the time
13%
They do work
34%
Depends on the product
44%
What is SaaS ?
These are some of the channels I have been following for a while, and wanted to be mentioned here on this channel. I believe you can benefit from them most. Make sure to check them out.
######################
@Robi_makes_stuff
@KeO_coder
@dotnetWarrior
@debuggingepohul
@TechInEthio
@python_pioneers
@nebadesignn
#######################
@selfmadecoder
######################
@Robi_makes_stuff
@KeO_coder
@dotnetWarrior
@debuggingepohul
@TechInEthio
@python_pioneers
@nebadesignn
#######################
@selfmadecoder
Forwarded from Samson Endale 🇪🇹 (Samson Endale)
— WIP Article about open source contribution and fear of rejection
* Feedback is welcome, and offcourse I used Google gemini and grammarly premium😇
Title: Code with Conviction: From Fear to Confidence
(The Story of Two Laravel Packages)
We've all been there – you pour your heart into code, craft a solution you're proud of, then hesitate to hit submit on that pull request. Fear of rejection is a real hurdle in open source. But what if we re-framed the story? Here's how to overcome that fear and turn your "almost-contributions" into awesome packages that benefit the community, all while building your confidence as a developer.
From Fear to Self-Belief
Fear of rejection is a common foe, but it doesn't have to win. Maybe your brilliant feature seems out of place, or maybe the core team is already working on something similar. The key? Don't let fear silence your coding voice! While a pull request might be the ideal outcome, there's another path: the power of the package. By transforming your code into a reusable package, you share your work with the world, even if it doesn't land directly in the core framework.
Case Study #1: laravel-make-scope (September 2019)
Back in 2019, I had this fantastic idea for a package:
Instead of letting fear win, I decided to release laravel-make-scope as a standalone package. This nifty tool empowered developers and even got a shoutout on Laravel News. Over time, the package gained traction, attracting more than 100 stars on GitHub and a whopping 25k downloads on Packagist. This positive reception was a huge confidence booster, validating my idea and my coding abilities. Fast forward to November 2020, and guess what? The Laravel framework itself incorporated a very similar feature for generating scope classes! Talk about validation! While my package might not have directly inspired the merged PR, it did showcase the value of the idea and helped build my confidence as a developer.
Case Study # #2: laravel-needs-auto-rehash (September 2020)
This one's a bit more personal. In September 2020, I was working on a package called laravel-needs-auto-rehash. This package aimed to automatically detect and rehash outdated password hashes in Laravel applications, a crucial security feature. Fear of rejection initially held me back from submitting a pull request, but I released the package anyway. And, wouldn't you know it, the well-known security engineer, Stephen Rees-Carter (Valorin), himself, submitted a pull request to the Laravel framework in December 2023 that implemented a very similar functionality!
Here's the beauty of open source: even if your direct contribution doesn't get merged, it can spark conversation and inspire change. My package,
The Takeaway? Code with Confidence!
Don't let fear of rejection hold you back! The open-source community thrives on diverse ideas and solutions. If a pull request seems daunting, consider the power of the package. By turning your code into a reusable tool, you can still empower others and contribute to the larger ecosystem. So keep coding, keep innovating, and who knows, your next project might just pave the way for the next big feature in your favorite framework! Remember, the act of creating and sharing your code is valuable, regardless of where it ends up. So go forth, code with confidence, and share your awesome code with the world!
* Feedback is welcome, and offcourse I used Google gemini and grammarly premium
Title: Code with Conviction: From Fear to Confidence
(The Story of Two Laravel Packages)
We've all been there – you pour your heart into code, craft a solution you're proud of, then hesitate to hit submit on that pull request. Fear of rejection is a real hurdle in open source. But what if we re-framed the story? Here's how to overcome that fear and turn your "almost-contributions" into awesome packages that benefit the community, all while building your confidence as a developer.
From Fear to Self-Belief
Fear of rejection is a common foe, but it doesn't have to win. Maybe your brilliant feature seems out of place, or maybe the core team is already working on something similar. The key? Don't let fear silence your coding voice! While a pull request might be the ideal outcome, there's another path: the power of the package. By transforming your code into a reusable package, you share your work with the world, even if it doesn't land directly in the core framework.
Case Study #1: laravel-make-scope (September 2019)
Back in 2019, I had this fantastic idea for a package:
laravel-make-scope
. It streamlined generation of scope classes with Laravel's Artisan console. But then, I stumbled upon a pull request in the Laravel framework itself that seemed similar. This discovery triggered a wave of fear. Had someone already thought of this? Would my pull request be rejected too?Instead of letting fear win, I decided to release laravel-make-scope as a standalone package. This nifty tool empowered developers and even got a shoutout on Laravel News. Over time, the package gained traction, attracting more than 100 stars on GitHub and a whopping 25k downloads on Packagist. This positive reception was a huge confidence booster, validating my idea and my coding abilities. Fast forward to November 2020, and guess what? The Laravel framework itself incorporated a very similar feature for generating scope classes! Talk about validation! While my package might not have directly inspired the merged PR, it did showcase the value of the idea and helped build my confidence as a developer.
Case Study # #2: laravel-needs-auto-rehash (September 2020)
This one's a bit more personal. In September 2020, I was working on a package called laravel-needs-auto-rehash. This package aimed to automatically detect and rehash outdated password hashes in Laravel applications, a crucial security feature. Fear of rejection initially held me back from submitting a pull request, but I released the package anyway. And, wouldn't you know it, the well-known security engineer, Stephen Rees-Carter (Valorin), himself, submitted a pull request to the Laravel framework in December 2023 that implemented a very similar functionality!
Here's the beauty of open source: even if your direct contribution doesn't get merged, it can spark conversation and inspire change. My package,
laravel-needs-auto-rehash
, might not have become the official solution, but it certainly helped raise awareness about this important security practice. While it may not have directly influenced Valorin's PR, releasing it helped me believe in my abilities and the value of my ideas.The Takeaway? Code with Confidence!
Don't let fear of rejection hold you back! The open-source community thrives on diverse ideas and solutions. If a pull request seems daunting, consider the power of the package. By turning your code into a reusable tool, you can still empower others and contribute to the larger ecosystem. So keep coding, keep innovating, and who knows, your next project might just pave the way for the next big feature in your favorite framework! Remember, the act of creating and sharing your code is valuable, regardless of where it ends up. So go forth, code with confidence, and share your awesome code with the world!
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
#alx
Here is a review of the free AICE ( AI courer essentials) course of ALX ... if you want to enroll, join the group on the following post. and let me know if you have any questions in the comments.
@selfmadecoder
Here is a review of the free AICE ( AI courer essentials) course of ALX ... if you want to enroll, join the group on the following post. and let me know if you have any questions in the comments.
@selfmadecoder
Tech Nerd
#alx Here is a review of the free AICE ( AI courer essentials) course of ALX ... if you want to enroll, join the group on the following post. and let me know if you have any questions in the comments. @selfmadecoder
If you are interested, join this group. I am having trouble replying to massive DM 😁.
https://t.me/+r4SqtNj9JJ1mN2Q0
@selfmadecoder
https://t.me/+r4SqtNj9JJ1mN2Q0
@selfmadecoder
Telegram
ALX
Tech Nerd invites you to join this group on Telegram.
Here's another channel recommendation. This is also one of the awesome channels I found. On the last post, I thought I could get the comments from recent actions, but when I deleted the post, it turned out all the comments were deleted too. So, my only choice was to repost the ones I know and follow. If you want to share your channel again, feel free to do so. Trust me, this time it's going to be posted! 😊
Check out this channel if you're interested in Python and bots. Here's the channel: @ethio_python_bots
@selfmadecoder
Check out this channel if you're interested in Python and bots. Here's the channel: @ethio_python_bots
@selfmadecoder
any idea about this series? It's getting a lot of buzz on X, TikTok, and Reddit. should I watch it ??
@selfmadecoder
@selfmadecoder
Forwarded from Codenight Info
👋 Hey there!
We've been away from the community website for a bit (a while), but now we're back and ready to make some improvements on the site.
We've created 2 issues and would love your help:
- Fix Navigation Component: Help us tidy up our navigation.
Issue 37: Fix Navigation Component
- Build Event Page: Let's create a page to showcase our events.
Issue 38: Build Event Page
Check out how to contribute: Contribution Guidelines
Let's make the website better!
#CommunityWebsite #OpenSource
We've been away from the community website for a bit (a while), but now we're back and ready to make some improvements on the site.
We've created 2 issues and would love your help:
- Fix Navigation Component: Help us tidy up our navigation.
Issue 37: Fix Navigation Component
- Build Event Page: Let's create a page to showcase our events.
Issue 38: Build Event Page
Check out how to contribute: Contribution Guidelines
Let's make the website better!
#CommunityWebsite #OpenSource
what Abt writing documentation ??
Anonymous Poll
19%
am good at it
34%
Am kinda medium / fair
46%
I suck