Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

7 total results found

Welcome

Programming Primer's

As a developer, learning new languages is something that occurs often. I find myself learning new languages much faster when relating them to a language I already know. These are my notes in providing a short primer in different languages from the aspect of Ty...

Welcome

Welcome

The continuous evolution of this pioneering documentation and learning hub reflects Ziping's dedication to progress and the dissemination of knowledge. Although it's currently in the early stages of setup, it's poised to become an all-encompassing guide for ma...

Python Primer from Typescript

Programming Primer's

Python Primer for Typescript Developers Python and TypeScript are both popular programming languages used for various applications. While TypeScript is a superset of JavaScript with added static typing, Python is a high-level, dynamically-typed language known ...

Java Primer from Typescript

Programming Primer's

1. Variables and Data Types: This is probably the only section that you will need to get started on writing most Java code. The rest of the sections become a lot more advanced, and hence are probably not something you would use unless you begin writing large a...

Short Markdown Primer

Programming Primer's

Just some of the more important kinds of features in markdown that are a bit more complicated to remember (since Markdown is a pretty straightforward language especially when compared to other kinds of document layout languages such as HTML). 1. Collapsable Se...

Angular Primer for React Developers

Programming Primer's

Introduction Angular is a popular TypeScript-based web application framework developed by Google. It shares some similarities with React, such as component-based architecture and reactive programming. However, Angular has its own unique features and concepts. ...