Docker: How To Build Better Development Security With It

The top concern among developers and DevOps teams is security within the development environment. Vulnerabilities can be openings for cybercriminals and hackers, creating serious issues for companies, clients, and development teams. There is ongoing pressure for developers to ensure that software is not going to be the cause of a security breach or attack. And …

Docker: How To Build Better Development Security With It Read More »

PHP Magic Functions: Best Part of Object Oriented PHP – Part 1

There are some reserved function names  in PHP class starting with __ ( double underscore ). These are __construct, __destruct, __isset, __unset, __call, __callStatic, __sleep, __wakeup, __get, __set, __toString, __set_state, __invoke and __clone. You cannot use these functions to serve your logical purpose but these are meant to be used for providing magic functionality. Lets start …

PHP Magic Functions: Best Part of Object Oriented PHP – Part 1 Read More »

Scroll to Top