Pages:
Author

Topic: Learning JS for bitcoin apps (Read 2540 times)

full member
Activity: 166
Merit: 100
December 20, 2016, 09:06:47 PM
#28
If you're looking to learn basic beginner web programming and bitcoin at the same time.
I have created some introductory bitcoin web tutorials for beginners focusing on JavaScript.
http://coinables.github.io/

Here's more that are good for PHP beginners.
https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

I've also just started on a Bitcoin NodeJS series on my YouTube channel.
https://www.youtube.com/user/m1xolyd1an/videos

Good lessons,
Thank you.
hero member
Activity: 896
Merit: 1000
December 18, 2016, 10:11:25 PM
#27
Freecodecamp.com is really good for learning they will teach you a lot of things free and teach you how to even get work.
hero member
Activity: 882
Merit: 533
December 18, 2016, 09:56:11 AM
#26
If you're looking to learn basic beginner web programming and bitcoin at the same time.
I have created some introductory bitcoin web tutorials for beginners focusing on JavaScript.
http://coinables.github.io/

Here's more that are good for PHP beginners.
https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

I've also just started on a Bitcoin NodeJS series on my YouTube channel.
https://www.youtube.com/user/m1xolyd1an/videos

This guy is awesome, follow him, he made so much videos to show people how to use bitcoin and accept it in their website.
I thought you left the forum.
legendary
Activity: 1442
Merit: 1188
December 17, 2016, 07:24:03 PM
#25
If you're looking to learn basic beginner web programming and bitcoin at the same time.
I have created some introductory bitcoin web tutorials for beginners focusing on JavaScript.
http://coinables.github.io/

Here's more that are good for PHP beginners.
https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

I've also just started on a Bitcoin NodeJS series on my YouTube channel.
https://www.youtube.com/user/m1xolyd1an/videos
hero member
Activity: 882
Merit: 533
December 17, 2016, 06:41:22 AM
#24
I beg to disagree. World's largest social network Facebook is delivering pages through PHP. Most of the world's biggest forum in various niche, including BitcoinTalk, runs on PHP. PHP has evolved into a very secure language from what it was a few years back.
But PHP is definitely not the future.Take any start-ups for instance,80% of them are updating the codebase replacing the traditional PHP with node.js and python in 2016 at least.PHP hasn't seen a noticeable development since months whereas every day a new module is released under node.Day to Day,back-end devs are shifting their traditional stack with MEAN. 

Hello,

I am newbie in coding.

What best free online service for learn JavaScript.

I want to create cool app with bitcoin.
Don't start learning programming with JavaScript as you would miss out on a lot of basics.Learn C programming,C++ Object Oriented.Once you have solid basics,move on to JavaScript.This will make it easier to learn JavaScript.
The best tutorial to learn JS : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide

You should learn POO for sure, but i don't think that C family is a good way to start as it very complicated for newcomers, JS is great, you can have POO, talk to servers, and even use machine's ressources (V8) same as C but you don't need to write 3 pages for a simple trigger.
Go for Javascript, learn the POO object oriented, once you feel well with JS, go to PHP, and Then, you can go to node.JS and C family (my favorite is C++). It is funny to learn languages Cheesy
sr. member
Activity: 462
Merit: 250
December 16, 2016, 06:23:16 PM
#23
Hello,

I am newbie in coding.

What best free online service for learn JavaScript.

I want to create cool app with bitcoin.

You can try node.js or angular.js
sr. member
Activity: 410
Merit: 257
December 13, 2016, 05:19:22 PM
#22
Learn java!   Cheesy
legendary
Activity: 1988
Merit: 1317
Get your game girl
December 13, 2016, 11:47:38 AM
#21
I beg to disagree. World's largest social network Facebook is delivering pages through PHP. Most of the world's biggest forum in various niche, including BitcoinTalk, runs on PHP. PHP has evolved into a very secure language from what it was a few years back.
But PHP is definitely not the future.Take any start-ups for instance,80% of them are updating the codebase replacing the traditional PHP with node.js and python in 2016 at least.PHP hasn't seen a noticeable development since months whereas every day a new module is released under node.Day to Day,back-end devs are shifting their traditional stack with MEAN. 

Hello,

I am newbie in coding.

What best free online service for learn JavaScript.

I want to create cool app with bitcoin.
Don't start learning programming with JavaScript as you would miss out on a lot of basics.Learn C programming,C++ Object Oriented.Once you have solid basics,move on to JavaScript.This will make it easier to learn JavaScript.
The best tutorial to learn JS : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
legendary
Activity: 2226
Merit: 1052
December 13, 2016, 05:56:43 AM
#20
I know PHP way better than JS, i will suggest you to have look at angular JS also when you finish learning basic of java. https://angularjs.org/

PHP is in decline as a programming language.

I beg to disagree. World's largest social network Facebook is delivering pages through PHP. Most of the world's biggest forum in various niche, including BitcoinTalk, runs on PHP. PHP has evolved into a very secure language from what it was a few years back.

But, these are out of context here. PHP is a server-side language, as against Javascript, which is a client-side language. Their purpose of existence are very different indeed.
hero member
Activity: 882
Merit: 533
December 12, 2016, 09:13:18 AM
#19
First if all, i recomend you to lear PHP because even if he is in decline, he is still the most secure code for backend programing. Now for JS, w3school is great to begin, and then you can learn socket.io, learn template usage and customisation, and finaly you will be able to create templates, all of this can be done in 1-3 years.
I also advise you to fetch Github and NPM for interesting packages related to bitcoinJS-LIB :

http://bcoin.io/browser.html - A bitcoin full node in the browser
https://github.com/bitcoinjs/bitcoinjs-lib - Start here

you can fetch more and have more examples, you can even generate an address with js and send withdraw funds with it.

Some are even developing it for Altcoins. But here is the order wich you should follow :

- HTML
- CSS
- JS
- NODE
- SOCKET
- BITCOINJS-LIB

This way, you will always learn the required language before going ahead to annother, you can add PHP just after CSS, because you can do the same using a bitcoin/Altcoin daemon runing in a VPS running in the background, and query him with RPC callbacks.


good info. thank you.
i learning this theme now

Only this will take you 1 year to learn, and master the basics, but you will then be able to do near everything, libraries like angular and reac will be just a childs play for you. Always learn the basics and then go for the details.
full member
Activity: 166
Merit: 100
December 11, 2016, 10:51:49 PM
#18
Learn HTML,CSS,JavaScript,AngularJS/ReactJS and Node.js.
That's it,I guess..

There are tons of YT videos,no need of paying for a course.

need learn AngularJS/ReactJS and Node.js for full-project development?
full member
Activity: 166
Merit: 100
December 11, 2016, 10:51:00 PM
#17
First if all, i recomend you to lear PHP because even if he is in decline, he is still the most secure code for backend programing. Now for JS, w3school is great to begin, and then you can learn socket.io, learn template usage and customisation, and finaly you will be able to create templates, all of this can be done in 1-3 years.
I also advise you to fetch Github and NPM for interesting packages related to bitcoinJS-LIB :

http://bcoin.io/browser.html - A bitcoin full node in the browser
https://github.com/bitcoinjs/bitcoinjs-lib - Start here

you can fetch more and have more examples, you can even generate an address with js and send withdraw funds with it.

Some are even developing it for Altcoins. But here is the order wich you should follow :

- HTML
- CSS
- JS
- NODE
- SOCKET
- BITCOINJS-LIB

This way, you will always learn the required language before going ahead to annother, you can add PHP just after CSS, because you can do the same using a bitcoin/Altcoin daemon runing in a VPS running in the background, and query him with RPC callbacks.


good info. thank you.
i learning this theme now
member
Activity: 79
Merit: 10
December 11, 2016, 09:16:36 PM
#16
Personally, I learned these languages in order:
-HTML
-CSS
-JS
-PYTHON
-PHP

Good luck, codeacademy is a good start Smiley
hero member
Activity: 882
Merit: 533
December 10, 2016, 06:45:54 AM
#15
First if all, i recomend you to lear PHP because even if he is in decline, he is still the most secure code for backend programing. Now for JS, w3school is great to begin, and then you can learn socket.io, learn template usage and customisation, and finaly you will be able to create templates, all of this can be done in 1-3 years.
I also advise you to fetch Github and NPM for interesting packages related to bitcoinJS-LIB :

http://bcoin.io/browser.html - A bitcoin full node in the browser
https://github.com/bitcoinjs/bitcoinjs-lib - Start here

you can fetch more and have more examples, you can even generate an address with js and send withdraw funds with it.

Some are even developing it for Altcoins. But here is the order wich you should follow :

- HTML
- CSS
- JS
- NODE
- SOCKET
- BITCOINJS-LIB

This way, you will always learn the required language before going ahead to annother, you can add PHP just after CSS, because you can do the same using a bitcoin/Altcoin daemon runing in a VPS running in the background, and query him with RPC callbacks.
full member
Activity: 168
Merit: 100
December 07, 2016, 05:01:36 PM
#14
Learn HTML,CSS,JavaScript,AngularJS/ReactJS and Node.js.
That's it,I guess..

There are tons of YT videos,no need of paying for a course.
sr. member
Activity: 410
Merit: 257
December 07, 2016, 07:46:36 AM
#13
I'm not sure that you know, what you should learn? Android apps are usually written in java, not javascript. Java is not javascript!


Not android apps, i want to create web javascript app with bitcoin

Ok,  cool! Like an exchange?
full member
Activity: 182
Merit: 101
December 07, 2016, 04:25:31 AM
#12
I'm not sure that you know, what you should learn? Android apps are usually written in java, not javascript. Java is not javascript!


In order to make Bitcoin phone apps you need to learn, java, xml  for android and swift for ios

however if you just want to learn javscript go to

w3schools, thenewboston.com, udemy, codeacademy and there are also lots of youtube videos- which i prefer to learn
sr. member
Activity: 300
Merit: 250
December 07, 2016, 01:19:05 AM
#11
I'm not sure that you know, what you should learn? Android apps are usually written in java, not javascript. Java is not javascript!


Not android apps, i want to create web javascript app with bitcoin
sr. member
Activity: 410
Merit: 257
December 06, 2016, 05:47:56 PM
#10
I'm not sure that you know, what you should learn? Android apps are usually written in java, not javascript. Java is not javascript!
sr. member
Activity: 812
Merit: 252
December 06, 2016, 04:17:45 PM
#9
Right now I am following a course on the Udemy platform and I think is a good place to learn. I bought 5 courses and I am very happy and I learned a lot. You can do a search for Javascript and they have many courses on the topic. If you buy a course, look for a coupon on google before buying it, in order to save some money Wink
Pages:
Jump to: