Giter Site home page Giter Site logo

richardmiruka / alx-backend Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23 MB

Server-side backend development using Python, JavaScript, and NodeJS.

Python 55.75% HTML 1.52% PowerShell 0.05% Shell 0.29% C 36.26% JavaScript 0.13% CSS 0.04% Makefile 0.32% CMake 0.02% C++ 0.10% Perl 0.95% M4 0.46% XSLT 0.01% Roff 0.04% Batchfile 0.01% Lua 0.06% Ruby 0.11% Tcl 3.92% Smarty 0.01%
caching i18n nodejs pagination

alx-backend's Introduction

๐Ÿ“– ALX Backend.

Server-side backend development using Python, JavaScript, and NodeJS.

๐Ÿ“ƒ Topics Covered

  1. Pagination.
  2. Caching.
  3. i18n.

๐Ÿ”ง Project setup.

# Create project directory and readme.
mkdir ./alx-backend/
touch ./alx-backend/README.md

cd alx-backend

# Create repository.
git init
git add .
git commit -m 'first commit'
git remote add origin <REMOTE_URL>
git push

๐Ÿ’ป Projects

The project is about pagination - breaking down large amounts of data into smaller, more manageable chunks that can be delivered to clients in a structured way.

๐Ÿ”ง Project setup.

# Create project directory and readme.
mkdir ./0x00-pagination/
touch ./0x00-pagination/README.md
cd 0x00-pagination

๐Ÿ‘‰ Go to project

The project involves learning about caching - storing frequently requested data in a temporary storage location, so that subsequent requests for the same data can be served more quickly and efficiently.

๐Ÿ”ง Project setup.

# Create project directory and readme.
mkdir ./0x01-caching/
touch ./0x01-caching/README.md
cd 0x01-caching

๐Ÿ‘‰ Go to project

The project is about implementing a session authentication mechanism without installing any other module. The learning objectives of the project include;

  • Understanding authentication, session authentication.
  • Cookies, sending cookies, and parsing cookies.

๐Ÿ”ง Project setup.

# Create project directory and readme.
mkdir ./0x02-Session_authentication/
touch ./0x02-Session_authentication/README.md
cd 0x02-Session_authentication

๐Ÿ‘‰ Go to project

๐Ÿ‘จ Author and Credits.

This project was done by SE. Richard Miruka. Feel free to get intouch with me;

๐Ÿ“ฑ WhatsApp +254700129706

๐Ÿ“ง Email [email protected]

๐Ÿ‘ A lot of thanks to ALX-Africa Software Engineering program for the project requirements.

alx-backend's People

Contributors

richardmiruka avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.