Adrian's Avatar

Adrian

@adriancarr.bsky.social

Software Engineer | Australian | HTML | CSS | Javascript | MERN Currently focused on the 100 days of code challenge.

24 Followers  |  14 Following  |  35 Posts  |  Joined: 20.11.2024  |  1.4128

Latest posts by adriancarr.bsky.social on Bluesky

Post image

day 28 of #100daysofcode

nice little easy coding challenge for today. I've learned that sometimes the process of turning a little light on at the start of studying helps the brain get into a focus mode with enough repetition. Interested to see if it works out. #coding #tech #100devs #study

08.03.2025 10:57 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Day 27 of #100daysofCode

Why is consistency so hard? anyway, here is my first go at a coding challenge using arrays. #tech #100devs #coding

07.03.2025 11:00 β€” πŸ‘ 9    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Bit of an easy one today.

01.03.2025 12:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 26 of #100daysofcode more coding challenges, more reading. Been thinking of some fun projects that include discord bots, might have to go browsing some discord.js documentation. #coding #tech #100devs

01.03.2025 11:54 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I was thinking that too, but the parameters showed that there might be a chance of an empty string which typeof wouldn't account for.

01.03.2025 11:52 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

This was my coding challenge for today. #code #coding #javascript

28.02.2025 16:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 25 of #100daysofcode Had a 'planned' break, time to get stuck back in. Going to do a few coding challenges, start working with Arrays tonight. #coding #100devs #tech

28.02.2025 14:09 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Day 24 of #100daysofcode testing my knowledge of loops and conditionals with a 6Kyu codewars. Any advice welcome.

Some more Elo-JS reading tonight. #coding #100devs #tech

16.02.2025 13:49 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thankyou for the replay and I'll give the ternary operator a go!

15.02.2025 14:42 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Day 23 of #100daysofcode little busy today but did a quick coding challenge. Reversing numbers. Hoping to get some more reading done tonight. #100devs #tech #coding

15.02.2025 14:41 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Starting to do some coding challenges via codewars.com. Want to do at least 1 a day minimum adding in Pseudocode as I go. First up, simple 'Even Or Odd'. Any advice is welcome! #100devs #tech #coding

14.02.2025 13:26 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

day 22 of #100daysofcode
Really enjoying eloquent JavaScript as a book. Chapter 1 I learnt of concepts I haven't heard of before like type coercion and truthy/falsey concepts. #100devs #coding #tech

14.02.2025 12:55 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

day 21 of #100daysofcode bought eloquent javascript and plan on reading through it a chapter a day. Taking notes, reviewing them. Really enjoying learnign #javascript so far. #100devs #tech #coding

13.02.2025 11:05 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 20 of #100daysofcode Had to break for a few days but back into it today. I got my portfolio site up and going. Anyone got any recommendations of fun projects to fill it with?
Today I'll be reading, reviewing and doing a code challenge or two. #tech #coding #100devs

12.02.2025 11:53 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
my code

my code

My code :)

08.02.2025 10:53 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 19 of #100daysofcode back into it today with coding a mini C to F convertor for JS. Trying to do it without directly googling it and was successful. Going to try and make it go both C to F and F to C now. Happy with my progress! #coding #tech #100devs

08.02.2025 10:50 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 18 of #100daysofcode The grind continues. Planning to start doing a daily code challenge. Got some things I need to get done for the weekend. Time to get stuck in! #100devs #tech #coding

06.02.2025 10:12 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 17 of #100daysofcode welp, missed most of the day for myself because I've been feeling off and ended up sleeping alot (Feeling better now).
So going to do some revision, have a go at Fizzbuzz and get some progress today. #100devs #coding #tech

05.02.2025 21:08 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 16 of #100daysofcode Finally felt like I've fallen behind a little where I want to be, but just got to keep grinding. Got to be willing to accept that things will click eventually. Still moving ahead. #100devs #tech #coding

04.02.2025 11:31 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 15 of #100daysofcode The next Javascript lecture awaits! I believe I'll be learning function expressions and arrow functions today. Also have some code to write out from scratch. #100devs #tech #coding #javascript

03.02.2025 11:22 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

day 14 of #100daysofcode Todays task is more reading as well as playing around with some #Javascript code. Excited to get started!. #tech #100devs #code

02.02.2025 14:40 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
my elliptical progress.

my elliptical progress.

For January (starting on the 3rd of Jan) I set myself the gym goal of doing 1 minute on the Elliptical (level 5) and adding one extra minute each day until the end of January. And I managed to achieve it! I am proud of myself for staying committed. February will be the Stairmaster #gym #fitness

01.02.2025 14:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 13 of 100 days of code. Today is a read and review day mostly as I can't be at my computer to code. Got the eloquent javascript book to read through while also doing some Anki. I'm committed to doing something to progress each day. So no off days!. #tech #coding #100devs #100daysofcode

01.02.2025 14:15 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 12 of 100. Javascript starts today, finally. Really looking forward to it!. #100devs #100daysofcode #coding #tech

31.01.2025 11:56 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 11 of 100 days of code.
Last days of CSS before moving onto Javascript. Can't wait to dig into some daily coding challenges. Finishing off two practice sites that need the CSS sorted and I'm done. #100daysofcode #tech #100devs #coding

30.01.2025 11:40 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 10 of 100. The last class on CSS finally. CSS is a little but of fun with problem solving and I enjoyed some of the challenges involved but I can't wait to be digging into Javascript in two more days. Want to finish off two more site layouts in the meantime. #tech #100devs #100daysofcode

29.01.2025 11:52 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 9 of 100 days to code.
Tonight it's about CSS. Almost through to the other side. So far I'm happy with how my time blocking each day has been. Been able to do my gym workouts, get my 10 steps and feel happier. I have had a great start to 2025. #tech #coding #100devs #100daysofcode

28.01.2025 10:51 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 8 of 100 days of coding. Tonight will be building a few site layouts, got three I want to hash out in the next two days. CSS using floats is a fun experience. #100devs #tech #coding #100daysofcode

27.01.2025 11:59 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 7 of 100 days of coding. Yesterday ended up being a bit slow in getting the things I wanted done. But that is ok. I feel well rested, mentally alert and ready to get stuck into todays tasks.
Have alot to get done but I'm confident in managing my time. #tech #100devs #coding #100daysofcode

26.01.2025 08:13 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 6 of 100 days of coding. Got some stuff I want to get done today but didn't get a good enough sleep. Friction is high to procrastinate but I want to keep progressing where I can. One slow step forward is better than no steps at all. #coding #tech #100devs

25.01.2025 08:51 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@adriancarr is following 13 prominent accounts