Code Craft Gazette

code craft gazette

Code Craft Gazette

Crafting Excellence in Every Code...

code crafting code crafting

Tutorial Under Construction !

We are working hard to complete this tutorial.

html-tutorial

HTML

Language for making web page layout

HTML Example :

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>My Web Page</title>
</head>
<body>

  <h1>Hello, World!</h1>

</body>
</html>

⚙️ We Are Currently Working on This Tutorials — Stay Tuned for Its Release.

python-tutorial

PYTHON

A popular programming Language

Python Example :

print("Hello, World!")

JAVA-tutorial

JAVA

A popular programming Language

JAVA Example :

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

KOTLIN-tutorial

KOTLIN

A popular programming Language

Kotlin Example :

fun main() {
    println("Hello, World!")
}

C

A programming language

C++

A programming language

CSS

The language for styling web pages

Javascript

The language for programming web pages

React

A JS library for developing web pages

Node.js

JS runtime environment

SQL

Structured Query Language

AWS

A cloud computing platform

PHP

A web server programming language

GIT

A distributed version control system

MongoDB

Document-oriented NoSQL database

JQuery

A JS library for developing web pages

Comments