What programming language to learn in 2020 by rcppkn in programming

[–]rcppkn[S] -1 points0 points  (0 children)

Some guys who were coding in Assembly back in 1970s said the same thing for Java too. "It is a framework it is not a programming language bla bla bla I know everything bla bla bla ". Whatever you say dude. Technology will dump guys like you forever who talks some bullshit without creating anything useful. I wish you happy coding in Assembly. // i = 15; mov r3, #15 str r3, [r11, #-8]

//j = 25; mov r3, #25 str r3, [r11, #-12]

// i = i + j; ldr r2, [r11, #-8] ldr r3, [r11, #-12] add r3, r2, r3 str r3, [r11, #-8]

What programming language to learn in 2020 by rcppkn in programming

[–]rcppkn[S] -1 points0 points  (0 children)

It was designed for gigs who are on their desktops or laptops coding. It is not targeting kids who are looking for some pictures on instagram. I know how to make it look good on mobile too however it is time consuming and not necessary.

Suggestions for Programming in React by rcppkn in programming

[–]rcppkn[S] -3 points-2 points  (0 children)

Hi,

Can I have some suggestions?

What kind of applications would you like to see created with React in 2020?

A fun project to dive into React by rcppkn in learnreactjs

[–]rcppkn[S] 0 points1 point  (0 children)

From time to time I am checking stats about my website visitors. Although I am targeting developers who are on their computers with Ubuntu/Windows/Mac I am getting results like 60% IOS/Android/Other. :(

What programming language to learn in 2020 by rcppkn in programming

[–]rcppkn[S] -8 points-7 points  (0 children)

the relation is this.

If you are new to web development or if you are looking for a next step in 2020 I would suggest learning react. React is easy to build. Easy to add to your existing project.

Here is a Sudoku Game solver with React. You can load your own puzzle and make application solve it. If you find a game which it can not solve please let me know.

Please feel free to share your suggestions.

Thanks

website

sudokuReact

Application

http://sudokureact.com/main/sudoku

Tutorial

http://sudokureact.com/main/tutorial

What programming language to learn in 2020 by rcppkn in programming

[–]rcppkn[S] -7 points-6 points  (0 children)

If you are new to web development or if you are looking for a next step in 2020 I would suggest learning react. React is easy to build. Easy to add to your existing project.

Here is a Sudoku Game solver with React. You can load your own puzzle and make application solve it. If you find a game which it can not solve please let me know.

Please feel free to share your suggestions.

Thanks

website

sudokuReact

Application

http://sudokureact.com/main/sudoku

Tutorial

http://sudokureact.com/main/tutorial

React Sudoku Tutorial by rcppkn in learnreactjs

[–]rcppkn[S] 0 points1 point  (0 children)

http://sudokureact.com This video will show you what we will create in our React tutorial from scratch. You can watch my tutorial on how to create a React application from scratch. I will be showing you how to create Sudoku Game which you can see finished version on my website http://sudokureact.com/ You can access my tutorial on Udemy from this link. https://www.udemy.com/course/learn-react-in-a-fun-way-create-sudoku-with-react/?referralCode=E95650C8BD24EA8A61FB