Skip to content
View itsjordanmuller's full-sized avatar
πŸ“
Taking Notes
πŸ“
Taking Notes
Block or Report

Block or report itsjordanmuller

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itsjordanmuller/README.md
My name is Jordan Muller Typing SVG

Hi πŸ‘‹, my name is Jordan Muller

Education Location

Bachelor of Science in Computer Science
New Graduate in the California SF Bay Area
I Love to Help People & Solve Problems

LinkedIn
Email Address
My Website


πŸ› οΈ Recent Projects

Learning Sandboxes πŸ“š
Challenges πŸ”οΈ

πŸ’» Core Tech, Operating Systems & Tools

Languages Systems & Frameworks
HTML CSS JavaScript Python TypeScript React Express Node.js npm Astro Tailwind CSS Flask
Development Tools Operating Systems
GitHub Git VS Code JSON Bash .env Markdown MDX Kubuntu Ubuntu Debian Linux Windows macOS
Database Systems Other Libraries & Tools
SQLite SQLAlchemy MongoDB Mongoose Figma Jupyter Matplotlib NumPy Pandas
More Technologies πŸ“€

Axios Beautiful Soup Bootstrap Contentful Colorgram Create React App daisyUI Jest Jinja Postman Plotly React Query React Redux React Router React-Toastify Redux Toolkit Redux SciPy scikit-learn Seaborn Selenium Strapi Vite Webpack

Glossary - Overview of Tools & Tech πŸ’»
Technology Overview Release Year
.env
.env
Environment variables are determined values to provide the ability that can affect the way programs, applications and services will behave. We can use environment variables to affect and change the way our applications run. An environment variable is made up of a name/value pair, like this: API_KEY=1234567890. 1979
Astro
Astro
Astro is the web framework for building content-driven websites including blogs, marketing, and e-commerce. If you need a website that loads fast with great SEO, then Astro might be for you. 2021
Axios
Axios
Axios is a promise-based HTTP library that lets developers make requests to either their own or a third-party server to fetch data. It offers different ways of making requests such as GET , POST , PUT/PATCH , and DELETE . 2016
Bash
Bash
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used as the default login shell for most Linux distributions and it was one of the first programs Linus Torvalds ported to Linux, alongside GCC. 1989
Beautiful Soup
Beautiful Soup
Beautiful Soup is a Python package for parsing HTML and XML documents. It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping. 2004
Bootstrap
Bootstrap
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. 2011
Colorgram
Colorgram
Colorgram is a library for Python & JavaScript that lets you extract colors from images. Compared to other libraries, the colorgram algorithm’s results are more intense. 2016
Contentful
Contentful
Contentful is a headless content management system (CMS). You upload your content (be it text, images, or video) to Contentful, and from there can organize and edit it as you desire. 2013
Create React App
Create React App
Create React App is a comfortable environment for learning React, and is the best way to start building a new single-page application in React. It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. 2016
CSS
CSS
Cascading Style Sheets is a style sheet language used for specifying the presentation and styling of a document written in a markup language such as HTML or XML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. 1996
daisyUI
daisyUI
daisyUl is a component library for Tailwind CSS. While Tailwind CSS provides utility classes for each CSS rule, daisyUI provides additional component class names to Tailwind CSS to make it faster and easier to build web pages. 2023
Debian
Debian
Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software and proprietary software developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993. 1993
Express
Express
Express.js, or simply Express, is a back end web application framework for building RESTful APIs with Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js. 2010
Figma
Figma
Figma is a collaborative web application for interface design, with additional offline features enabled by desktop applications for macOS and Windows. 2016
Flask
Flask
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. 2010
Git
Git
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows. 2005
GitHub
GitHub
GitHub is a developer platform that allows developers to create, store, and manage their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. 2008
HTML
HTML
HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript. 1993
JavaScript
JavaScript
JavaScript frameworks, such as React Native, Ionic, NativeScript, and Apache Cordova, enable developers to build native and hybrid mobile apps for Android and iOS. Facebook, Google, Uber, and Instagram all use JavaScript to build their mobile apps. JS is fast, efficient, and straightforward. 1995
Jest
Jest
Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows you to write tests with an approachable, familiar and feature-rich API that gives you results quickly. Jest is well-documented, requires little configuration and can be extended to match your requirements. 2014
Jinja
Jinja
Jinja is a web template engine for the Python programming language. It was created by Armin Ronacher and is licensed under a BSD License. Jinja is similar to the Django template engine but provides Python-like expressions while ensuring that the templates are evaluated in a sandbox. 2008
JSON
JSON
JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers. 2001
Jupyter
Jupyter
Jupyter Notebook (formerly known as IPython Notebook) is an interactive web application for creating and sharing computational documents. The project was first named IPython and later renamed Jupyter in 2014. It is a fully open-source product, and users can use every functionality available for free. 2015
KDE
KDE
KDE is an international free software community that develops free and open-source software. As a central development hub, it provides tools and resources that allow collaborative work on this kind of software. 1996
Kubuntu
Kubuntu
Kubuntu is an official flavor of the Ubuntu operating system that uses the KDE Plasma Desktop instead of the GNOME desktop environment. As part of the Ubuntu project, Kubuntu uses the same underlying systems. Kubuntu shares the same repositories as Ubuntu and is released regularly on the same schedule as Ubuntu. 2006
Linux
Linux
Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. 1991
macOS
macOS
macOS is an operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and laptop computers, it is the second most widely used desktop OS, after Microsoft Windows and ahead of all Linux machines, including ChromeOS. 2001
Markdown
Markdown
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004 as a markup language that is easy to read in its source code form. 2004
Matplotlib
Matplotlib
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible. Create publication quality plots. Make interactive figures that can zoom, pan, update. Customize visual style and layout. 2003
MDX
MDX
MDX lets you use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components easier. 2018
MongoDB
MongoDB
MongoDB is a source-available, cross-platform, document-oriented database program. Classified as a NoSQL database product, MongoDB utilizes JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and current versions are licensed under the Server Side Public License. 2009
Mongoose
Mongoose
Mongoose is a Node. js-based Object Data Modeling (ODM) library for MongoDB. It is akin to an Object Relational Mapper (ORM) such as SQLAlchemy for traditional SQL databases. The problem that Mongoose aims to solve is allowing developers to enforce a specific schema at the application layer. 2013
Node.js
Node.js
Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting. 2009
npm
npm
npm is the world's largest software registry. Open source developers from every continent use npm to share and borrow packages, and many organizations use npm to manage private development as well. npm consists of three distinct components: the website. the Command Line Interface (CLI) 2010
NumPy
NumPy
NumPy (Numerical Python) is an open source Python library that's used in almost every field of science and engineering. It's the universal standard for working with numerical data in Python, and it's at the core of the scientific Python and PyData ecosystems. 1995
Pandas
Pandas
Pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license. 2008
Plotly
Plotly
Plotly's Python & JavaScript graphing libraries make interactive, publication-quality graphs. 2012
Postman
Postman
Postman is an API platform for developers. The company is headquartered in San Francisco and maintains an office in Bangalore, where it was founded. As of February 2023, Postman reports having more than 30 million registered users and 75,000 open APIs, which it says constitutes the world's largest public API hub. 2012
Python
Python
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. 1991
React
React
React is a free and open-source front-end JavaScript library for building user interfaces based on components. It is maintained by Meta and a community of individual developers and companies. React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js. 2013
React Query
React Query
React Query is often described as the missing data-fetching library for web applications, but in more technical terms, it makes fetching, caching, synchronizing and updating server state in your web applications a breeze. 2020
React Redux
React Redux
React Redux is the official React UI bindings layer for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update state. 2015
React Router
React Router
React Router, a widely-used library in React, offers functionality for navigating between different component views. It provides capabilities for altering the browser URL and ensures that the user interface remains synchronized with the URL. 2015
React-Toastify
React-Toastify
React-Toastify is a highly customizable notification library designed for React. It allows developers to easily add toast notifications to their web applications, offering a rich set of features to control the appearance, position, and behavior of the toasts. 2017
Redux
Redux
Redux is a pattern and library for managing and updating application state, using events called "actions". It serves as a centralized store for state that needs to be used across your entire application, with rules ensuring that the state can only be updated in a predictable fashion. 2015
Redux Toolkit
Redux Toolkit
Redux Toolkit is an official, opinionated, batteries-included toolset for efficient Redux development. It is intended to be the standard way to write Redux logic, and it is strongly recommend that you use it. 2019
scikit-learn
scikit-learn
scikit-learn (formerly scikits.learn and also known as sklearn) is a free software machine learning library for the Python programming language. features various classification, regression and clustering algorithms including support-vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy. 2007
SciPy
SciPy
SciPy is a free and open-source Python library used for scientific computing and technical computing. SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing, ODE solvers and other tasks common in science and engineering. 2001
Seaborn
Seaborn
Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. 2013
Selenium
Selenium
Selenium is an open source umbrella project for a range of tools and libraries aimed at supporting browser automation. It provides a playback tool for authoring functional tests across most modern web browsers, without the need to learn a test scripting language. 2004
SQLAlchemy
SQLAlchemy
SQLAlchemy is a popular SQL toolkit and Object Relational Mapper. It is written in Python and gives full power and flexibility of SQL to an application developer. It is an open source and cross-platform software released under MIT license. 2006
SQLite
SQLite
SQLite is an embedded, server-less relational database management system. It is an in-memory open-source library with zero configuration and does not require any installation. Also, it is very convenient as it's less than 500kb in size, which is significantly lesser than other database management systems. 2000
Strapi
Strapi
Strapi is an open-source, Node. js based, Headless CMS that saves developers a lot of development time while giving them the freedom to use their favorite tools and frameworks. Strapi also enables content editors to streamline content delivery (text, images, video, etc) across any devices. 2015
Tailwind CSS
Tailwind CSS
Tailwind CSS is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML. 2017
TypeScript
TypeScript
TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript. 2012
Ubuntu
Ubuntu
Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. Ubuntu is officially released in multiple editions: Desktop, Server, and Core for Internet of things devices and robots. 2004
Vite
Vite
Vite is a platform-agnostic front end tool for building web applications quickly and solves some common developer headaches. Tim Davidson. In recent years, the front-end development ecosystem has seen an explosion of new tools and frameworks designed to improve the developer experience. 2020
VS Code
VS Code
Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as Visual Studio IDE. 2015
Webpack
Webpack
Webpack is a free and open-source module bundler for JavaScript. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. Webpack takes modules with dependencies and generates static assets representing those modules. 2014
Windows
Windows
Microsoft Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For instance, Windows NT for consumer and corporate desktops, Windows Server for servers, and Windows IoT for embedded systems. 1985

πŸ“Š Contributions & Statistics

Most Used Languages πŸ“
Graphs Blank/Missing? ❓

If graphs don't load the first time around, close & open the dropdown or refresh the page! Let me know if you find a better fix!

View Streak πŸ”₯ &
Graph of Last 31 Days πŸ—“οΈ

Streak Info πŸ”₯
GitHub Streak
Graph of Last 31 Days πŸ—“οΈ


If you have questions/feedback, I would love to hear from you. Thanks for stopping by!
- Jordan Muller


πŸ“‘ Links & Contact

LinkedIn
Email Address
My Website

Pinned

  1. portfolio-website portfolio-website Public

    My Personal Portfolio Website. Built with Astro, TypeScript, Tailwind CSS, daisy UI, HTML, CSS, JavaScript and Node.js

    Astro 1

  2. 2023-python-100-days 2023-python-100-days Public

    Self-Paced Learning Sandbox for Python with Virtual Environments, Tkinter, Turtle Graphics, Flask, Jupyter Notebooks, HTML & CSS

    HTML 1

  3. 2023-react-sandbox 2023-react-sandbox Public

    Self-Paced Learning Sandbox for React, Axios, React Router 6, React Query 4, Redux Toolkit, Create React App, Vite, ContentfulCMS, Tailwind CSS & daisyUI

    JavaScript

  4. 50-in-50-html-css-javascript 50-in-50-html-css-javascript Public

    50 Projects in 50 Days Featuring HTML, CSS & JavaScript

    CSS

  5. 2023-javascript-sandbox 2023-javascript-sandbox Public

    Self-Paced Learning Sandbox for JavaScript with Node.js, Jest, Webpack, HTML & CSS

    JavaScript

  6. css-100-days-challenge css-100-days-challenge Public

    CSS Self-Paced Practice Exercises based on CSS Challenges from the website: 100dayscss.com

    CSS