Cheyne's Blog


  • Home
  • Archive
  • Categories
  •    

© 2025 John Doe

Theme Typography by Makito

Proudly published with Hexo

Singleton

Posted at 2024-06-05 Design Patterns 

Singleton is a creational design pattern that lets you ensure that a class has only one instance, while providing a global access point to this instance. ...

Builder

Posted at 2024-06-03 Design Patterns 

Builder is a creational design pattern that lets you construct complex objects step by step. The pattern allows you to produce different types and representa...

AbstractFactory

Posted at 2024-05-02 Design Patterns 

Abstract Factory is a creational design pattern that lets you produce families of related objects without specifying their concrete classes. ProblemImagine...

A tip in Spring IOC

Posted at 2024-05-02 Coding Tips 

These days, I’m learning how Apache Kafka is used in Springboot. And I found an interesting tip in Springboot ioc. Before, I injected the bean into another...

RabbitMQ Tutorials

Posted at 2024-05-01 RabbitMQ 

A very nice tutorial, introduces the six message models in RabbitMQ and orovides introductory examples, suitable to the beginners. RabbitMQ, and messaging ...

Factory Method

Posted at 2024-04-29 Design Patterns 

Factory method is a creational design pattern which solves the problem of creating product objects without specifying their concrete classes. IntentFactory ...

Refactoring Techniques

Posted at 2024-04-28 Refactoring 

After reading the whole article, I think some techniques below seems like a bit “over-refactoring”, but some are truly useful. Just use it according to the a...

XSS? CSRF? SQL Injection?

Posted at 2024-04-22 Security 

Some common web security issues that you should know. XSSCross-site scripting (XSS) is an attack in which an attacker injects malicious executable scripts i...

Refactoring

Posted at 2024-04-19 Refactoring 

Refactoring is a systematic process of improving code without creating new functionality that can transform a mess into clean code and simple design. Clean ...

Page 7 / 7  

 Previous Next 

© 2025 John Doe

Theme Typography by Makito

Proudly published with Hexo