Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
patterns
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
How to implement Adapter pattern in Ruby on Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Jul 17 '23
How to implement Adapter pattern in Ruby on Rails?
#
ruby
#
rails
#
patterns
#
adapter
12
reactions
Comments
4
comments
9 min read
Managing Platform-Specific Features in Rails: The Right Way to Customize App Behavior
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Jul 5 '23
Managing Platform-Specific Features in Rails: The Right Way to Customize App Behavior
#
rails
#
ruby
#
patterns
3
reactions
Comments
Add Comment
15 min read
Delayed events pattern, no more crons
ccarcaci
ccarcaci
ccarcaci
Follow
Jun 8 '23
Delayed events pattern, no more crons
#
queue
#
architecture
#
patterns
#
crons
1
reaction
Comments
Add Comment
5 min read
Simply Explained : Top 5 Design Patterns
Saheed hussain
Saheed hussain
Saheed hussain
Follow
Jun 6 '23
Simply Explained : Top 5 Design Patterns
#
beginners
#
java
#
patterns
#
coding
2
reactions
Comments
Add Comment
4 min read
Implementing CQRS in Python
Murad Akhundov
Murad Akhundov
Murad Akhundov
Follow
May 4 '23
Implementing CQRS in Python
#
python
#
learning
#
cqrs
#
patterns
24
reactions
Comments
Add Comment
6 min read
Programación Basada en Slogans
Santiago Persico
Santiago Persico
Santiago Persico
Follow
Apr 18 '23
Programación Basada en Slogans
#
patterns
#
javascript
#
architecture
#
programming
Comments
Add Comment
10 min read
Must do pattern questions :Part-2 [ Javascript]
Jagroop Singh
Jagroop Singh
Jagroop Singh
Follow
Apr 14 '23
Must do pattern questions :Part-2 [ Javascript]
#
javascript
#
dsa
#
programming
#
patterns
24
reactions
Comments
4
comments
2 min read
How to implement Pub/Sub pattern in Ruby on Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Apr 10 '23
How to implement Pub/Sub pattern in Ruby on Rails?
#
ruby
#
rails
#
patterns
#
pubsub
17
reactions
Comments
6
comments
11 min read
Overview of MVC Architectural Pattern
Andrew Savetchuk
Andrew Savetchuk
Andrew Savetchuk
Follow
Mar 3 '23
Overview of MVC Architectural Pattern
#
backend
#
webdev
#
patterns
#
mvc
1
reaction
Comments
Add Comment
4 min read
Protect your GraphQL data with resource_policy
Povilas Jurčys
Povilas Jurčys
Povilas Jurčys
Follow
Feb 20 '23
Protect your GraphQL data with resource_policy
#
ruby
#
rails
#
patterns
#
authorization
2
reactions
Comments
Add Comment
6 min read
Compound components pattern for creating reusable Rating component
Gleb Krishin
Gleb Krishin
Gleb Krishin
Follow
Feb 13 '23
Compound components pattern for creating reusable Rating component
#
react
#
javascript
#
beginners
#
patterns
14
reactions
Comments
7
comments
4 min read
Outros 3 Padrões de Arquitetura de Software Simplificados e Exemplificados
Vinicius Savegnago
Vinicius Savegnago
Vinicius Savegnago
Follow
Feb 14 '23
Outros 3 Padrões de Arquitetura de Software Simplificados e Exemplificados
#
architecture
#
programming
#
design
#
patterns
2
reactions
Comments
Add Comment
4 min read
A method's gravity
Lucian Ghinda
Lucian Ghinda
Lucian Ghinda
Follow
Feb 12 '23
A method's gravity
#
ruby
#
programming
#
patterns
#
codedesign
3
reactions
Comments
Add Comment
6 min read
Attribute level permission control in Rails
Povilas Jurčys
Povilas Jurčys
Povilas Jurčys
Follow
Feb 10 '23
Attribute level permission control in Rails
#
ruby
#
rails
#
patterns
#
authorization
2
reactions
Comments
Add Comment
5 min read
3 Padrões de Arquitetura de Software Simplificados e Exemplificados
Vinicius Savegnago
Vinicius Savegnago
Vinicius Savegnago
Follow
Feb 10 '23
3 Padrões de Arquitetura de Software Simplificados e Exemplificados
#
architecture
#
design
#
patterns
2
reactions
Comments
Add Comment
4 min read
Refactoring toast presentation with OOP + Template Method
Isaac Batista
Isaac Batista
Isaac Batista
Follow
Feb 2 '23
Refactoring toast presentation with OOP + Template Method
#
oop
#
reactnative
#
typescript
#
patterns
Comments
Add Comment
4 min read
FormService: a PORO ServiceObjects with a state
Povilas Jurčys
Povilas Jurčys
Povilas Jurčys
Follow
Jan 30 '23
FormService: a PORO ServiceObjects with a state
#
rails
#
ruby
#
patterns
#
oop
2
reactions
Comments
4
comments
5 min read
Deployment and Patterns
lucasnscr
lucasnscr
lucasnscr
Follow
Jan 20 '23
Deployment and Patterns
#
devops
#
kubernetes
#
patterns
#
aws
6
reactions
Comments
Add Comment
10 min read
Using FormObject pattern in Ruby APIs
Povilas Jurčys
Povilas Jurčys
Povilas Jurčys
Follow
Jan 16 '23
Using FormObject pattern in Ruby APIs
#
ruby
#
rails
#
oop
#
patterns
4
reactions
Comments
Add Comment
4 min read
Most sophisticated embedding pattern in Go: embedded interface within a struct
LG
LG
LG
Follow
Jan 6 '23
Most sophisticated embedding pattern in Go: embedded interface within a struct
#
webdev
#
programming
#
patterns
#
go
2
reactions
Comments
Add Comment
2 min read
How to implement Authorizer pattern in Ruby on Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Dec 29 '22
How to implement Authorizer pattern in Ruby on Rails?
#
ruby
#
rails
#
patterns
#
authorizer
14
reactions
Comments
Add Comment
6 min read
How to implement Form Object pattern in Ruby on Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Dec 23 '22
How to implement Form Object pattern in Ruby on Rails?
#
ruby
#
rails
#
patterns
13
reactions
Comments
Add Comment
5 min read
How to implement Dependency Injection Pattern in Ruby On Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Dec 15 '22
How to implement Dependency Injection Pattern in Ruby On Rails?
#
ruby
#
rails
#
patterns
18
reactions
Comments
Add Comment
4 min read
How to implement Service Object pattern in Ruby on Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Dec 9 '22
How to implement Service Object pattern in Ruby on Rails?
#
ruby
#
rails
#
patterns
#
service
13
reactions
Comments
Add Comment
5 min read
How to implement Decorator pattern in Ruby on Rails?
Vlad Hilko
Vlad Hilko
Vlad Hilko
Follow
Dec 3 '22
How to implement Decorator pattern in Ruby on Rails?
#
ruby
#
rails
#
patterns
#
decorator
24
reactions
Comments
6
comments
3 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account