Join Server

Welcome to Nyxern Certified Developer Documentation

This documentation is designed for absolute beginners. You do not need to know what coding is, how websites work, or how apps are built. We start from the ground up and explain everything in clear, simple language.

What is Nyxern Certified Developer?

A nyxern certified develoepr in is someone who has absolute status and authority in our server, it's proof of your competence and skills, and will make you more relevant.

Who is this for?

This documentation is for members of our community who want to becomed skilled in something, up their status in nyxern, and prove themselves.

Essential Developer Keywords

Developers use specific words to describe how software works. Learning these terms will help you understand tutorials, conversations, and documentation.

Programming Language

A programming language is a way to give instructions to a computer. Just like humans use languages to communicate, computers use programming languages to understand what to do.

Code

Code is written instructions made using a programming language. Code tells a computer how to behave, what to display, and how to respond to users.

Framework

A framework is a set of tools and rules that helps developers build things faster. It provides a structure so you do not have to start from nothing.

Library

A library is pre-written code that solves common problems. Developers use libraries so they do not need to reinvent solutions that already exist.

Frontend

Frontend refers to everything users see and interact with. Buttons, text, colors, and animations all belong to the frontend.

Backend

Backend refers to what happens behind the scenes. It handles data, logic, accounts, and rules that users do not see directly.

API

An API allows different programs to talk to each other. It is like a waiter that takes requests and brings back results.

Learn at Least One of These

You do not need to learn every programming language. Most developers start with one and expand later. Choose one based on what you want to build.

JavaScript

JavaScript is the language of the web. It makes websites interactive and dynamic.

Used for websites, web apps, games, and even servers.

Learn here: Javascript tutorial on youtube

Python

Python is known for being easy to read and beginner-friendly. It is often recommended as a first language.

Used for automation, data analysis, AI, and backend services.

Learn here: Python tutorial on youtube

HTML & CSS

HTML structures content and CSS styles it. Together, they create the layout and look of websites.

Used for building and styling all websites.

Learn here: HTML + CSS tutorial on youtube

w3schools html

w3schools css

Java

Java is a powerful and widely used language that runs on many platforms.

Used for Android apps, large systems, and enterprise software.

Learn here: Java tutuorial on youtube

More recources

If you don't want to watch videos, you can read or skim through sites like w3schools to learn

W3schools link: W3schools