Posts

Showing posts with the label Kurs

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Finished Duolingo English Course

Image
Today I have finished learning last level of Duolingo English Course for Polish speakers. Of course I cannot not just leave it. We all forget pretty fast so I am going to refresh it every day as I used to learn it every day. As I stated previously Duolingo is best for for learning grammar and use of whole sentences. I highly recommend using it. I do not really know how exercises 'translating articles' work in Duolingo but right now I want to focus more on learning more words on Memrise. I have a couple of courses that I am trying to learn for nearly a year.

Node.js Beginner Introduction

What is Node.js Short version: JavaScript engine from Chrome with modules for handle files and httpServer.   http://nodejs.org/ In this post: Installation Cloud9 IDE Hosting Example 1: Installation Go to  http://nodejs.org/  and decide if You want stable (4.*) version or dev (5.0-pre). Stable can be downloaded from:  http://nodejs.org/#download  with tar.gz format. Dev from github. Installation: https://github.com/joyent/node/wiki/Installation On my ubuntu it was pretty easy, but If You fail to install it, don't give up and check section about Cloud :) 2: Cloud Sign up for beta at:  http://cloud9ide.com/ Cloud9 IDE uses github for signup - You must have github accout checkout of project code (creation of new project via pasting github repo url) Cloud9 IDE has some 'beta' bugs but it is usable now and can be used to develop Node.js applications. You must be aware that Cloud9 IDE needs some specified values of host and port tu run ...

You’re a Bad Programmer

Why You’re a Bad [PHP] Programmer Original post is about PHP, but if You use another language simply replace PHP with Your language. http://net.tutsplus.com/tutorials/php/why-youre-a-bad-php-programmer/ But after reading I started to think how in team work be "out of Your Comfort Zone" and still write easy to understand code?