EOEdinson Oscar LUNA PEÑAinxn--edinsonlunapea-2nb.dev·Jul 8, 2024 · 4 min readDeploying an Application on Any Cloud Service: A Comprehensive GuideDeploying applications on cloud services has revolutionized how businesses and developers manage, scale, and maintain their software solutions. Whether you're new to cloud computing or looking to expand your knowledge, understanding the deployment pr...00
EOEdinson Oscar LUNA PEÑAinxn--edinsonlunapea-2nb.dev·Jul 8, 2024 · 3 min readAPI Architecture Styles: Using GraphQL, gRPC, Sockets, and SOAPIn modern software development, communication between services is essential. This communication is facilitated through Application Programming Interfaces (APIs). Several API architecture styles exist, each with its own characteristics, advantages, an...00
EOEdinson Oscar LUNA PEÑAinxn--edinsonlunapea-2nb.dev·Jun 11, 2024 · 3 min readAPI Architecture Styles: GraphQL, gRPC, Sockets, and SOAPGraphQL What is GraphQL? GraphQL is a query language for APIs and a runtime for executing those queries with your existing data. Developed by Facebook in 2012 and released as open-source in 2015, GraphQL allows clients to request exactly the data the...00
EOEdinson Oscar LUNA PEÑAinxn--edinsonlunapea-2nb.dev·Apr 18, 2024 · 4 min readFunctional ProgrammingIt is a style of declarative programming paradigm that applies pure functions in sequence to solve complex problems. Functions produce a value without being affected by the program. Use functions instead of statements. It mainly excels in mathematica...00