Software Development and Technology Dis-n-Dat

Heroku Dyno

Stack Vs Heap

CDN vs DNS

Business Logic Storing

Technical Debt

Database query planner and optimizer

Compiler (c/c++, objective-c) vs Interpreter (php, javascript, ruby)

Load Balancing Architecture

Json Web Token (JWT)

Introduction to GraphQL

Mutation example:

mutation EditExercise($input: EditExerciseInput!){mutation EditExercise($input: EditExerciseInput!){ editExercise(input: $input){ exercise { name } }}
{
“input”: {
“id”: “59419c41a5d85c6e24000007”,
“name”: “test 2”
}
}

Micro services Concept

5 Constraints:

--

--

Very passionate about writing.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store