Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Crate | 2,374 | 2 months ago | mit | JavaScript | ||||||
👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories). | ||||||||||
Treefrog Framework | 1,183 | 5 days ago | December 09, 2017 | 2 | bsd-3-clause | C++ | ||||
TreeFrog Framework : High-speed C++ MVC Framework for Web Application | ||||||||||
Budget | 854 | 3 days ago | 33 | mit | PHP | |||||
Get a grip on your finances. | ||||||||||
Dvws | 270 | 2 years ago | mit | PHP | ||||||
OWSAP Damn Vulnerable Web Sockets (DVWS) is a vulnerable web application which works on web sockets for client-server communication. | ||||||||||
Online Shopping System | 236 | 9 months ago | 12 | apache-2.0 | PHP | |||||
demo | ||||||||||
Springboot Thymeleaf Crud Pagination Sorting Webapp | 122 | 3 days ago | 1 | Java | ||||||
Spring Boot CRUD Web application with Pagination and Sorting features using Spring Boot, ThymeLeaf, Spring Data JPA, Hibernate, MySQL database | ||||||||||
Dedecms | 96 | a year ago | 1 | other | PHP | |||||
DedeCMS 是上海卓卓网络科技有限公司开发PHP网站管理系统。 | ||||||||||
Pastebin | 92 | 6 years ago | 4 | mit | Go | |||||
Modern pastebin written in golang | ||||||||||
Event Management | 71 | 2 years ago | 4 | apache-2.0 | PHP | |||||
helps to register an users for on events conducted in college fests with simple logic with secured way | ||||||||||
Web Developer Roadmap | 48 | 2 months ago | ||||||||
Web Developer Roadmap 2022 is a path to understand web development including frontend, backend and cloud. |
Web Developer Roadmap 2023 is a learning path to understand web development, including frontend, backend and cloud(AWS).
A web development can be divided into four different parts,
This roadmap consists of widely used technologies/frameworks for frontend and backend. It also includes overview about cloud(AWS) and some information about server.
Write a commands for following operations in terminal
Perform following operations in gitlab
How to use git
HTML5
CSS3
Code formatting and best practices
Javascript & jQuery
Coding conventions
Perform following queries in MySQL
students
with fields id, first_name, last_name, standard, percentage, interest, etc... and insert data into itstudent_attendances
with fields id, created_at, presence/absence fields and insert data into itteachers
with fields id, first_name, last_name, subject, interests etc... and insert data into itteachers_attendances
with fields id, created_at, presence/absence fields and insert data into itPerform following queries in MongoDB (Can use MongoDBPlayground to peform queries)
students
with fields id, first_name, last_name, standard, percentage, interest, etc... and insert data into itConstants, variable types
Functions, multi return functions, init()
Packages and import
Conditional Statements and Loops
Arrays and slices
Pointers, structs, and methods
Error handling
Others
Basic concepts:
Express.js
Concepts