I had a chance to work with one of websites which was affected by hackers attack. Files structure was looking like hell and needed to be clear. Let me show you one of directories added…
State machine in JavaScript – How to build your own Redux like engine
This article will describe shortly how to build Redux-like state machine engine. So shortly what we need to define state machine?– State itself (method which will deliver the state)– Subscribe method (which will subscribe to…
Vue / Vue router / Vuex using TypeScript – Part 1 – Project initialization
This article will be an introduction how to create project based on TypeScript using Vue.js and Vuex . We will start with creating application using VueCLI. Plan of our Vue / Vue router / Vuex…
Axios and empty data field. Cross-Origin Read Blocking (CORB) blocked cross-origin response. CORS.
I had a situation last week with requests to server from Vue using Axios where data field has been empty. Server had CORS (Cross-Origin Resource Sharing) enabled. The most important thing is that it was…
TypeScript – Types in Destructuring Assignment – Vue and Vuex
This is very common right now to use TypeScript in JavaScript project. TypeScript is using static typing so it’s easier to analyse code. Of course some of Front End Developers can say that JavaScript is…
MeetJS Kielce – Inauguration 2019.02.07
MeetJS has found new home in Kielce. I’m glad to be a part of this society and happy that this event finaly ‘landed’ in my home city. I’m going to make a presentation about Side…
Image to HTML table
Few years ago when I was on Front trends I heard very interesting story about improvements in delivery of emailers. Every developer knows that it isn’t easy to deliver complex email template. But one of the developers…