NotePD Loader
Ideas Post

10 tech and their usage in one line.

    1. HTML : Create Web Page. CSS: Style Web Page. Javascript: Make web page interactive.

    2. React: Sugar coating over Javascript to better manage all 3 component.

    Angular, Vue they all belong to same class with different keywords for compiler.

    3. Node: Build server(including APIs) using Javascript. This is similar to keeping a computer at home and serving stored data to internet over APIs.

    4. SQL: Store data in table like format. MongoDB: Store data in document like format. Similar to an Javascript Object.

    5. Remix: React + Node + SQL. Using best practices of every tech.

    6. Display MAP on user machine. a) Take location from user using web app, mobile app. b) Pass them to MAP APIs. c) Display received map directions.

    7. python: Best for Mathematical Computation.

    8. Golang: Good for system programming, con-currency.

    System Programming:- Program which uses computer commands to run something over internet.

    9. Typescript: Javascript with Typings.

    Helpful in identifying error while compiling instead of while running Javascript code over browser.

    10. Kafka RabbitMQ

    Subscribe/publish architecture to share message over a network.

Tags
computerprogramming
0 Like.0 Comment
Comment
Branch
Repost
Like
Profile
Profile
Paoloand 1 more liked this
Comment
Branch
Like
0
159058
0
0
Comments (0)

No comments.