Skip to content
@swordsmakerspace

Swords Maker Space

Welcome to Swords Makerspace. We love Science, technology, engineering, and mathematics (STEM)

Hi there 👋 Welcome to SwordsMakerSpace!!!

We love Science, technology, engineering, and mathematics (STEM)

Join us on:

swordsmakerspace | Gmail discord | Discord whatsapp | Whatsapp

We will try to teach key skills on (STEM). Read this book: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Software Development & IT Operations / DevOps:

Continuous Integration/Delivery - (CI/CD):

Before we code anything we need to track/publish our code changes.

Git: is the tool to track/publish changes in code repositories on sites like Github.
Github: is an Internet hosting service for software development and version control using Git.
Gitlab: is another Internet hosting service for software development and version control using Git.
Bitbucket: is a Git-based source code repository hosting service owned by Atlassian.
Visual Studio Code: is a code editor to make our changes.
Jenkins: is an open source automation server.
CloudBees Jenkins Enterprise: is a commercial extension of open source Jenkins.
CirlceCI: is a continuous integration and continuous delivery platform that can be used to implement DevOps practices.
Terraform: is an open-source, infrastructure as code, software tool created by HashiCorp. Users define and provide data center infrastructure...

Git Visual Studio Code Jenkins CloudBees circleci terraform


Software Engineering / Coding:

C: is a general purpose programming language that first appeared in 1972.
C++: is an object-oriented programming language which gives a clear structure to programs and allows code to be reused.
C#: or ("C sharp") is an object-oriented and type-safe programming language.
Scala: is an object-oriented programming language.
Cobol: is a compiled English-like computer programming language designed for business use.
Fortran: is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.
Perl: is a highly capable, feature-rich programming language with over 30 years of development.
Go: is a programming language built to resemble a simplified version of the C programming language.
R: is a programming language for statistical computing and graphics.
Apache Groovy: is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities.

c cpp c# scala cobol fortran perl go r groovy


Software Containers / Containerization:

Kubernetes: is an open source system for automating deployment, scaling, and management of containerized applications.
Docker: is a platform built for developers to build and run applications.

kubernetes docker


Web services / Cloud computing:

Amazon Web Services (AWS): is a subsidiary of Amazon that provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis.
Google Cloud Platform: is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products.
Microsoft Azure: is a cloud computing service operated by Microsoft for application management via Microsoft-managed data centers.

aws gcp azure


Full Stack Developer - (Front/Back End Developer):

Front End Developer/ Web Developer:

A Front End Developer writes HTML5, CSS3 and JavaScript code to build blocks of Web pages.

HTML5: is the content.
CSS3: is the Style Sheets.
JavaScript: is the behavior of web sites.
Sass: is a preprocessor CSS scripting language.
Bootstrap: is a CSS framework.
JQuery: is a JavaScript library.

HTML5 CSS3 JavaScript Sass bootstrap jquery


TypeScript/JavaScript Frameworks:

TypeScript: is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Angular: is a TypeScript Framework.
React: is A JavaScript library for building user interfaces.
Redux: Redux is a predictable state container for JavaScript apps.
Vue: is Progressive JavaScript Framework.
Babel: is a JavaScript compiler.

typescript angular react redux vue babel


Back End Developer/ Database Engineer:

Back End developers are involved in data storage, security, and other server-side functions that you cannot see.

Node.js: is an open-source, cross-platform, back-end JavaScript runtime environment.
Java: is a high-level, class-based, object-oriented programming language. (Not JavaScript).
Python: is a high-level, general-purpose programming language.
SQL: is a standardized programming language that is used to manage relational databases and perform various operations on the data in them.
NoSQL: “not only SQL", is an approach to database design that enables the storage and querying of data outside the traditional structures found in relational databases.
ORM: Object–Relational Mapping - programming technique for converting data between type systems using Object-Oriented Programming (OOP) languages.

Node.js java python sql nosql orm


Databases:

Relational / SQL Databases:

MySQL: is an open-source relational database management system (RDMS).
PostgreSQL: is a powerful, open source object-relational database system with over 35 years of active development.
MariaDB: is a community-developed, commercially supported fork of the MySQL relational database management system.
SQLite: is the most used database engine in the world.
IBM Db2: is a family of data management products, including database servers, developed by IBM.

mysql postgresql mariadb sqlite ibmdb2


Non Relational / NoSQL Databases:

MongoDB: is a source-available cross-platform document-oriented database program.
Apache CouchDB: is an open-source document-oriented NoSQL database, implemented in Erlang.
ArangoDB: is a multi-model database system since it supports three data models (graphs, JSON documents, key/value).
Neo4j: is a graph database management system. Described by its developers as an ACID-compliant transactional database with native graph storage and processing.

mongodb couchdb arangodb neo4j


Python web frameworks:

Flask: is a micro web framework written in Python.
Django: is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
Tornado: is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

flask django tornado


Pinned Loading

  1. swordsmakerspace swordsmakerspace Public

    HTML

Repositories

Showing 10 of 23 repositories
  • .github Public

    README

    swordsmakerspace/.github’s past year of commit activity
    0 CC0-1.0 0 0 0 Updated Nov 4, 2022
  • swordsmakerspace/swordsmakerspace’s past year of commit activity
    HTML 0 0 0 0 Updated Oct 31, 2022
  • cs10dotnet6 Public Forked from markjprice/cs10dotnet6

    Repository for the Packt Publishing book titled "C# 10 and .NET 6 - Modern Cross-Platform Development" by Mark J. Price

    swordsmakerspace/cs10dotnet6’s past year of commit activity
    C# 0 371 0 0 Updated Oct 27, 2022
  • CppCon2022 Public Forked from CppCon/CppCon2022

    Slides and other materials from CppCon 2022

    swordsmakerspace/CppCon2022’s past year of commit activity
    0 56 0 0 Updated Oct 18, 2022
  • cc65-nes-examples Public Forked from jmk/cc65-nes-examples

    Shiru's NES programming examples (with Makefiles for macOS/Linux)

    swordsmakerspace/cc65-nes-examples’s past year of commit activity
    Assembly 0 23 0 0 Updated Oct 14, 2022
  • NES Public Forked from paulmcquad/NES

    Nintendo Entertainment System (NES) / Famicom - Programming

    swordsmakerspace/NES’s past year of commit activity
    Assembly 0 GPL-3.0 1 0 0 Updated Oct 1, 2022
  • Python Public Forked from paulmcquad/Python

    Python Programming Language

    swordsmakerspace/Python’s past year of commit activity
    Python 0 GPL-3.0 13 0 0 Updated Sep 17, 2022
  • Java Public Forked from paulmcquad/Java

    Java Programming Language

    swordsmakerspace/Java’s past year of commit activity
    Java 0 GPL-2.0 1 0 0 Updated Sep 13, 2022
  • Fortran Public Forked from paulmcquad/Fortran

    Fortran Programming Language

    swordsmakerspace/Fortran’s past year of commit activity
    Fortran 0 GPL-2.0 1 0 0 Updated Sep 12, 2022
  • CSSGrid Public Forked from paulmcquad/CSSGrid

    CSS Grid Tutorial

    swordsmakerspace/CSSGrid’s past year of commit activity
    CSS 0 GPL-2.0 1 0 0 Updated Sep 12, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…