-
Power your app with ‘Pop’
Pop is Facebook’s new amazing animation framework for creating awesome dynamic animations. Now that Facebook has open-sourced Pop, designers/developers can access the source code from the GitHub repo. Pop is used by developers across applications, for adding visual flair to...
-
The Ultimate Checklist for building modern websites in ASP.NET
Web page performance is always important to us. We always like to ensure that any new features that we develop keep the application running efficiently and hopefully faster, if not equal to, the speed of the last release. The Web...
-
If we override equals(), then we may or may not override hashcode(). (Java override equals | Java override hashcode)
In Java, equals() is implemented in the Object class by default. This method is used to compare two objects. The default implementation just simply compares the memory addresses of the objects. You can override the default implementation of the equals()...
-
Wowza Adaptive Streaming Engine
Wowza is an adaptive stream engine that is used for streaming high-quality video and audio to any device. It provides live and on-demand streaming of media player technologies. It can deliver content to many popular media players such as Flash...
-
Know-How’s of Visual Studio 2013 on ASP.NET MVC 5
The release of Visual Studio 2013 has unified the experience of using ASP.NET technologies. ASP.NET MVC 5 is the latest version developed with suggestions and contributions from the .NET community. ASP.NET MVC 5 comes along with the official release of...
-
What is Elastic Search?
Elastic search is a real-time search and analytics engine. It is based on Apache Lucene and is open-source. It is designed to be scalable which means it is distributed and has Node Discovery in it. So it can automatically recognize...
-
Installing the Burp SSL certificate in your browser
One of the functions of SSL is to authenticate the identity of webservers. To intercept traffic between your browser and webservers, Burp needs to break the SSL connection. This causes a security warning in your browser because it detects that...
-
Find the MIME type of a file based on the file signature
Sometimes we need to store images in a database instead of as physical files. For this purpose, the SQL Server database provides a data type called image. For the sake of simplicity, the extension of the file is also stored...
-
Importance of Security Testing
Why Security Testing? With the cyber world becoming more and more vulnerable to attacks, security is something that cannot be compromised. In order to develop secure applications, one really needs to use a security development lifecycle. Security must be considered...
-
How to record HTTPS with JMeter | JMeter Recording
To record HTTPS traffic, one needs to configure the browser proxy settings and JMeter proxy server. In the browser proxy server, the following changes should be made. Go to the options tab in the firefox browser and click Advanced >>...
-
Backend as a Service (BaaS) in a Box
Backend as a Service (BaaS) in a Box BaasBox is an Open Source that provides a complete solution for managing the backend of web and mobile applications. Backend as a Service allows mobile app developers to set up and operate...
-
The Usability Factor – WordPress vs Drupal
WordPress and Drupal are popular platforms used by individuals and businesses to create websites. The majority of the bloggers and webmasters will choose WordPress as it is simple and easy to use. WordPress has thousands of great features which is...