Achieving end-to-end type safety in a modern JS GraphQL stack โ Part 1
In this article, we will create a simple GraphQL application, a message board, by combining many recent open-source technologies. This article aims to be a showcase of technologies that work well together rather than a complete tutorial on project setup. It's however a long read, so we decided to
Code quality controls in our Node.js monorepo
How to Automate Microservices on AWS
Introduction As organizations rapidly move towards cloud adoption, they are also looking at microservices and an agile way of development, deployment, and testing. With such rapid adoption, large organizations are facing many challenges. In large...
The post How to Automate Microservices on AWS appeared first on Education Ecosystem Blog.
Running 1000 tests in 1s
Education Ecosystem Roadmap Recap 2022
2022 promised a host of updates to Education Ecosystem (LEDU). Our main objective this year was to improve the platform and provide our community with a more efficient ecosystem.
The post Education Ecosystem Roadmap Recap 2022 appeared first on Education Ecosystem Blog.
The 10 best vim color schemes for Python, and how to install
How to Audit a Smart Contract
The audit of a Smart Contract is technically the same as auditing a regular code. It entails meticulously investigating code to find security flaws and vulnerabilities before publicly deploying the code.
The post How to Audit a Smart Contract appeared first on Education Ecosystem Blog.
Python Django vs. Flask
How to add PHP to a WordPress Page or Post?
WordPress comes with an intuitive visual editor that covers all your basic needs for posting content. No coding is needed. However, when making custom pages or posts, you might need to add your own PHP code. How to add PHP to a WordPress page or post properly? Read on, Iโll present the easiest way to …
How to add PHP to a WordPress Page or Post? Read More »
The post How to add PHP to a WordPress Page or Post? appeared first on The Crazy Programmer.