New to Webpack Apart from webpack's main purpose which is to bundle JavaScript files for usage in a browser. It also brings along other features, such as: - code splitting, optimizing modern code, stripping out unused code, dependency graph of your project.
Software Book Review: Coders at Work Part I Coders at Work: Reflections on the Craft of Programming, written by Peter Seibel is a recommended book for software developers at Mobnia, and as I picked it up recently I
Sanitise and Validate Data PHP - Sanitise and Validate Data, Escape Output Sanitise and Validate Inputs Writing PHP applications that run on the web, will more often than not require user inputs. The goal of this short post is to remind you
secure passwords Passwords Access Denied! With the ever-growing pace of tech, many would argue whether its impact would be a key factor to shape our evolution. Well, an interesting argument it may be,
oauth OAuth APIs that give third-party applications access to user data, need to have a way to verify that the user has truly authorised the client to access the information. There comes