What are CSS3 Animations? An animation lets an element gradually change from one style to another. Why do we need CSS3 animation? CSS3 animations allows […]
Continue readingCategory: Uncategorized
PHP Code Debugging and Profiling with XDebug
Debugging is a systematic process of spotting and fixing the number of bugs or defects in a piece of software so that the software is […]
Continue readingConcurrency in Java Swing
Java Swing Programming is mainly used for developing GUI for desktop applications. This blog aims to provide a brief understanding of `Concurrency in Swing Programming’. Uses of concurrency […]
Continue readingCSS Flexbox – The Most Powerful Way to Layout Elements Without a Grid Module
CSS Flexbox CSS Flexbox is a layout module from CSS3 to improve alignment, direction and order of the items (dynamic or even unknown size) present in […]
Continue readingCross-site Scripting Using Burp Suite
What is Burp suite? Burp Suite is an integrated platform for performing security testing of web applications. Burp Proxy is an intercepting proxy server for […]
Continue readingReporting Using Aspose File Format API
Aspose APIs: Aspose is a file format API provider which provides .NET, Java, Android, Share-point, Reporting Services, and cloud-based APIs for document generation, conversion, and […]
Continue readingMulti-platform Crash Reporting with Bugsplat
Why Crash Reporting? Crash reporting allows us to easily find, fix, and track crashes affecting our users. Crash Reporting Tools like Bugsplat are thought of […]
Continue readingEloquent – ORM in Laravel
Eloquent is an ORM framework which is used in Laravel to make web development easier and faster by focusing on object-oriented approach rather than writing […]
Continue readingCanJS for Flexible and Powerful Javascript Frameworks to Build Complex Apps
What is CanJS? CanJS is a lightweight, modern JavaScript MVVM framework, for building web applications, that provides a lightweight inheritance system, observable objects and values, and […]
Continue readingCreating a Power BI report using MVC Web API
Here we will see how we can create MVC Web API and use it in Power BI. However, before that a small introduction on Power […]
Continue readingBasics of PHP Codeception Framework on BDD style
Codeception Testing framework is a great utility for testing PHP applications. Codeception is inspired by BDD style, and can be effectively used in writing acceptance,functional […]
Continue readingAngular2 Setup with MVC4 in Visual Studio
AngularJS (commonly referred to as “Angular” or “Angular.js”) is a complete JavaScript-based open-source front-end web application framework mostly maintained by Google and by a community of […]
Continue readingCreating Visual Reports with Microsoft Power BI
Power BI is a reporting tool available in both Web and Windows versions. Using the Windows version you can create reports and then publish it […]
Continue readingMachine Learning and Neural Networks using PHP
Machine learning is a type of artificial intelligence (AI) that provides computers with the ability to learn without being explicitly programmed. Machine learning focuses on the development of computer […]
Continue readingIntroduction to Java Persistence API (JPA)
Understanding JPA JPA (Java Persistence API) is an open source software, developed by Oracle Corporation. JPA totally depends on providers and vendors such as Hibernate, Eclipse link, […]
Continue reading