Testing
Łukasz Santarek - 30 kwietnia 2017
Pisanie szybkich, stabilnych i efektywnych testów automatycznych jest prawdziwym wyzwaniem. Do tego celu potrzebujesz właściwych narzędzi. Selenide jest biblioteką do tworzenia łatwych do czytania i utrzymywania, stabilnych automatycznych testów dla aplikacji webowych w Javie, Scali, Groovym, czy Clojure, czyli każdym języku bazującym na JVM. Wspiera najpopularniejsze platformy: Windows, Linux oraz OS X oraz przeglądarki. Narzędzie […]
Other
Łukasz Santarek - 16 stycznia 2017
Czasami chciałbyś od razu rozpocząć pracę na frontendzie aplikacji, ale okazuje się, że musisz czekać, aż zespół odpowiedzialny za backend wystawi działające API. Podobnie sprawa się ma z prototypowaniem. Chcesz zrobić coś szybko, ocenić nową koncepcję, stworzyć tutorial, czy poszukać odpowiedzi na pytanie lub sprawdzić który kształt odpowiedzi z serwera najlepiej pasuje. Potrzebujesz więc na […]
Other
Tomasz Wójcik - 17 lipca 2014
When it comes to file system navigation in terminal, default solutions often are too clumsy. In bash autocompletion is annoying because of case-sensitivity. On the other hand zsh can autocomplete case insensitively and with fuzzy string searching but it matches only names in the working directory. Thankfully there is a tool for the most popular […]
Other
Tomasz Wójcik - 25 kwietnia 2014
In the recent post (Terminal Unleashed) I’ve introduced a great tool that makes terminal work easier and faster – tmux. I suggest you to read the previous post before further reading. Architecture & reminder Tmux is based on a client-server architecture – running tmux for the first time will start a server with one session […]
Other
Tomasz Wójcik - 17 kwietnia 2014
Web developers will, sooner or later, be forced to use a terminal. However not every programmer is aware that being proficient in using a console (and it’s tools) can speed up work A LOT. In this post I will show you the tool for handling multiple command lines with ease. tmux – sessions, windows tmux […]