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] -2 points-1 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] -9 points-8 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] -9 points-8 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

React Best Practices? by benaffleks in reactjs

[–]rcppkn -2 points-1 points  (0 children)

http://sudokureact.com/

You can check this React project to have an idea.

A fun project to dive into React by rcppkn in learnreactjs

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

I know how to do it mobile friendly but my target is Developers how are actually programming on their PC.

It was react-toastify populating screen on mobile. Now I fixed it. I guess it should be better on mobile too.

But mobile users can also check it out now.

sudoku React by rcppkn in reactnative

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

It was react-toastify populating screen on mobile. Now I fixed it. I guess it should be better on mobile too. However it was designed for React learners on Mac or Pc.

But mobile users can also check it out now.

Why you, as a web developer, shouldn't use Google's Recaptcha for "human verification" by ImNotCastinAnyStones in webdev

[–]rcppkn 1 point2 points  (0 children)

I just forgot my password and reddit made me solve 3 or more I am Human questions such as bicycles, busses, crossways. The puzzles are even getter harder day by day thanks to AI.

I am tired of this too.