My first Article

Article Thumbnail

Photo from Pexels

Test, Test, 1, 2, 3

Hello and welcome to my first ever article! As the title suggests, this article is purely for testing purposes. I am just getting started as a writer and wanted to practice putting my thoughts into words and sharing them with an audience.

What is this article even about?

So, what is this article about? Honestly, not much. I just wanted to give a brief introduction to myself and let you know what you can expect from future articles.

About Me

As for who I am, I am just a typical programmer. I love developing software and websites like the one you are reading this on.

The Future of this Website

In terms of what you can expect from my future articles, I plan on writing about a wide range of topics including Fullstack Web Development, Software Engineering, and anything else that I want to write about or that I feel would be beneficial for others to read about.

Conclusion

So, there you have it, a brief introduction to my first ever article and a glimpse into what you can expect from me in the future. Thank you for taking the time to read and I hope you will enjoy future articles!

Tests

You can now stop reading because the rest of the article are just tests for my markup.

1. Text


Title

Title

Title

Title

Title
Title

BOLD


ITALIC


STRIKETHROUGH


PRE


1abstract class Geometry { 2 /* Code goes here... */ 3} 4 5class Rectangle extends Geometry { 6 width: number; 7 height: number; 8 9 constructor(width, height) { 10 super(); 11 this.width = width; 12 this.height = height; 13 } 14 15 area() { 16 return this.width * this.height; 17 } 18}

2. Lists


  1. Item
  2. Item
    1. Item
    2. Item
  3. Item

  • Item
  • Item
    • Item
      1. Item
      2. Item
    • Item
  • Item

3. Blockquotes

Blockquote.

Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote. Blockquote.

Blockquote.

Blockquote.

Blockquote.

Blockquote. Blockquote.

4. Images

Image

5. Tables

SyntaxDescription
HeaderTitle
ParagraphText
SyntaxDescriptionTest Text
HeaderTitleHere's this
ParagraphTextAnd more
loooooooooooooongloooooooooooooongloooooooooooooongloooooooooooooongloooooooooooooongloooooooooooooong
HeaderTitleTitleTitleTitleTitle
HeaderTitleTitleTitleTitleTitle

You may also like

  • Article Thumbnail

    Pastebox 2.0 released! 🎉

    Pastebox 2.0 got released with tons of new features.

    Read Article

  • Article Thumbnail

    20+ Business Ideas for Programmers

    If you are looking to start a business this is the first place to go.

    Read Article

  • Article Thumbnail

    Top 10 Programming Languages to Learn in 2023

    Get to know what programming languages you should learn in 2023.

    Read Article