PricingBlog

do I need to learn something first?

  • msh2k-1285914894838923294

    msh2k

    1 year ago

    I want to make some basic apps. I have no idea where to start. I think the tutorials are useful but think I might need a primer in programming languages. Learn what they are and what they capable of etc.

    Should I learn some basic JS or something more agnostic like a general overview of programming languages ?

    My background is in UI Design so this is something completely different for me .
  • prettycold_-1285938827587879013

    Sam B

    1 year ago

    I'd suggest you start with toddle's Day 1, Day 2,..videos. Whenever you are not clear with a concept just go and watch a good YouTube video to understand in detail. A back and forth approach will help you move faster.

    Programming is an ocean, if you start there, there are good chances that you may feel a bit lost.

    Also, depending on what you're trying to build the approach can vary.
  • msh2k-1285943755081383956

    msh2k

    1 year ago

    ok got it, I want to build a flash card app.
  • msh2k-1285944072078364744

    msh2k

    1 year ago

    I watched this video and got kind of lost and confused with the variables part.
    https://youtu.be/tTJm6-0Wras?si=45oNbjalErtCO1oN
  • prettycold_-1285947100294545501

    Sam B

    1 year ago

    I suggest, start with the weather app that he builds on Day 2. Each tutorial builds on top of one another, in terms of concepts. So it helps if you follow the order and then start building your app.
  • ebud-1286010379788615701

    ebud

    1 year ago

    @msh2k Also design background here. When I was first starting out teaching myself web dev, I really enjoyed Superhi's courses. https://www.superhi.com/catalog/html-css-javascript-foundation Is a good foundation course if you are new to web development in general. But a lot of their courses are taught in a way that is catered to designers specifically and is very approachable. I found them much easier to follow than something like codecademy, etc.

    If you're using Figma for your design work, I would take the time to learn how auto-layout works (if you havent already). If you can grasp how to efficiently use it, you'll be able to pick CSS Flexbox very easily - which is what toddle uses as a default for creating layouts. They are basically the same thing.
  • ebud-1286011262890676275

    ebud

    1 year ago

    @msh2k Webflow was also a great tool for me going from design into web dev for learning the ins and outs of CSS and how to structure pages. You can create a free account and very quickly start playing around with their designer to see how html elements and CSS work together.
  • msh2k-1286011572262535270

    msh2k

    1 year ago

    Thanks for the great reply. I’m already pretty familiar with auto layout but I’m gonna take your advice and do a course that works through some html/css/js. Hopefully I’ll come back better placed to use this tool.
  • ebud-1286011781608636456

    ebud

    1 year ago

    @msh2k np! Def also watch the 'first week in toddle' series as others mentioned. It was great place to start learning the ins and outs of toddle
  • msh2k-1286011863926181952

    msh2k

    1 year ago

    I’ve built around 3-4 sites with Webflow. So it’s more about the programming logic that I’m finding hard to understand if that makes sense.
    👍1
  • ebud-1286012048152596522

    ebud

    1 year ago

    Def poke around the superhi site and see if anything pops out. They also have a 'Javascript for Designers' course: https://www.superhi.com/catalog/javascript-for-designers
  • msh2k-1286012147180114002

    msh2k

    1 year ago

    Will do, cheers
  • ebud-1286012573866655844

    ebud

    1 year ago

    Another great free resource is Daniel Shiffman's 'The Coding Train'. Specifically this playlist on Object Oriented Programming helped me a bunch: https://thecodingtrain.com/tracks/code-programming-with-p5-js/code/6-objects/1-intro. There are a bunch of other great resources for modern javascript in this playlist.

    But his way of teaching is also super great for visual people like designers.
  • msh2k-1286012795460128769

    msh2k

    1 year ago

    Wow thanks dude, I really appreciate all the help and advice
    💪1
  • Tod-1286012797783642265

    Tod

    1 year ago

    Great energy @msh2k! Your continuous contribution to the toddle Community just made you advance to Community Level 2!
  • ebud-1286012814351273994

    ebud

    1 year ago

    This is based around a creative coding library called P5.js but the concepts he teaches are applicable in wider JS ^
  • ebud-1286013660610957372

    ebud

    1 year ago

    Np! Built my whole career on pairing web dev with my design background, so feel free to reach out if you get stuck on anything. Got a whole bunch of resources I've collected along the way.
  • Tod-1286013661814718564

    Tod

    1 year ago

    Great energy @ebud! Your continuous contribution to the toddle Community just made you advance to Community Level 4!
  • msh2k-1286014289638985728

    msh2k

    1 year ago

    That’s so cool. I feel very limited as a designer and haven’t worked for about 2 years. I thought it would be a good idea to learn some more skills. Who knows, I might end up creating an app and then get my income that way. That’s the dream anyway 😀