JDJacqueline Dalyinjdbyteblog.hashnode.dev·Sep 1, 2024 · 4 min readByte'Sized Blogging Schedule.Hello World....Again. Abruptly taking a break from uploading right after starting the blog wasn't part of the plan. However, the time off was necessary to focus on my job search and to give myself some breathing room between projects. I also needed t...00
JDJacqueline Dalyinjdbyteblog.hashnode.dev·Jun 17, 2024 · 6 min readWhy I'm Learning....GodotWelcome Back! This article was further delayed by the fact I’m back to college this semester, so I had to re-calibrate again for new timetables and coursework. I’ve worked out a better schedule around that now, so hopefully this will be the last dela...00
JDJacqueline Dalyinjdbyteblog.hashnode.dev·Jun 4, 2024 · 8 min readWhat I Learned from 30 Days of CodingIntroduction I recently completed my first 30-day coding challenge over on GitHub. I wanted to change careers, get into software development. While I already had some experience with coding from my previous education, I was out of practice and needed...00
JDJacqueline Dalyinjdbyteblog.hashnode.dev·Jun 2, 2024 · 2 min readHello World!#A small greeting from Python. :-) greeting = "Hello World" name = "I'm Jack!" description = "This is my first Blog post ever!" print(greeting+"\n"+name+"\n"+description) 'Byte-Sized Blogging with Jack. This is my blog. There are many like it, but...00