Tell us about your project

Responsive design and progressive web apps

In the late 2000s, with the introduction of Android and iOS-based smart phones, Web developers and designers started to think more and more about screen sizes. Before that, of course, there were also different size displays by which users experienced the Web. By a vast majority, those were desktop…Read more

Sharing Code between React and React Native Apps part 1

Sharing code between React JS and React Native is an interesting idea. Writing in one language andrunning it both on a Web and as a native App. But because React Native doesn't use HTML to render theApp and provides special components, it can't be done just out of the box. After hours of research,…Read more

Sharing Code between React and React Native Apps part 2

In this article, I`m going to expand the Example app by adding Redux logic, and create simple actions to the Apps, both on the Web version and the Native version. Example app So we are going to continue extending the App with increment and decrement of a number with Redux. We must add new packages…Read more

Caching server for a unique problem

Caching server for a unique problem. The setup: a Website written in PHP lets you find and book ping-pong tables at different venues; you have to provide standard information, and you get a really fast response of search results; the search uses a 3rd party hosted search engine (HSE); about 4000…Read more

No Captcha

I had the guys install a captcha on this site after I could no longer bear 30 spam emails a day. It was a standard captcha widget, and what it did was to reduce the number to 25 a day. It's amazing how these spambots know their business. Anyway, there's always ReCaptcha, but I personally think it's…Read more