typescript expert advice

ubba91

Active member
  • Apr 24, 2022
    151
    123
    43
    machan man js stack ekata maruwenna beluwe java stack eke idan. mata front end karala exp ekak ne. podi advise ekak oni backend walata typescript use karala patan ganna.

    1. Roadmap for js backend developer
    2. Pet project ideas to learn typescript
     

    kolavari

    Well-known member
  • Aug 11, 2012
    33,746
    1
    25,653
    113
    කැළෑ පොජ්ජේ
    Road for a js backend developer..?

    You need to learn js basics of course..things like event loop, how and why js is async, then may be nodejs, and weird parts about js, and be prepared to defend its stupid logics sometimes 😂 and act superior to every other language out there..forget the js that runs in browser, which means you got to learn all sorts of things about modules, common js etc. And then es 6,

    And then build tools, transpilers, bundlers like webpack, babel, gulp and loads of other stuff..

    And then finally, you learn express, and similar frameworks..may be react too, and may be, nextjs, or nuxt with vue but this is optional..

    Pet projects to get started with typescript? Basically anything would do..just don't do the to do list app or basic ones..start an actual project that uses a heavy stack.. that's where you get to touch the actual implementations, types etc..may be use graphql, with code generators..

    These are just off the top of my head, wish you good luck,
     

    KSPathirana

    Well-known member
  • Apr 22, 2015
    7,525
    9,543
    113
    Road for a js backend developer..?

    You need to learn js basics of course..things like event loop, how and why js is async, then may be nodejs, and weird parts about js, and be prepared to defend its stupid logics sometimes 😂 and act superior to every other language out there..forget the js that runs in browser, which means you got to learn all sorts of things about modules, common js etc. And then es 6,

    And then build tools, transpilers, bundlers like webpack, babel, gulp and loads of other stuff..

    And then finally, you learn express, and similar frameworks..may be react too, and may be, nextjs, or nuxt with vue but this is optional..

    Pet projects to get started with typescript? Basically anything would do..just don't do the to do list app or basic ones..start an actual project that uses a heavy stack.. that's where you get to touch the actual implementations, types etc..may be use graphql, with code generators..

    These are just off the top of my head, wish you good luck,
    තෑන්ක්ස්
     
    • Like
    Reactions: Psiko and kolavari

    dakshinasd

    Well-known member
  • Feb 23, 2008
    2,815
    1,974
    113
    127.1.1.0
    Road for a js backend developer..?

    You need to learn js basics of course..things like event loop, how and why js is async, then may be nodejs, and weird parts about js, and be prepared to defend its stupid logics sometimes 😂 and act superior to every other language out there..forget the js that runs in browser, which means you got to learn all sorts of things about modules, common js etc. And then es 6,

    And then build tools, transpilers, bundlers like webpack, babel, gulp and loads of other stuff..

    And then finally, you learn express, and similar frameworks..may be react too, and may be, nextjs, or nuxt with vue but this is optional..

    Pet projects to get started with typescript? Basically anything would do..just don't do the to do list app or basic ones..start an actual project that uses a heavy stack.. that's where you get to touch the actual implementations, types etc..may be use graphql, with code generators..

    These are just off the top of my head, wish you good luck,
    And maybe conisder a framework like NestJS as well after learning express
     
    • Like
    Reactions: ubba91

    SLHodahitha

    Well-known member
  • Nov 8, 2017
    3,086
    2,975
    113
    ::0
    elakiri.com
    https://roadmap.sh/backend


    Becoming a proficient TypeScript developer involves a structured learning path and continuous practice. Here's a roadmap to guide you on your journey to becoming a skilled TypeScript developer:
    1. Basic Programming Fundamentals:
      • Understand core programming concepts like variables, data types, loops, conditionals, functions, and basic algorithms.
      • Learn about version control systems like Git and basic terminal usage.
    2. JavaScript Fundamentals:
      • Gain a strong foundation in JavaScript since TypeScript builds upon it.
      • Learn about JavaScript data structures (arrays, objects) and functions (closures, promises, async/await).
    3. TypeScript Basics:
      • Understand the fundamentals of TypeScript, including types, interfaces, classes, and modules.
      • Learn about type annotations, type inference, and generics.
    4. Advanced TypeScript:
      • Dive deeper into TypeScript's advanced features such as union types, intersection types, conditional types, mapped types, and keyof.
      • Learn about decorators, namespaces, and module resolution strategies.
    5. Node.js and npm:
      • Explore how to use TypeScript with Node.js for server-side development.
      • Learn to work with npm packages and manage dependencies.
    6. Web Development with TypeScript:
      • Explore front-end development using TypeScript with popular frameworks like React, Angular, or Vue.js.
      • Learn about component-based architecture, state management, and routing.
    7. Tooling and Development Workflow:
      • Set up TypeScript in various development environments (IDEs, editors) and configure build tools (Webpack, Parcel).
      • Learn about debugging, linting, and code formatting.
    8. Testing and Quality Assurance:
      • Explore testing frameworks (Jest, Mocha) and learn about unit, integration, and end-to-end testing.
      • Understand how to write effective tests for TypeScript code.
    9. RESTful API Development:
      • Learn how to create APIs using TypeScript and Node.js.
      • Understand concepts like REST, HTTP methods, authentication, and data validation.
    10. Database Integration:
      • Learn to work with databases (SQL or NoSQL) using TypeScript.
      • Explore concepts like querying, data modeling, and database migrations.
    11. Continuous Learning and Real-world Projects:
      • Practice your skills by working on real-world projects or contributing to open-source projects.
      • Keep up with TypeScript and JavaScript ecosystem updates and best practices.
    12. Advanced Concepts: (Optional)
      • Explore more advanced topics like design patterns, advanced TypeScript features (conditional types, symbol types), and functional programming with TypeScript.
    Remember that learning is an ongoing process, and the roadmap may vary based on your goals and interests. Regularly working on projects, participating in coding communities, and staying up-to-date with industry trends will help you grow as a TypeScript developer.
     

    ubba91

    Active member
  • Apr 24, 2022
    151
    123
    43
    Road for a js backend developer..?

    You need to learn js basics of course..things like event loop, how and why js is async, then may be nodejs, and weird parts about js, and be prepared to defend its stupid logics sometimes 😂 and act superior to every other language out there..forget the js that runs in browser, which means you got to learn all sorts of things about modules, common js etc. And then es 6,

    And then build tools, transpilers, bundlers like webpack, babel, gulp and loads of other stuff..

    And then finally, you learn express, and similar frameworks..may be react too, and may be, nextjs, or nuxt with vue but this is optional..

    Pet projects to get started with typescript? Basically anything would do..just don't do the to do list app or basic ones..start an actual project that uses a heavy stack.. that's where you get to touch the actual implementations, types etc..may be use graphql, with code generators..

    These are just off the top of my head, wish you good luck,
    Thanks machan
     
    • Like
    Reactions: kolavari

    HAneo

    Well-known member
  • Jan 30, 2007
    12,970
    29,167
    113
    Homagama
    machan man js stack ekata maruwenna beluwe java stack eke idan. mata front end karala exp ekak ne. podi advise ekak oni backend walata typescript use karala patan ganna.

    1. Roadmap for js backend developer
    2. Pet project ideas to learn typescript
    what do you mean by by js Backend developer?

    when it comes to front you don't want to know the back end that much. just call the end point and do the front things

    and i'm not sure that i can understand your question either
    can you explain what you going to do here?