Comparison for local, session and cookie storage
Like any profession a developers tools are important, they help us be more productive. When speaking to any developer you always have the tools and setup debate, what computer you use, what IDE do you...
Over the past year I've been doing a lot of work on creating RESTful APIs, from the experience of creating APIs I've learnt a few things that you should try to include on API's you create. In this tut...
In modern web development it's very important that your website is functional on mobile devices. There are a few options that you can use when testing how your website works on mobile devices. Manual...
When a URL is requested by the client to a server the server will return the resource and a HTTP Status code. The status code will let the client know different information about the request, if it w...