Hey everyone :)
We're wrapping another week -- I hope it was a good one!
Looking back on it, what was something you were proud of accomplishing?...
For further actions, you may consider blocking this person and/or reporting abuse
π° I published a new post on DEV! β¨
What are Your Best Tips for Building a Coding Portfolio?
Anita Olsen γ» Jun 4
Β
π I received a new badge on DEV! β¨
Β
π³ I acquired Full Access to W3Schools! β¨
Β
π» I completed the HTML Tutorial on W3Schools! β¨
Β
π» I completed the HTML Quiz on W3Schools! β¨
Β
π» I finished all 106 HTML exercises on W3Schools! β¨
Β
β I received my first Activity Stars on W3Schools! β¨
Β
π I unlocked a new game level island on CodeCombat! β¨
Β
π» I completed nine singleplayer levels on CodeCombat! β¨
I also earned the following achievements:
Β
π I received two new badges on Codecademy! β¨
Β
π― I met my weekly target on Codecademy! β¨
Β
π» I finished all of the 4 tutorials in JOY OF PROGRAMMING - Software Engineering Simulator on Steam! β¨
Β
πͺ I had macarons for the first time! β¨
Whoa, what a busy and SUCCESSFUL week! Congrats!
Thank you so much, it was a blast! π
Big wins!
Thank you π
Oh wah! Awesome! π₯³
Thank you! π
that was awesome
Thanks π
That's a busy week! I didn't even know that w3schools had all of that.
Indeed. I love to keep busy! π Ah, well now you know π
Wouaw! So many wins!
Thank you! π
May was crazy (lost some clients, unexpected bills) but June is turning out better than expected, with new possible gigs. With some luck I'll have time again to focus on personal projects, like writing to dev :)
Aw. June is great! Always look on the bright side! π Best wishes β¨
π After years of wanting, finally started my blog and started posting to record my learnings and share with the community at cemkiray.com!
π It uses Astro and Astro Paper theme. While setting up the site, I also dived into Astro docs and learned a lot, it's a great tool for content driven sites, like a blog, and it's really fast!
It looks great!
I have taken my transcript in official workplace. I started look after it 7months ago. Sincerely, I didn't think that I will obtain it. Yesterday, i finally obtained it. It is a great joy. I'm happy along this week. It was an fear sensation when I get started 7 months ago, because I stepped out from my comfort zone. This transcript should be taken 15 years ago. It remains a high victory, alongside fixing some bugs in PHP and MySQL.
Feeling incredibly blessed for the honor of an invite to the House of Lords, as a goodwill to my volunteer work ( on Ethical AI, Machine Learning and mentorship) with the "The OR Society"
Second week in a row I publish a post and have decent success π
dev.to/_ndeyefatoudiop/javascript-...
I released a new tool this week.
Theme Builder for Angular Material Components | Angular Material Dev
Build, preview and export themes for Angular Material
Got my new macbook set up
Nice.
I completed 5 projects from my Udemy course
I scheduled a CRON job using GitHub Actions for the first time! Fixed one bug relating to repeated seed too.
Details: There's a 'Featured Artist' section on my GitHub profile that depends on pseudo-RNG to pick from my JSON file to render details of a different featured artist each day. The issue was that the commit would fail if it picks the same artist twice in a row, the commit would fail since there are no changes to the tracked file - resulting in the GitHub Actions workflow failing.
See Line 35-49
I also finally got past my hesitation and self-doubt to clean up my LinkedIn profile.
Details: Shifted focus away from my pre-transition life and career, now focusing 100% on my new path as a frontend dev!
I did a thing
Lastly, I have started the slow process of migrating my JavaScript projects to use TypeScript! Slowly, but surely! Type checking, let's goooo!
The first one, i didn't understand it.
Let me explain,
My GitHub public profile has a 'Featured Artist' section near the bottom. It automatically refreshes daily with the help of a CRON job in GitHub Actions, which compiles and run this script.
When run, it writes into the
README.md
file that displays my profile page, and automatically commits and pushes the changes tomain
branch. However, I occasionally encounter errors in this commit + push step, which I determined to happen when the script is run, but no changes are made to theREADME.md
file. This occasionally happens because the 'randomization' that takes place to render new content each day is written in a way where it is possible for the selected content can be the same for two consecutive days. This results in having no changes to commit, and the push fails.I fixed this by writing in a second job for the GitHub Actions workflow,
check-run-again
. This second job runs if the push fails, and triggers the workflow from the startl, re-compiling and re-running the script. Of course, there is still the possibility of randomizing to the same content again, but probability is low. If that were to happen, the second job will kick in again until different content is rendered.I hope that clarifies things - feel free to let me know if I am unclear.
I finally met the CEO of the company I joined in April and had a great time dining and chatting with him and his partner.
Also, I took less than 1 hour from finding out about form spam to deploying an elegant solution that worked on the same day.
For the first time I released a full video project, datadriven and informative... and hopefully informative yet making human feel emotions.
Here is the full workflow detailed:
π¬ From image to text data... to image...to movie clip.
adriens γ» Jun 5
I'm still building my React Framework, I decided to call it Rasenganjs π
I'm very proud of it. It was not easy to develop, thinking about all the core API, how it will works and all the rest.
You can check it here: rasengan.dev
Wow.
ππ
I wrote a rant-y post that actually got a lot of attention on Hacker News. It's not all positive attention but π€·πΌββοΈ. I also cross-posted it here on dev.to.
I Am So Sick of Leetcode-Style Interviews
Nelson Figueroa γ» Jun 7
I finished converting one of my large utility modules to ESM, and in the process also managed to add compatibility to CJS without much effort at all. I'm very excited to move forward in this dual-paradigm world.
Fastest 5k and longest ever run (just shy of 10k).
I created my own search engine
schBenedikt γ» Jun 9
I've created a new post about a new project after a long time - what do you think?
I made it through my first week at my new job! My coworkers are amazing, the environment is relaxing and it's challenging! I am so grateful for my team and my growth.
Launching our open-source repo for Litlyx, One-Line Code Lightweight Analytics.
Looks great. What about it concretely ? I do not understand it
We are tring to innovate the KPI collection with just one line of code that plugs anywhere. Not only that. We prove an AI Powered Dahsboard and Comprehansive reports for out users. This is Litlyx
Looks great.
I pushed my first set of PRs for a new job this week!
I'm also getting back into blogging! Published a new post on DEV:
Advice for Effective Developers
Jonathan Yeong γ» Jun 7
Starting a new Roleπ
I published this post and it crossed 500 views:
ADD THIS EFFECT TO YOUR WEBSITE !! π€―
Mince γ» Jun 3
I hit 3500 followers π€©
Seriously stabilised "AI functions", to the point where I've almost got AGI π
Discovered a bug on web.dev and reported it on Googleβs issue tracker. Later took 2 hours to fix it in the browser window and in the process understood how dark mode is implemented.
I did some client work for the first time as a freelancer!