Online Free Computer Tutorials.: tutorial

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Saturday, August 18, 2018

A Distributed Cache in Less Than 100 Lines of Code With Akka

An in-memory cache is a crucial component in a modern software architecture. It can improve the throughput of a system. As a result, the ...
Read More

Database Migration for .Net Core Projects

You can find all my .Net core posts here. I am adding a new post after a long break because I recently joined a new company called Attach...
Read More

Layered Architecture: Still a Solid Approach

Layered architecture gets a lot of flack. Even though it's still the most prevalent architecture, we view it as an anti-pattern. It&#...
Read More

Writing Microservices With msf4j (Microservices Framework for Java)

Microservices are taking over the enterprise and changing the way people write software within an enterprise ecosystem. Let's build m...
Read More

Logging at Scale With Node.js

Paying attention to your logging strategy from the beginning of your project is a good idea — otherwise, you might run into problems. Thi...
Read More

Building a Continuous Delivery Pipeline Using Jenkins

Continuous Delivery is a process, where code changes are automatically built, tested, and prepared for a release to production. I hope yo...
Read More

Learning How to Learn: Simple Web Dev Efficiency Tips

What is being a developer all about? Is it about memorizing syntax? Is it about being able to refactor inefficient code? Is it about maki...
Read More

Creating Multiple Masked Databases with SQL Provision

Sometimes developer teams need access to a copy of the database containing live data. However, if that database contains sensitive or per...
Read More

What Is the EventBus Library and How Does It Work?

EventBus is an open-source Android library that simplifies communication between Activities, Fragments, Threads, and Services, with less ...
Read More

Tuning InnoDB Primary Keys

The choice of good InnoDB primary keys is a critical performance tuning decision. This post will guide you through the steps of choosing ...
Read More

Building a Static Website on Amazon S3 With Microservices

Background The trend of hosting static websites on Amazon S3 is a becoming very popular. This approach has been adopted by many organizat...
Read More