
Reading and writing always come together. Thus, after presenting the way to read from a file, now it is time to be able to write: Writing in PHP is not a challenge, the only tricky part is to…
All the other languages.
Reading and writing always come together. Thus, after presenting the way to read from a file, now it is time to be able to write: Writing in PHP is not a challenge, the only tricky part is to…
In the current article, I will show you how to build functions for built-in objects in JavaScript. The way I know is using a prototype. Thus, I will create functions, giving us the last n values of an array or returning a capitalization…
JSON is somehow powerful. With Node JS and JSON you may build almost anything you can think of (if you have unlimited time and coffee/beer). How about building a small console application with the following options: Yesterday, I started to…