• _p_logo
    Programmer's notes

    Postman: framework for testing API

    1 1844

    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…

  • PTVSD_3
    Programmer's notes

    Debugowanie skryptu Pythona na Raspberry Pi

    0 177

    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…

  • VS_Publish
    Programmer's notes

    OWIN WebApi na hostingu Webio

    0 250

    W ramach projektu “Smart Lodówka” nadchodzi czas, aby podłączyć do Raspberry Pi czujnik otwarcia drzwi lodówki. Dzięki niemu będzie możliwe monitorowanie czy lodówka jest w danym momencie otwarta. Wygenerowany ciąg zdarzeń (otwarcie, zamknięcie lodówki) zostanie wysłany na serwer do WebApi, które następnie zapisze go w bazie danych. Ten post jest właśnie o początkach pracy nad…

  • PTVS_plot
    Programmer's notes

    Visual Studio + Python

    0 106

    Na co dzień programuję w Visual Studio. Uważam, że jest to świetne IDE i chociaż czasami potrafi się zrestartować to wciąż jest lepsze niż inne, na których pracowałem. Jest bardzo rozszerzalny. Istnieje wiele wtyczek, które zwiększają i tak duże możliwości. Jedną z nich jest “Python Tools for Visual Studio” (PTVS). Dzięki niej mam pełnoprawne IDE…

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