Categories
Development Web Scraping Software

Debuggex Review: get your Regex to play visual

Debuggex is an online Regex testing tool that allows visualization of Regex match algorithms. The visualization feature is good both for the learners who do some Regex exploration and for the experienced users who might want to track the Regex match forward or back. It is also useful for an instant Regex pattern match by highlighting, thus eliminating the need for pressing any buttons to run Regex patterns. This tool is one of a dozen online Regex testers.

Categories
Development

Google Application Engine Review

Google Application Engine (GAE) is a cloud computing platform for developing and hosting web applications in Google-managed data centers.

Categories
Development

My Linux Tips

I created this post just to have a place where to keep all those linux things I always forget 😉 Hope you’ll find it useful for you as well.

Categories
Development

HTTP vs HTTPS

In this post we will deal with the most vital facts and the pros and cons concerning the HTTPS vs HTTP issue. Besides the security advantage, we will consider the main things that make a difference: caching, performance issue, virtual hosting issue and others. 

Categories
Development

HTTP Hyper Text Transfer Protocol (2)

This post is the continuation of the first post on HTTP, the hypertext web transfer protocol.

Categories
Development

HTTP Hyper Text Transfer Protocol (1)

HTTP is a client-server text data transfer protocol being used in various applications.

Categories
Development

Email validation Regexes

Now we want to review some email validation Regexes. We’ve chosen Regexes based on readability, complexity and RFC standarts relevance. For online Regex testing tools refer here.

Categories
Development Web Scraping Software

7+ Best JSON Viewers

In this post we share on json viewers both as online tools and as plugins for browsers and Notepad++ editor.

Categories
Development

Exception handling in php scrapers

Suppose we want to set only one exception handler function for all exceptions in the scraper program. This exception handler might be working for a multi-level program. Here is how it works in PHP.

Categories
Development

How to scrape CSV data files

This short post in to guide you in how to scrape CSV data files.