Tumgik
#5in5WeeksCodingChallenge
lazar-codes Β· 7 months
Text
04/03/2024 || Day 19 (dop)
TLDR:
πŸ”Έ practised ASL fingerspelling
πŸ”Έ started learning PHP
πŸ”Έ started learning Blender
πŸ”Έ sketched a page in my sketchbook
------------------------------------------------------------------------------
Work
Volunteering - Last week was tiring, but fun! The event that I was volunteering at focused on people with intellectual disabilities, and I was part of the health screening section (though I was merely recording data, not conducting the screening). This event had people from all over Canada too. Because of that I had to brush up my french skills, which I haven't used in nearly 8+ years, so that was a struggle. What was less of a struggle was communicating with ASL!! I had one person who was deaf and when I realized it I was able to sign to him! Mind you, when he signed back I didn't 100% understand him because I was too focused on what I was signing, and I definitely made a few mistakes, but I'm still really happy!
5in5weeks - Ok, @izicodes made a challenge 2 years ago to spend 5 weeks learning 5 programming languages, and I thought that was a super good idea and that it would help with my burnout. (link to the project can be found here). Now, I'm gonna be taking weekends off (and I'm out of town for the next few days later this week), so I won't be doing this daily, but I'm gonna try my best not to take random days off. That being said, I'm starting this off with PHP! I covered some basics today by watching a youtube playlist, and I probably won't get through all 100+ videos in a week, but my aim with this challenge is to get the basics done and create something simple. After this challenge, I'll delve deeper into the languages that I like.
πŸ’Œ Day 1: What are you most looking forward in learning PHP?
I had to use PHP for a class about 2 years ago and I asked my friend to help me (because I had no idea what was going on and it wasn't taught in class), and he basically did the work. Now, I keep on seeing PHP as a requirement for job applications, so I decided to finally get started on learning it. I actually applied for a job half a year ago and they emailed me asking if I knew PHP, and having to say no made me feel like garbage. So...time to change that.
Art - I've been wanting to delve into 3D art for a while now. 3 years ago I looked up the classic donut tutorial for Blender, but that's it. Now I'm gonna do the same thing, but this time progress past the tutorial and actually make things on the regular with it. Hopefully I will be as obsessed with it as I was when I was first learning how to draw, and just pump out as much as I can (quality doesn't matter at the starting point). There's just so much to the interface for Blender that you need to learn...it's overwhelming and intimidating.
5 notes Β· View notes
izicodes Β· 2 years
Text
5 programming languages in 5 weeks | #5in5weeks Coding Challenge πŸ’»
Tumblr media
Hiya hiya! I wanted to create a challenge for myself but thought why not share it with other people! I decided I should dip into learning a bit of the programming languages I wanted to learn but always said β€œI’ll learn them later!” Later might never come with how busy I have become these days, so learning just the beginner stuff will suffice for now! And that is what the challenge is!
The challenge itself does not only have to focus on programming languages (I only said 5 programming languages for the people who are really new to programming or only know 1 or 2 languages) but the challenge can include frameworks and libraries.
Example programming languages:
β˜€ Java
β˜€ JavaScript
β˜€ C / C++ / C#
β˜€ PHP
β˜€ Ruby
β˜€ Python
β˜€ GO
Tumblr media
β˜€ Pick 5 programming languages you want to use for this challenge - bonus points if you never worked with the language in the past
β˜€ Learn the basics of each language e.g. syntax, what environment to work in, learn how to print, basic maths, etc
β˜€ Learn each language for 7 days - it does not need to be 7 days in a row (those who are extremely busy) but bonus points if you do 7 days, 5 weeks consecutively
β˜€ Use the hashtag #5in5weeks or #5in5WeeksCodingChallenge - to track your progress for your blog and for others to see on Tumblr (or anywhere really)
β˜€ OPTIONAL: you can include pictures on your posts
β˜€ OPTIONAL: on the 7th day of each language, build a simple, basic project! You can share it on your post, if you wanted
Tumblr media
In the posts, you can talk about what you learnt about the language. If you wanted, you could include the resources you used to help you learn. Talk about what you found easy to understand and what was hard to get the grasp off! But to be honest, you can talk about anything!
If you choose to include the mini project at the end of the week, you can talk about the project, again including the ups and downs!
Tumblr media
These prompts are completely optional! But I will definitely be using them~!
πŸ’Œ Day 1: What are you most looking forward in learning [insert prog. language]?
πŸ’Œ Day 2: What are your three goals with learning [insert prog. language]?
πŸ’Œ Day 3: How do you print β€œWelcome to Earth!” in [insert prog. language]?
πŸ’Œ Day 4: What has been easy so far from learning [insert prog. language]?
πŸ’Œ Day 5: What has been difficult so far from learning [insert prog. language]?
πŸ’Œ Day 6: Favourite topic so far from learning [insert prog. language]?
πŸ’Œ Day 7: Will you continue learning [insert prog. language] after this challenge? Why?/Why not?
Tumblr media
I really hope I can complete this challenge! I really want to try some languages I have been scared of continuing or trying, e.g. C++...
Again, this challenge is more for me to track my progress but anyone else can join!
That's all and have a happy day programming! β™‘
69 notes Β· View notes
lazar-codes Β· 7 months
Text
05/03/2024 || Day 20 (dop)
TLDR:
πŸ”Έ practised ASL fingerspelling
πŸ”Έ learned arrays in PHP
πŸ”Έ sketched a page in my sketchbook
------------------------------------------------------------------------------
Work
5in5weeks - I only covered 1 thing in PHP today, and that was arrays. When watching the video on them, I was thinking that they function more like dictionaries or maps, and had that suspicion confirmed when I went on the official documentation and it said that "An array in PHP is actually an ordered map". Good thing I've worked with maps a lot in my personal projects...
πŸ’Œ Day 2: What are your three goals with learning PHP?
Honestly, my only goal is to get the basics of PHP down so that I can get familiar with it and maybe work more with it to the point that I'm comfortable enough with adding it to my resume. I'll look at what type of projects I can build using PHP later.
0 notes