To start project we will need to create node project. I assume that you have installed Node.js on your machine. If not you can do it easy with installator on https://nodejs.org/en/. Now lets create a project. I assume that you are familiar with command line. Open command line and go to your directory in which […]
Category Archives: Uncategorized
PUG Video Course
Give back to community they said and here it comes! I’ve started creating video course about PUG. Course will be divided in shorter sections to start with basics (creating tags, adding attributes, using classes and IDs, nesting) and move to advanced concepts (conditionals, mixins) This course is free! I wish to base it on your […]
MeetJS Kielce 002 – After the meetup
We are after second edition of MeetJS Kielce which took place 4th of April in Czerwony Fortepian. It was great to be a part of this event. We had 3 presentations: Adrian Bienias (kuvi.pl, webdev.tube) – Axios vs Fetch Marcin Witecki (Onwelo) – Reactive state of application Patryk Nawolski (Netguru) – Things you do in […]
JavaScript course – Object iteration (key / value)
I’ve decided to create next lesson in my JavaScript course. Lesson as previously is published in two languages (english and polish). This lesson is related to Object iteration using key / value. English version: https://fedojo.com/course/javascript-course/lessons/objects-iterate-through-objects/ Polish version: https://fedojo.com/course/javascript-kurs/lessons/iteracja-obiektu-klucz-wartosc-key-value/ I’m waiting for your feedback!
Why I started working with Stylus? Why should you check another CSS precompilator?
For last few years I’ve been working with SASS. I was blindly related to this language after few tests with other CSS precompilators. Few days ago I started creating project from 0 and wanted to make research in this area. Firstly Ive started with SASS but… The first issue which I had was differences between […]
JavaScript course – Destructuring assignment
I’ve started thinking about courses few months ago. But who doesn’t start he/she won’t get feedback 🙂 So for now Ive created one lesson which is active: https://fedojo.com/course/javascript-course/lessons/destructuring-assignment/ This lesson is available in polish version as well: https://fedojo.com/course/javascript-kurs/lessons/przypisanie-destrukturyzujace/ Every subject will be updated when I will get more samples from real life. The most important […]
Hands On Tech – Internet of Things (IOT)
It was great to be on Hands On Tech meeting. Unfortunetly because of my private responsibilities I couldn’t be on this meeting fully but I hope I had a chance to feel the spirit of IOT subject. Sourceful has created Hands On Tech (aka HOT!!!) to gather tech passionates and support networking around people with […]
MeetJS Kielce 001 – After the meetup – Presentation
Hey ! It was a great time to meet you all JavaScript’ers / UI’ers / FrontEnd’ers on MeetJS Kielce! I hope this virgin event will come true this month once again! So what will happen next? We are now cooperating to make it possible to have next MeetJS Kielce 002 in March. For now we […]
Angular – Side effects with @effect and ngrx – CRUD snippets
Angular is giving great tools to build application and NgRx gives you opportunity to manage you app with state. In this article I’m sharing few code snippets which will help you to bring @Effects to work with CRUD application. Actions In post.actions.ts file we are creating actions like import {Action} from ‘@ngrx/store’; export enum PostActionTypes […]
LazySASS – Emmet based mixins in SASS
I’m so lazy that I forgot to write any post on this website for last few months… And this post will be about my laziness as well :). Ive been working on my blog’s new skin for last few months – last few months because of lots of projects on board. What I’ve made during […]