Posts by Year

2024

Svelte First Steps: A Comprehensive Journey

11 minute read

<!– these days, I want to learn svelte by client’s request, I work nowdays at react’s projects but a listeng from cowrokers and friend svelt is getting r...

Back to top ↑

2023

iftt proof

less than 1 minute read

this post its a proof for test automatization for links post with social media nets througth iftt

Deterministic Finite Automata (DFAs)

1 minute read

A deterministic finite automaton (DFA) is a mathematical model used to recognize patterns in strings. It is a type of finite state machine that accepts or r...

Back to top ↑

2022

JAVA Patters Families

less than 1 minute read

Concept there is 3 main families of patterns coudl be applied to all code langajes , so they are:

Java SplitIterator

1 minute read

Concept SplitIterator is a new interface, it comes with JDK 8, the main functionalities of split iterator is

Java Spring-cloud sleuth

2 minute read

This is an post for ilustrate how works Spring Cloud Sleuth for track request throught several microservices

Strategy Pattern

2 minute read

This is an example implementation of the Strategy pattern

Iterator Pattern

2 minute read

This is an example for implementation for Iterator pattern

Builder Pattern

2 minute read

This is an example for implementation for Builder pattern

Bridge Pattern

1 minute read

This is an example for implementation for Bridge pattern

Facade Pattern

2 minute read

This is an example for implementation for Facade pattern

Proxy Pattern

2 minute read

This is an example for implementation for Proxy pattern

Singleton Pattern

1 minute read

This is an example for implementation for singleton pattern

Adapter Pattern

2 minute read

This is an example for implementation for Adapter pattern

Command pattern

1 minute read

This is an example for implementation for Command pattern

Factory pattern

3 minute read

This is an example for implementation for factory pattern

Decorator pattern

1 minute read

This is an example for implementation for decorator patter

Back to top ↑