Design Patterns

Looking for Design Patterns News? Whether you’re a Python or Java Developer, Packt Hub has what you need. We provide tutorials, insights and news around programming to keep you up to date.

Dealing with Legacy Code

0
In this article by Arun Ravindran, author of the book Django Best Practices and Design Patterns, we will discuss the following topics: Reading a Django...

The Chain of Responsibility Pattern

0
In this article by Sakis Kasampalis, author of the book Mastering Python Design Patterns, we will see a detailed description of the Chain of...

Middleware

0
In this article by Mario Casciaro, the author of the book, "Node.js Design Patterns", has described the importance of using a middleware pattern. One of...

Performance Optimization

0
In this article is written by Mark Kerzner and Sujee Maniyam, the authors of HBase Design Patterns, we will talk about how to write high...

Function passing

0
In this article by Simon Timms, the author of the book, Mastering JavaScript Design Patterns, we will cover function passing. In functional programming languages,...

Redis in Autosuggest

0
In this article by Arun Chinnachamy, the author of Redis Applied Design Patterns, we are going to see how to use Redis to build...

Index, Item Sharding, and Projection in DynamoDB

0
Understanding the secondary index and projections should go hand in hand because of the fact that a secondary index cannot be used efficiently without...

Design patterns

0
(For more resources related to this topic, see here.) Design patterns are ways to solve a problem and the way to get your intended result...

An overview of architecture and modeling in Cassandra

0
(For more resources related to this topic, see here.) Cassandra uses a peer-to-peer architecture, unlike a master-slave architecture, which is prone to single point of...

Organizing Backbone Applications – Structure, Optimize, and Deploy

0
(For more resources related to this topic, see here.) Creating application architecture The essential premise at the heart of Backbone has always been to try and...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews