GFGonzalo Federico Fernándezingonzafernandez.hashnode.dev·Oct 23, 2022 · 2 min readYoda ConditionsHave you ever heard about Yoda conditions? Yoda conditions or Yoda notation is a programming style where the two parts of an expression are reversed from the typical order in a conditional statement. A Yoda condition places the constant portion of th...00
GFGonzalo Federico Fernándezingonzafernandez.hashnode.dev·Jul 4, 2022 · 2 min readElasticsearch AliasesThe index aliases API allow to alias an index with a name. An alias can also be mapped to more than one index, and when specifying it, the alias will automatically expand to the aliases indices. An alias can also be associated with a filter that will...00
GFGonzalo Federico Fernándezingonzafernandez.hashnode.dev·Jun 26, 2022 · 2 min readClean DockerWith Docker, we can easily accumulate a large number of unused objects that consume significant disk space and it doesn’t remove unused objects such as containers, images, volumes, and networks unless we explicitly tell it to do. Removing All Unused ...01E
GFGonzalo Federico Fernándezingonzafernandez.hashnode.dev·Jun 19, 2022 · 2 min readWorking with DockerWhat is docker? Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux containers to deploy applications is called containerization. Containerization is increasingly popular becaus...00
GFGonzalo Federico Fernándezingonzafernandez.hashnode.dev·Jun 12, 2022 · 3 min readGutenberg is a React applicationGutenberg is WordPress. The new WordPress block editor that arrived in WordPress 5.0 is a JavaScript-driven interface. Specifically, it is built using Facebook's open source UI library called "React". What is React? In front-end development, maintain...00