Rafath Khan Blog Prywatny

#DSP2017

#DSP2017

Tomorrow (I hope) is a big day, I’m starting to work on my project – first will rebuild site www.nawidelcu.fit to react/redux, next will handle backend to manage things. Ofcorz I remember about redux...

Hello HTTPS thanks letsencrypt!

Recently I read some where about lets encrypt (https://letsencrypt.org/) organization, which allows to generate ssl certificates for your site, I’ve a bit of them, so I thought that it would be nice to have...

DSP2017 Short update

DSP2017 Short update

I’m now working on some react and rails project, and also want to end some other open side tasks. Unfortunately don’t have much time for inchef, and I know this is bad excuse, however...

DSP2017 – Nothing hot today…

DSP2017 – Nothing hot today…

Besides of my work and inChef app I’ve several other projects, where I’m working on, i.e PanShop.pl, Shoople.pl or unikalneopisy.pl. In my career I had  many side projects, where I used learned technologies, some...

#DSP2017 Pierwszy wpis

#DSP2017 Pierwszy wpis

Trafiłem dziś na wpis o evencie „daj się poznać 2017„, postanowiłem podjąć się wyzwania i wziąć udział w tym wydarzeniu. Cele są 2  – zmusić się regularnego pisania oraz skończyć aplikację, nad którą myślałem...

rails 5, JS + onload

rails 5, JS + onload

Korzystając z Railsow No 5 i chcąc użyć javascriptu – użyj tego do ładowania modułów po załadowaniu się strony:   function loadOnLoad() { //… tu potrzebne wywołania do funkcji } (function ($) { $(document).on(’ready,...