Posts by Fabricio Paulo • 11 points
2 posts
-
0
votes0
answers12
viewsQ: What’s the best way to map API-consumed entities in Rails so you don’t need to use clients?
I currently have several systems in Rubyonrails (approximately 40), all these systems are API’s and they communicate directly (I don’t have a Gateway/Manager/ESB API). The consumer API has the…
-
-1
votes3
answers109
viewsA: In PHP, is NULL a constant or a keyword?
NULL in php is a type that represents the absence of value, in some languages it is represented by NIL!