Joydip Kanjilal
23 articles
Architecture & Design
Reactive Programming with RxJava
Reactive programming is a style of programming that helps simplify the synchronous processing of long running operations. When using reactive programming, you take advantage...
ASP
Tip for Porting Legacy ASP.NET Apps to ASP.NET Core
ASP.NET has for long been a popular Web application development framework since it was released in 2002. However, Web development using legacy ASP.NET has...
Architecture & Design
Preventing DevOps Failures
"Bridging the Gap Between Development and Operations"
DevOps is a culture, a philosophy that is being practiced by many companies around the world to increase...
Architecture & Design
Best Agile Strategies for Success Applying the Agile Software Methodology
The agile way of software project management is a paradigm shift from the traditional models, such as Waterfall and others. The agile approach provides...
Android
Android Studio Tutorial: An Introduction
Android is one of the most popular mobile device platforms. The Android platform allows developers to write managed code using Java (http://www.developer.com/java) to manage...
Java Mobile
Writing Mobile Java Applications with the Android SDK
The Android operating system is open source and its source code was released under the Apache license. It is an operating system designed and...
Android
Understanding the Android Platform Architecture
Mobile application development is now quite popular, and Android is one of the most popular mobile device platforms. The Android platform allows developers to...
Java Mobile
Java Mobile Programming for Android
Java is the technology of choice for building applications using managed code that can execute on mobile devices.
Android is an open source software platform...
Android
How To Develop Mobile Applications in .NET with Xamarin
Mobile application development is now quite popular these days; there are plenty of frameworks available. Xamarin is a very popular framework used to develop...
Architecture & Design
Working with Dependency Injection in Java
The dependency injection pattern, also known as Inversion of Control, facilitates the design and implementation of loosely coupled, reusable, and testable applications. Dependency injection...