Posts

Showing posts from January, 2024

GO Lang

Go is a popular programming language. Go is used to create computer programs. Go was developed at Google by Robert Griesemer, Rob Pike, and Ken Thompson in 2007 Go's syntax is similar to C++ Go is a cross-platform, open source programming language Go can be used to create high-performance applications Go is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language Go Used For? Web development (server-side) Developing network-based programs Developing cross-platform enterprise applications Cloud-native development Why Use Go? Go is fun and easy to learn Go has fast run time and compilation time Go supports concurrency Go has memory management Go works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc.)

Python

Python is a popular programming language. Created by Guido van Rossum, and released in 1991. Python can be used on a server to create web applications. What is Python? Python is used for: web development (server-side), software development, mathematics, system scripting What can Python do? Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. Python can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development. Why Python? Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it i...

GraphQL

GraphQL is a query language for API, and a server-side runtime for executing queries using a type system defined for data. GraphQL isn't tied to any specific database or storage engine and is instead backed by existing code and data.