- Blog
- Profile
-
Programming interview glossary
This blog post explains most of the popular keywords I was asked about during interviews for the various software engineering roles. They are presented in an alphabetical order. Personally I find this glossary very useful when preparing for the upcoming interview. Agile Software Development In 2001 a group of industry experts created a statement of…
-
More about helpful Drupal 7 modules and themes
In Drupal to the rescue article I wrote some hints how to setup Drupal 7 instance. Here I will present more useful resources that can be used to extend standard Drupal installation. More modules I highly recommend:
-
Overview of Javascript tools and frameworks
I prepared overview of possible JavaScript tools and framework that can be used to build modern web application. Most of them are used to build Czas na Rower frontend. Mentioned project uses GruntJS for tasks management, JSHint for code linting Mocha and SinonJS for unit testing, RequireJS for module loading, jQuery, Bootstrap, Flight and Backone.js…
-
Introducing jQuery – presentation
This is updated deck from internal training I made at Ciao back in 2009. It covers basic principles and use cases for jQuery library. What is very interesting, I didn’t have to do many modifications to the original presentation as jQuery API is very stable. The biggest change was replacement of event bind method with on implementation.…
-
Drupal to the rescue
When I decided to build my personal web page I wanted to do it very quickly using free software with great community support. Fortunately I had already experience with Drupal 7 so choice was simple. Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and…
