Chicory
chicory3.bsky.social
Chicory
@chicory3.bsky.social
I am starting my journey to learn Coding! I am also a craft-starter, and sometimes even a craft-finisher. I love LOTR, bunnies, and gardening.

They/them pronouns
Day 100 of #100daysOfCode.

I can’t believe it’s here. I am so torn up with hope and pride and a little sadness and frustration. I want to keep going with coding; clearly only 100 days of spotty work is not enough for a true grasp of what it takes to be coder.

#firstStep #learning #code
April 18, 2025 at 6:56 AM
Day 96 of #100daysOfCode

Read more into the Gamers guide to Coding- I tried to read more into the JavaScript section and I did get some of the loops and var- but I’m glad I am learning Python because that is actually where I learned that.

#learning #python #javascript
April 14, 2025 at 6:08 AM
Day 93 of #100daysOfCode

More on Python and loops! So much fun- I love it when it’s fun to still make mistakes! Learning is going slow but it’s going.

Oh my god not many stickers on this! I promise more stickers on tomorrow’s notes. Let’s finish strong!!
April 11, 2025 at 6:17 AM
Day 90 of #100daysOfCode!

Oh my gosh on the home stretch! Just in time to start a new project. Wahooo I am finally starting on Python. I chose this class because it seems like a good intro and also I get to relearn algebra apparently! Fun!
April 8, 2025 at 6:16 AM
day 85 of #100daysOfCode

Talking about Concatenation! I feel like I am finally starting to get what is going on with these, but its slow going. I am glad the pyramid is starting to take shape! We are getting there!
April 3, 2025 at 6:03 AM
Day 84 of 100daysOfCode

Learning a lot about Loops- what goes into them % some different kinds of loops. Getting an outcome that shows on the console was really refreshing! I finally felt like I knew what I was doing.
I am starting to see how these instructions are linked together. It's hopeful!
April 2, 2025 at 5:26 AM
Day 83 of #100daysOfCode

I got so much farther in to javaScript! Finished up learning about .pop() and .push(). Now I have started on loops. javaScript is also already giving me a warning about a potential Infinite loop. This is really nice that they already give you a heads up!

#learning #code
April 1, 2025 at 5:38 AM
day 82 of #100daysOfCode

#Learning so much more about arrays and other methods in #javaScript. .length, .push, and .pop all move the information around in the syntax. I think part of what I am struggling with is how this is going to be used. I need to stay curious and not get frustrated!
March 31, 2025 at 6:32 AM
day 81 of #100daysOfCode

Working on more #javaScript! It is still hard for me to break into but I can feel my brain switching over for how to conceptualize what the script is saying. It is just taking #practice.

#learning #code #notes
March 29, 2025 at 7:01 AM
day 80 of #100daysOfCode

So many uses for Arrays! #javascript is so different that what I am used to. Especially with mutable things, and with numbers - they are not numbers necessarily, they can also be terms and counts or simple data. I know that if I keep going with this I can figure it out.
March 28, 2025 at 6:29 AM
day 79 of #100daysOfCode

Working more on the JavaScript Project- getting more of the new way of thinking about variables and 'let' and other syntax of JavaScript. It is so interesting learning a whole new way of thinking about how information is held and used.

#javaScript #learning #code
March 27, 2025 at 6:39 AM
Day 77 of #100daysOfCode

I worked on definitions of information types in JavaScript on the train but it was so relaxing that I honestly kept watching out the window
March 25, 2025 at 6:25 AM
Day 76 of #100daysOfCode

Simply working on basics- writing down and understanding definitions to work in JavaScript. Tokens, Keywords, and four types of Data. Also how to view Syntax Errors which- if they built that in… seems important

#learning #JavaScript
March 24, 2025 at 7:01 AM
Day 75 of #100daysOfCode!

We made it to three quarters! That’s amazing. Today was about learning definitions for JacaScript. I am hoping this makes it easier when I get back into freeCodeCamp’s work and it’s asking me to write projects.

#hopeful #learning #javaScript
March 23, 2025 at 6:40 AM
Day 75 of #100daysOfCode!

We made it to three quarters! That’s amazing. Today was about learning definitions for JacaScript. I am hoping this makes it easier when I get back into freeCodeCamp’s work and it’s asking me to write projects.

#hopeful #learning #javaScript
March 23, 2025 at 6:38 AM
Days 73 and 74 of #100daysOfCode

Oh my goodness! I forgot to post yesterday but I promise I did read Devon Persing’s book! It was gifted to me by @roseaboveit.bsky.social - thank you so much!

Accessibility is something I really want to learn more about!
March 22, 2025 at 5:08 AM
day 73 of #100daysOfCode

JavaScript is nothing like how I am used to thinking about Code. It is stretching my brain! I am going on a trip over the next few days but I am taking with me some books on Coding. One of them specifically goes into JavaScript. While on the train I will study!

#JavaScript
March 20, 2025 at 6:36 AM
Day 71 of #100daysOfCode

Listened to more CS-50 today while the power was out. Watching the lecturer work through functions on Scratch is so interesting. I should try and play around with it when the power comes back on!
March 19, 2025 at 5:12 AM
day 70 of 100daysOfCode

Starting out JavaScript! It is a little intimidating to jump from something so Front-End to something so Back-End. I really don't know what many of these words mean in these contexts, but I know I can learn what they mean. That is exciting!

#love #learning #JavaScript
March 18, 2025 at 5:52 AM
day 68 of 100daysOfCode

HOORAY! The bunny is complete and he waves! I am so happy with how cute this turned out. I finished out an @media and then finished the project! This has taken weeks, but I learned so much by pushing myself and going beyond the assignment. I am still loving coding!
March 17, 2025 at 5:23 AM
Day 68 of 100daysOfCode

The bunny is finally complete! Hooray! This has taken me so long but I am so proud of getting to this place! Working on the smaller elements was so much easier now that I really understand Z-index.
Tomorrow I can set the pivot points and set the animations!
March 16, 2025 at 5:55 AM
day 67 of #100daysOfCode

Today I asked for help with the Z-index from @zeroutopia.bsky.social & @roseaboveit.bsky.social Together we de*bugs*ed the bunny! I learned about how to go slowly back through the problem and isolate the issue, then slow pick apart the options to solve the problem.

#team
March 15, 2025 at 5:17 AM
Day 66 of 100daysOfCode

Listened to more of CS-50. I like how they breakdown how to think about algorithms and code. I learned the concept of RubberDuck Decoding. I think I have been intuitively been doing this with my notes. describing what is going on is helpful to actually solving the problem.
March 14, 2025 at 6:11 AM
day 65 of 100daysOfCode

Today I listened to more of CS-50 lecture 0. I loved learning more of what is "under the hood" of programming. Learning about bits and bytes was so interesting! With nothing but (millions and trillions) 0s and 1s we can do so much!

#learning #bit by #byte
March 13, 2025 at 3:51 AM
day 64 of #100daysOfCode

I got the face in on the bunny- and the body! I am starting in on the arms, but I am struggling with the z-index again in that I want the arms to be behind the body. When I am using the z-index it seems like it is having no effect, so I will see what else can be done.
March 12, 2025 at 6:28 AM