Showing posts with label codeacademy. Show all posts
Showing posts with label codeacademy. Show all posts
Sunday, February 12, 2017
10 things you should do as programmer.
10 things you should do daily as programmer.
These are the 10 things coming in my mind that a computer programmer should try to improve his skill.
1. Try to learn a new computer languages/frameworks .Alteast try what are the features and differences that Language offers.
2. Read different Technical blogs/coding online.
3. Watch atleast one programming/technology video tutorial daily.
4. Try to build applications by your own.
5. Read about trending Github open source projects
6. Read others Code/programs from online .
7. Participate in open source projects
8. Try to find some interested area in computer field and start research more on that area.
9.Write/publish about your learning and your projects as a blog or website.
10.Think about some innovate ideas and initiate open projects.
Friday, August 7, 2015
How to use Docker ?
First of all , what is docker ?... I came across docker when I was searching for code editor and how to compile C code form web applications.
http://qnimate.com/create-an-frontend-editor-with-code-highlighting-and-execution/
Docker - https://www.docker.com/
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. https://en.wikipedia.org/wiki/Docker_(software)
I actually want to run the code in a virtual machine ( for this idea http://naveendavisv.blogspot.com/2015/08/thinking-to-build-microcontroller.html) and show the output in a text area, even though I don't need the full output, but if the code can be checked for syntax error, I am much happy...
http://qnimate.com/create-an-frontend-editor-with-code-highlighting-and-execution/
Docker - https://www.docker.com/
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. https://en.wikipedia.org/wiki/Docker_(software)
I actually want to run the code in a virtual machine ( for this idea http://naveendavisv.blogspot.com/2015/08/thinking-to-build-microcontroller.html) and show the output in a text area, even though I don't need the full output, but if the code can be checked for syntax error, I am much happy...
Wednesday, August 5, 2015
Thinking to build Microcontroller Programming practice website
Started looking for the web technology to build a website for microcontroller programming practice.... kind of minimal functionalities available in codeacademy.com
I am not sure whether I can start with node.js for this.
I have seen http://codemirror.net/ and ace-editor as web code editor plugins
http://techslides.com/codemirror-versus-ace-editor
looking for advise from web-programmers
Based on the code left code editor area in C or Python, the LED connected to port should blink based on program written. The user will have the ability to write 3 or 4 lines code in Micro controller programming in each page in the editor , so that he/she will get a hands-on experience on coding as well real time experience on how LED as connected and architecture of microcontrollers
Page prototype:
I am not sure whether I can start with node.js for this.
I have seen http://codemirror.net/ and ace-editor as web code editor plugins
http://techslides.com/codemirror-versus-ace-editor
looking for advise from web-programmers
Based on the code left code editor area in C or Python, the LED connected to port should blink based on program written. The user will have the ability to write 3 or 4 lines code in Micro controller programming in each page in the editor , so that he/she will get a hands-on experience on coding as well real time experience on how LED as connected and architecture of microcontrollers
Page prototype:
Monday, July 13, 2015
Are you really looking to learn Programming your own
I can say, if you are really looking to learn programming this is place you can try with
https://www.codecademy.com/courses/getting-started-v2/1/3?curriculum_id=506324b3a7dffd00020bf661
Codecademy is an online interactive platform that offers free coding classes in 8 different programming languages including Python, PHP, jQuery, JavaScript, AngularJS, and Ruby, as well as markup languages HTML and CSS
https://en.wikipedia.org/wiki/Codecademy
https://www.codecademy.com/courses/getting-started-v2/1/3?curriculum_id=506324b3a7dffd00020bf661
Codecademy is an online interactive platform that offers free coding classes in 8 different programming languages including Python, PHP, jQuery, JavaScript, AngularJS, and Ruby, as well as markup languages HTML and CSS
https://en.wikipedia.org/wiki/Codecademy