• _p_logo
    Programmer's notes

    Postman: framework for testing API

    1 1845

    Few times in the past I had to do some testing on my APIs. I needed very simple way to easily call different HTTP method like POST or PUT with some specific custom HTTP Headers. I have used a few tools for this but all of them seem to have some minor or major issues…

  • PK_featured
    Around dev world

    How to add Google Analytics to WordPress blog, part 2: configure blog

    This is the second post from the series about adding the “Google Analytics” to the “WordPress” blog. In the first post (http://blog.creyn.pl/2016/06/07/how-to-add-google-analytics-to-wordpress-blog-part-1-registration/) we have registered to the “Google Analytics” service and acquired a new “Tracking ID” for our blog. Now we have to configure our blog to include that “Tracking ID” on every page that we want to have…

  • dsp2016_logo
    Programmer's notes

    Daj Się Poznać 2016 – Podsumowanie

    Dziś jest ostatni dzień konkursu “Daj Się Poznać 2016″ organizowanego przez Macieja Aniserowicza. Konkursu w którym brałem udział z moim projektem “Smart Lodówka”. Przez 10 tygodni powinienem prowadzić projekt: zarówno kodować jak i pisać o postępach na blogu. I o ile początek był całkiem obiecujący to w międzyczasie pojawiły się inne obowiązki oraz dwa mniejsze (teoretycznie)…

  • PTVSD_3
    Programmer's notes

    Debugowanie skryptu Pythona na Raspberry Pi

    0 178

    W poprzednim poście (Visual Studio + Python) opisałem jak zainstalować “Python Tools for Visual Studio (PTVS)”. Dzięki temu pluginowi możemy programować w Pythonie w naszym ulubionym IDE. W tym poście pokażę, jak uruchomić kod w Pythonie na Raspberry Pi i go zdebugować. Visual Studio potrafi podłączyć swój debugger do już uruchomionego procesu, czy to lokalnie…

  • python_640x400
    Programmer's notes

    Zapytania HTTP w Pythonie

    0 337

    Python posiada bibliotekę urllib2 do wykonywania zapytań HTTP, HTTPS, FTP. Dzięki niej łatwo możemy pobrać zawartość strony www czy plik z jakiegoś serwera. W poprzednim poście (“Simple.Data.SqlServer na hostingu Webio“) stworzyłem proste Web Api, które zwraca listę obiektów klasy Event z serwera. W celu jej pobrania wystarczy wywołać metodę urlopen():

  • aurelia-logo-high-res
    Programmer's notes

    Aurelia, początki

    0 189

    Projekt Smart Lodówka będzie miał prostą stronę ze statystykami. Chcę skorzystać z okazji i poznać nowy frontendowy framework. Wiele dobrego słyszałem o Aurelii. Aurelia jest kolejnym frameworkiem JavaScript, a używając słów jej autorów: “Aurelia is the most powerful, flexible and forward-looking JavaScript client framework in the world.” “Aurelia is a next generation UI framework“. Z…

DEV

  • _p_logo

    Postman: framework for testing API

    Few times in the past I had to do some testing on my APIs. I needed very simple way to easily call different HTTP method like POST or PUT with some specific custom HTTP Headers. I have used a few tools for this but all of them seem to have some minor or major issues…

Around Dev

  • f3f4ed928e0aa64d0b793b8afcceda23

    Invite your friends to your Facebook fanpage like a Dev

    In this post I will show you a very easy way to invite all of your Facebook friends to like your Facebook fanpage. This is a little hack that will require some source code analyzing and dev skills. But after all, this is extremely easy.

My way of seeing