Pages:
Author

Topic: How Should I proceed to become a block chain developer. (Read 486 times)

sr. member
Activity: 742
Merit: 395
I am alive but in hibernation.
Thank you all for your response.
I am going to lock this thread but if you really have something to suggest/add then please PM me.

If it is really helpful then I will unlock this thread for you or will post on your behalf (full credit will be given to you.)
copper member
Activity: 68
Merit: 0
We are Renesis Community !
Definitely you should. You just need to have patience as blockchian tech is more than creating altcoins or creating nodes. It is a life changing technology . You can search for altcoin discussion and bitcoin discussion groups on IRC as old and experienced people hang out there.
full member
Activity: 350
Merit: 100

I look forward to your help
Understanding the basics, One of the biggest hurdles with anything as new and revolutionary such as the blockchain technology, is familiarizing oneself with various concepts integral to the system, If you are a beginner, There are certain terms that you need to familiar with, Blockchain, Decentralized, Concensus Mechanism, Miner's , It could be advisable to learn more on this terms that are widely used in crypto sphere, Up next it is time to educate yourself some more on the technical aspects of the blockchain.
copper member
Activity: 19
Merit: 0
There are numerous online resources on manual platforms on Github or online courses on Udemy as well. Another great choice would be blockchain courses on https://www.pluralsight.com/search?q=blockchain , well most are free and great instructors as well.
newbie
Activity: 47
Merit: 0
You will need programming skills if you want to dive into blockchain development.

People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Solidity is pretty easy to learn. It is mostly self-explanatory.
You should start with some basic languages and learn the general approach / routines when developing a software.


Hello Bob.
Can you suggest me a basic language and general approach to begin?
Where and how can I start to learn something like that?

I k ow a bit JavaScript...

Javascript is only going to help you with web development (mostly).
The most used language in blockchain developing is C++. But any C based languages will give you a kickstart since the syntax are all the same. Learn one and you pretty much be able to write code in others. Examples are Java, C#, C++ or Python, or newer languages like Swift, Kotlin (not suggested).

Among all languages, Python is the easiest to start with and compile. After that you can start learning C++, and it is a little harder to compile and debug C++ code. Just a heads up, C++ is one of the strictest language that I have known so far. With it, you will need to care about Memory leaks which is one of the hardest thing in C++.
legendary
Activity: 3024
Merit: 2148
This is probably something that you are looking for: https://programmingblockchain.gitbooks.io/programmingblockchain/content/

The book is rather short, but full of code examples, so it's a good way to start learning some blockchain programming. I'd also recommend you to get a strong grasp of cryptography, because without it you might seriously screw up something: https://bitcointalksearch.org/topic/book-recommendations-about-cryptography-2818388

Also, keep in mind that blockchain is a very experimental technology, so learn it at your own risk.
newbie
Activity: 16
Merit: 0
Apply for a blockchain job. Someone might be willing to take a gamble on you.
legendary
Activity: 1624
Merit: 2481
Can you suggest me a basic language and general approach to begin?

Well, this depends on what kind of software you want to build.

Pretty 'basic' languages would be C, C++, Java.
If you are rather into a scripting language, then python is a powerful tool.



Where and how can I start to learn something like that?

There are quite a few tutorials/books available online.
You can find free ebooks for most programming languages/topic here: https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
You will need programming skills if you want to dive into blockchain development.

People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Solidity is pretty easy to learn. It is mostly self-explanatory.
You should start with some basic languages and learn the general approach / routines when developing a software.


Hello Bob.
Can you suggest me a basic language and general approach to begin?
Where and how can I start to learn something like that?

I k ow a bit JavaScript...
copper member
Activity: 490
Merit: 105
★777Coin.com★ Fun BTC Casino!
You can't directly become a blockchain developer without actually knowing the basics. It's good that you started reading 'Mastering Bitcoin' as it will give you an idea about Bitcoin actually works and the terminology. You can do some online courses which will guide you better towards becoming a blockchain developer and then you can start practicing by taking some good projects from Github (not the Bitcoin core) . Start with smaller projects. You can go for wallets and then gradually start developing your own projects. Once you get started with things you will get a clear picture of what to do next.
legendary
Activity: 1624
Merit: 2481
My further research revealed that a block chain developer should be well versed in front end development (like HTML, CSS etc, so I will start with them for a time being)

IMO front end developing is the least useful for you to learn at this stage.
While it might be funny to create fancy sites with lots of animations and a nice appearance, it is not programming.

You will need programming skills if you want to dive into blockchain development.



People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Solidity is pretty easy to learn. It is mostly self-explanatory.
You should start with some basic languages and learn the general approach / routines when developing a software.

The language itself can be learned within a few days/weeks.
After you have successfully finished your first projects, you won't need that much time again to learn another language.



If I'm not mistaken ByteBall's official wallet is written in JavaScript

 Roll Eyes
One can always spot low-quality projects by things like that Roll Eyes
newbie
Activity: 9
Merit: 0

I look forward to your help
legendary
Activity: 2898
Merit: 1823
OP, Jimmy Song has been organizing "Blockchain Developer" workshops. Why not try to get in touch with him on social media or on his email and ask him?

The videos of the workshops might be also be found on youtube.com.
legendary
Activity: 3122
Merit: 2178
Playgram - The Telegram Casino
My further research revealed that a block chain developer should be well versed in front end development (like HTML, CSS etc, so I will start with them for a time being)

Where did you read that? Front end development is likely one of the least useful programming skills when it comes to working with blockchains / cryptocurrencies. HTML / CSS even moreso. You may end up with a pretty GUI but a blockchain / cryptocurrency needs more than just that.

Server-side JavaScript / NodeJS development might be a useful skill. There's a lot of Bitcoin and cryptocurrency related npm modules that allow you to communicate with your own full node via its RPC interface and receive / send transactions. If I'm not mistaken ByteBall's official wallet is written in JavaScript and uses a wrapper for its desktop version. Most blockchain / cryptocurrency projects are written in rather low-level languages such as C++ though, which is a skill that is hard to learn, but without which you likely won't get far.

Still, it largely depends on what you mean by becoming a "Blockchain Developer".

Do you want to work on a new cryptocurrency / blockchain project? Contribute to existing cryptocurrency / blockchain projects? Write smart contracts? Create wallet clients for existing cryptocurrencies? Integrate existing cryptocurrencies in new or existing applications?
sr. member
Activity: 742
Merit: 395
I am alive but in hibernation.

Thanks Buwaytress, I will check that free course.
Actually I got lot of courses in udemy, but all needed to be purchased. (I can think of purchasing them but I have no idea of their quality and I do not believe that you will become developer by taking 10 hrs course)
https://www.udemy.com/courses/search/?q=blockchain

My further research revealed that a block chain developer should be well versed in front end development (like HTML, CSS etc, so I will start with them for a time being)

People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Just a little bit surprised, as I was expecting tons of suggestion how to become a developer.  Lets hope some developer see this thread and able to guide me properly.
legendary
Activity: 2968
Merit: 3684
Join the world-leading crypto sportsbook NOW!
As bitmover says, Mastering Bitcoin is actually a lot less about the coding than about learning "how Bitcoin works", not so much how a specific software (in your case Core) works. I'm not a technical person by any means but that book is probably as good as it gets for level of comprehensive detail without drowning in too much jargon.

You're clearly someone who needs a more structured learning, and with your programming background, a proper computer programming course might be suited to you. Plenty of threads on this forum have discussed formal education in Bitcoin/blockchain/crypto...

Check some out:
https://bitcointalksearch.org/topic/the-best-universities-to-study-blockchain-technology-2083416
https://bitcointalksearch.org/topic/masters-program-in-cryptocurrency-4314098
https://bitcointalksearch.org/topic/woolf-the-first-blockchain-powered-university-preparing-for-presale-3268749

Personally, if I were to choose something, I'd go for the most established... Uni of Nicosia. The author of Mastering Bitcoin teaches some of the modules on the course there! Check out their free course first.
sr. member
Activity: 742
Merit: 395
I am alive but in hibernation.

How Should I proceed.

To do what, exactly ? What is your goal ? This is the most important question right there.

My ultimate goal is to become Blockchain developer.
I am a software engineer,BS or BE or B-Tech degree holder in computer science field. So I read the programming language and Data structures in my college life.

Now Bad part:
Even today I work as software engineer but never used programming skills, so whatever I read is almost 15 year back in life.
In job , I worked as ETL developer/tester (A gui tool ) so no programming language after wards I transitioned to Performance DBA (Work on tuning of Database 150+  tearabytes in size).

I downloaded github also (as a zip file) , but I did not find any directory till now where I can find C code.

Actually I want a transition in my job field by learning a new skill. Actually if I learn the blockchain skill, there is high probability that I can move to another project of my company that is doing blockchain but I need to acquire skills first.
sr. member
Activity: 826
Merit: 263
I have gone through the book "Mastering Bitcoin" and I am not able to completely  grasp  it.  I just need a break from reading and need to do something practical.

Is "https://github.com/bitcoin/bitcoin/" is the original copy?
How  should I  read the source  code?
Do I need to install some specific program /compilers  for it



Technically you can find more technical source code on Github but I did not understand what actually you are looking to read on Mastering bitcoins book. If you want to learn the solidity coding normal Youtube videos are enough to do that.
Since you are newbie I do not believe that this is what  you are looking for to learn now.
As a beginner you should check the article Rise and Rise of bitcoins this is the basic to learn for all the people.
full member
Activity: 378
Merit: 105
Active forum member, A+ poster, PM good sign camp.
Try to begin basic by reading a book about bitcoin and its blockchain, and after that there are enough books out there learning coding and programming, what I did was to take a course in coding while leaving my medical study, and now I work at a company providing information on blockchain and bitcoin.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
I have gone through the book "Mastering Bitcoin" and I am not able to completely  grasp  it.  I just need a break from reading and need to do something practical.

Is "https://github.com/bitcoin/bitcoin/" is the original copy?
How  should I  read the source  code?
Do I need to install some specific program /compilers  for it


Mastering bitcoin will explain how bitcoin works, not only how bitcoin core software works.

The author suggests that you can skip one chapter (related to bitcoin core commands) and go back later. I did that, and it was good. I am not a developer and got a nice understand from the book.

Even if you are focused in Bitcoin core commands , I think you should read the whole book first to understand what it can really do and how, before trying to learn by yourself on GitHub.
Pages:
Jump to: