Masthash

#LearningToCode

dodothedev :arch_linux:
1 week ago

I was pleasantly surprised and chuffed that my latest Solo Project on my #Scrimba journey only took two days to complete.

When I saw a 3 page website we had to write and style from scratch, I thought it would take weeks. But thanks to the reusability of my code, after doing the mobile #CSS, only a few tweaks were needed for the desktop design.

https://dodothedev-sp6-learningjournal.netlify.app/

#webDevelopment #ILoveCSS #CodeNewbie #100dev #100daysofcode #HTML #learningToCode

thegrumpyenby
2 weeks ago

“Hey, Kai! Why don’t you do more learning in public?”

Because THIS is what that would look like! 😆

#LearningToCode #LearningInPublic #LearningPython

CW bad singing 😉

[Captions included]
Kai typing away on their keyboard and badly singing along to Love Grows Where My Rosemary Goes (which is only in their headphones, probably making the experience for you worse, sorry!) as they learn to code Python
ChiefGyk3D
2 months ago

I made a rookie move when learning to manage my project on #GitHub and hard reset it trying to make a branch for the old code pre #docker version to keep separate. Anyway managed to grab the code from the pull requests for me and put it back in. #opensource #nodeJS #learningtocode https://github.com/ChiefGyk3D/twitch-and-toot

thegrumpyenby
2 months ago

Learn in public, people always tell me. But then I’m in a rush to get things done and don’t have the wherewithal to livestream my frenzy because that would take even more time and resources etc.

So, instead, I blogged about it in retrospect: “I Hardcoded My Portfolio Website — 8/10 Would Make This Mistake Again!”

https://dev.to/thegrumpyenby/i-hardcoded-my-portfolio-website-810-would-make-this-mistake-again-k5d

#LearningToCode #LearningInPublic #NewbieDev #WebDev #HTML #CSS

Jen :autism:
2 months ago

Just have to say the React beta docs are fantastic, been me with nailing some stuff I struggled to understand last year. Worth checking out if you haven't already, the pennies started to drop as I began working with this guide rather than the current docs on the site ⏩ https://beta.reactjs.org/

Also, found the legacy site for CRA which helped me better understand what's under the hood: https://create-react-app.dev/

Helpful!
#ReactJS #React #FrontEnd #WebDev #LearningToCode #Javascript

Crystal
2 months ago

One way to create unique IDs to be used as keys when rendering list items in React is to use the Date. now method.

function addItem(itemCreated) {
itemCreated. id = Date. now();
setItems((items) => [...items, itemCreated]);
}

#React #coding #LearningToCode

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now

Crystal
2 months ago

Really enjoyed this @CodeNewbies interview with @annajmcdougall

Thanks for sharing your experience of transitioning into tech!

https://www.codenewbie.org/podcast/from-opera-to-code

#LearningToCode #CodeNewbie #WomenInTech

sean
3 months ago

and it was on Day 9 of Hacking with Swift that my brain slightly broke.

:blobcatdance:

#swift #swiftui #learning #LearningToCode #HackingWithSwift

thegrumpyenby
3 months ago

Tried out an HTML5up template, and any IDs or classes I add to the CSS are being ignored entirely. I can change styling of existing classes and IDs. But apparently I may not create new ones.

What the actual fuck??? 🤬

I'll have another go at it tomorrow. For now I will sleep knowing I *don't* have to doubt my flexbox skills, because that's what drove me to despair before we figured out what was happening.

#html #css #WebsiteTemplate #LearningToCode #frontend #FrontendDev

Crystal
3 months ago

Problem-solving is totally an interdisciplinary skill. The steps to solve a problem in education are the same as solving a problem in coding, the same as solving a problem in parenting...

How to think like a programmer -- lessons in problem solving

#LearningToCode #problemsolving

https://www.freecodecamp.org/news/how-to-think-like-a-programmer-lessons-in-problem-solving-d1d8bf1de7d2/

Lee Perry
3 months ago

Just wasted an hour on this SQLite3 create database error on MacOS.

TLDR - file path error. Need to get my head around why producing that, but for purposes of today solved by just removing the folder structure.

#python #developing #learningtocode

unable to open database file error, sqlite3
thegrumpyenby
3 months ago

In related news, I have successfully procrastinated updating Xcode for approximately four weeks now. I reckon I can’t avoid it much longer. 😭 IYKYK… 😂

#coding #LearningToCode

the_curiostech
3 months ago

#learningtocode anyone use exercism lately? https://exercism.org/

Jen :autism:
3 months ago

After getting a handle on a little Next.js yesterday, I started learning to use Sanity today 😜. Wooo! Pretty freaking cool 😎🪄
https://www.sanity.io

#LearnInPublic #WebDev #LearningToCode #ReactJS #NextJS #Javascript

Crystal
3 months ago

I've been learning about coding for 96 days.

Sometimes I look back and feel like I've learned so much.

And then I'm struck with how little I actually know.

#LearningToCode #WomenWhoCode #Learning

Lee Perry
3 months ago

My python task for the day was to take an input grid and produce a minesweeper like score.

I started writing the algorithm to deal with the centre of the grid, but then realised that I could deal with the whole thing through three functions with three if statements within, leaning the entire program out.

Really happy with this wee project which contains nested logic and nested lists - I usually struggle with both.

#python #software #development #learningtocode #replit

Crystal
4 months ago

Some really great practical tips for those entering the tech job market in the EU.

Navigating the Job Market as an Entry Level Developer in the EU

3 Strategies from Chatting with Relive's Anastasiia Ivanova

#LearningToCode #WomenWhoCode

https://mariahlaqua.hashnode.dev/navigating-the-job-market-as-a-entry-level-developer-in-the-eu

Crystal
4 months ago

Just found out about Advent of Code. I'm not sure I know enough yet to really participate, but it looks like fun!

This post has past challenges organized by category.

https://www.reddit.com/r/adventofcode/comments/z0vmy0/350_stars_a_categorization_and_megaguide/

#AdventOfCode #LearningToCode #CodeNewbie #coding

CaroltheCrone
4 months ago

I decided to learn to code in #Python. I have never coded a thing in my life. I have never used a c prompt.

When I ask my (expert coding) husband a question, he tilts his head like a beagle who's heard a foreign sound, and can barely comprehend the question.

This is how I am reminded that we all process information sooooo differently.

#coding #LearningToCode #BeKind #Tolerance #Patience #LifelongLearning

Crystal
5 months ago

One reason I made this account is to document my learning. And one resource I've found useful and inspiring during these early days is the Code Newbie Podcast.

This episode features an interview with Caitlyn Greffly & highlights some things to keep in mind early in your coding career.

#coding #CodeNewbie #LearningToCode #learning

https://www.codenewbie.org/podcast/what-your-bootcamp-isn-t-teaching-you

thunderrrcunt
2 years ago

This is a total find for me! I am so excited I came across the courses!! #android #developer #learningtocode
:androidalt: :oh_no_bubble:
Training Courses  |  Android Developers
https://developer.android.com/courses

linuxwebdevelopment.com
4 years ago

How Many Hours a Day should you Spend learning Code? #learningtocode #learncoding #coding
https://www.youtube.com/watch?v=g9Az2GdCImY