React.js Notes

https://react.semantic-ui.com/views/advertisement/https://levelup.gitconnected.com/build-a-todo-app-in-golang-mongodb-and-react-e1357b4690a6https://coreui.io/react/demo/3.0.1/#/buttons/button-groups

Dart and flutter posts [reading list]

10 good reasons to learn Darthttps://medium.com/hackernoon/10-good-reasons-why-you-should-learn-dart-4b257708a332 Why Flutter Uses Darthttps://hackernoon.com/why-flutter-uses-dart-dd635a054ebfFlutter: the good, the bad and the uglyhttps://medium.com/asos-techblog/flutter-vs-react-native-for-ios-android-app-development-c41b4e038db9 One More Thing (Flutter Live, Keynote Part 4)https://www.youtube.com/watch?v=5SZZfpkVhwk Flutter or React Native in…

js each foreach

https://hashnode.com/post/7-different-ways-to-make-ajax-calls-in-javascript-in-2019-cjr7pi2fl000gdjs2zgssqwhrhttps://www.sitepoint.com/jquery-each-function-examples/https://plnkr.co/edit/4DNXPn5eUpKVt4zRYEcp?previewhttps://www.freecodecamp.org/news/master-the-art-of-looping-in-javascript-with-these-incredible-tricks-a5da1aa1d6c5/https://www.c-sharpcorner.com/article/javascript-array-foreach-method-and-its-alternatives/https://forums.asp.net/t/2111929.aspx?how+to+loop+through+json+array+in+jquery+        let url = new URL(myAjax.ajaxurl)url.search = new URLSearchParams({    action: "ch_ajax_add_to_cart", "id": myID,     "amount": donatAmount})    fetch(url, {            method: 'get’,             headers: {                "X-Requested-With": "XMLHttpRequest"              },              }).then(res => res.json())         // .then(response => console.log(‘Success:’, JSON.stringify(response)))          .catch(error => console.error('Error:’, error)); https://forums.asp.net/t/2111929.aspx?how+to+loop+through+json+array+in+jquery+      https://jsfiddle.net/pmw57/ancj4L05/   https://selmantunc.com.tr/post/627504220838510592/js-each-foreach Önemlimustache js template https://codepen.io/johnsonshara/pen/mPzbBOhttps://github.com/stunc-git/php-il-ilce-for-ajax/blob/master/index.php

c#tut

https://www.youtube.com/watch?v=w3hsr-Nq7Hg&list=PLlWXSWdoaa5d5huvhoFcpmk_YErmkqFth&index=101generis http://dotnetpattern.com/csharp-genericshttps://www.tutorialsteacher.com/codeeditor?cid=cs-fsGJGF

Git Notes

My Favorites Git Notes —-Quick Git init —— echo “# rtrt” >> README.md git init git add README.md git commit -m “first commit” git remote add origin git@github.com:stnc/react-native-for-wordpress.git git push…