Python for Great Circle Projections – Part 1

By taha No comments

Python to plot projections of great circles on to equirectangular planes

Password Recovery Best Practices

By taha No comments

Some insights on implementing a password recovery system securely.

Event-Driven Design for DOM Manipulation

By taha No comments

After one of the projects in my company had reached a point where refactor was not only recomended, but necessary to clean up the code and make it maintainable, I decided to use a different approach for DOM manipulation in the client facing web app. Since we were doing a major refactor (yes, it does […]