Tag: Web
The Importance of Heightened Security for Web Applications
With the Internet playing such a great part in our lives today, with more people engaging on social media, and with the dramatic increase...
Testing Web Applications Using Open Source Tools
Before a software application or a Web application can be released to the public, it has to undergo rigorous testing procedures to ensure its...
A Complete Guide for Python Web Frameworks
Python is a valuable and flexible programming language designed specifically for teams trying to get a web application up and running. Developers and frameworks...
Building a Web of Trust
The headlines scream, “So many thousands of people deprived of rations, in our national capital, New Delhi.” So how do these people prove they...
Using the PytheM Framework for Web and Penetration Testing
The versatility of Python is often used to create applications that do useful work. PytheM is an open source tool that uses Python as...
WebAssembly to Speed Up Performance of Web Browsers
WebAssembly Studio, an online Integrated Development Environment (IDE) is being developed by Mozilla to speed up performance of web browsers. WebAssembly is essentially a...
Using a Single Sign-on in Java based Web Applications
Authentication to several related but independent software systems by logging in with a single user ID and password is called single sign-on. It is...
DevOps Series Ansible Deployment of Nginx with SSL
This is the 12th article in the DevOps series. It is a tutorial on installing Nginx with SSL. Nginx is a high performance Web...
A Peek at Popular and Preferred Open Source Web Development Tools
Web development tools allow developers to test the user interface of a website or a Web application, apart from debugging and testing their code....
Electron: Building Cross-platform Desktop Apps with Web Technologies
The programming languages used to build desktop and Web applications are obviously different. Electron is an effort to bridge this gap. With it, you...