Also, spelling is important. Very important.
Just random flashes from WyerByter. Are they bright? Don't know, but in a dark room they seem to be.
Monday, May 30, 2016
JavaScript In My Learning Project
Also, spelling is important. Very important.
Sunday, May 29, 2016
Version Control Made Easy... Or Hard, Not Sure Which.
Sunday, May 22, 2016
Weekend Update
As for what I have done. I have created a webpage. Not a website, still thinking about that.
If you want to see it I have decided to host my code on GitHub. My First Website.
It's not pretty and it doesn't do anything but display some text, but enjoy.
As far as hosting goes, I am beginning to look for something. I have heard of SquareSpace, and Hover. Also, I have seen ads for Google. Please leave a comment with your favorite host, especially if they are friendly to code.
I hope to get that fractal post out this week.
Sunday, May 15, 2016
What I'm doing (Not the Fractal Post)
So what am I doing? Learning JavaScript, I thought I was clear on that. Oh, more detail. I'm not completely sure, I thought I was clear on that. I have at least one JavaScript book, particularly Thinking in JavaScript by Aravind Shenoy. I have access to Pluralsight. There are lots of sites online that have stuff.
The big idea is to create a website and iterate though several versions of the same basic program. The first a quick and dirty make it work. Then see if I can implement changes to ensure that blocking doesn't occur. Then maybe try and offload the calculations on the server. (Fractals, post coming, hint it's a lot of calculations).
In the end I expect to host it on the web so others can point and laugh. There are a number of things I have to figure out.
Saturday, May 14, 2016
This time I mean it!
I have decided to try and get in to JavaScript development, specifically web and Node.js?
Do I know what I'm doing? No, I'm not even sure I know what I'm getting into.
Why JavaScript? Node.js d'uh. Clarification, I recently got my hands on a quad copter, and there is in the local developer community that has a meetup for robots. Robots need to be programmed, my quad copter can be programmed. This meetup for robots is Node.js based. Also, the local developer community has a Slack channel, and from that I have found that there is a demand in the area for JavaScript developers. I guess I'm just looking for something new and this presented itself. Plus, if I have something on the web, then I can say I did something? Right?
Now a little about my self. I have been a professional developer for over 12 years, and programming for much longer than that. I have programmed in Pascal, FORTRAN, COBOL, BASIC and Java. I have been paid to program in C++, C#, Visual Basic, VBA, SQL and even a little JavaScript (JSON).
As you can see, I have a broad experience with programming languages. I have gotten to the point where I can troubleshoot and even code simple things just by Googling the language or getting a book. Most of the time I find I just need the vocabulary, the syntax is very similar from language to language. Especially in the languages descended from C.
So the hard part is finding a project to do. I find I learn better if there is a goal in mind. But that is the issue, I haven't known what to do, but I'm giving up that and doing my favorite types of projects - fractals.
What are fractals? Well, that will have to be another post.
What are you using? That is a very good question. I'm not sure. I currently have Notepad++, Sublime, Atom and Visual Studio Code installed. If you have suggestions on what to use or tools or tips for the above applications, let me hear them in the comments. I will also need a domain registrar and (maybe) hosting, if I am to let you see my code. Again, any wisdom you have will be greatly appreciated.
The goal going forward will be at least one post every other week. We'll see how that goes!