
© Piotr Sikora 2026 | All Rights Reserved
Sometimes you will need to create autoexecuted object (for example in case of load/document ready events)
Learn how to create private and public methods in pure JavaScript using closures and prototypes, a practical guide to object-oriented patterns without ES6.
My recap of the DevMeeting Angular 2.0 workshop in Krakow, a one-day event where developers learn the basics of a new framework together in a group.
Start programming Raspberry Pi GPIO with Node.js. Introduction to the PixPress project on GitHub. Hardware meets JavaScript.
How I fixed the TypeError Cannot read property length of undefined error in an Angular 2 pipe by handling data that is undefined when filtering a list.
Pipes are very important element of Angular 2 framework. Create your own pipe to transform and filter your data.
I was using a lot of plugins which can make my life easier when Im dealing with inputs especially checkboxes and radio buttons.
A small Node.js script that turns any source image into a colorful HTML table, a neat trick for showing logos in emails when image loading is blocked.
A recap of the very first MeetJS Kielce meetup for JavaScript, UI and front-end developers, with thanks to everyone who made this debut event happen.
A recap of the second MeetJS Kielce meetup, with talks on Axios vs Fetch, reactive application state and doing in CSS what you often write in JavaScript.
I had a situation last week with requests to server from Vue using Axios where data field has been empty.
A beginner-friendly guide to starting a Vue.js project with Vue Router and Vuex using TypeScript, from Vue CLI setup to building a simple CRUD app.
Master JavaScript destructuring to write cleaner, faster code, extracting values from nested objects and arrays with less boilerplate and more clarity.
Learn how the conditional (ternary) operator works in JavaScript, with clear examples showing how to replace if...else statements with inline logic.