Found a total of 10000 related content
How to read the bootstrap source code
Article Introduction:To view the Bootstrap source code, clone or download the project on the GitHub repository. The main source files are located in the scss and js directories, organized by variables, components, and utilities, running Bootstrap locally for debugging.
2025-04-07
comment 0
423
Build Your Own nodemon in Few Lines of Code
Article Introduction:Table of Contents
Introduction
Setting up the Project
Server
Watcher
Bringing the Pieces Together
References
You can find source code here: https://github.com/aelassas/watcher
Introduction
When working on Node.js appl
2024-10-19
comment 0
490
10 jQuery DOM Plugins
Article Introduction:10 powerful jQuery DOM modification plug-ins to easily manipulate web HTML and media elements! These jQuery plug-ins cover windows, data, and CSS modification functions.
jStorage
Source
jQuery Collapser
[Source](The source code link or project address of jQuery Collapser should be inserted here)
DOM window
[Source](The source code link or project address of the DOM window should be inserted here)
domsearch.js
element.border
jQuer
2025-03-03
comment 0
759
Belay the Metamorphosis: analyzing Kafka project
Article Introduction:Have you ever wondered what bugs might be lurking in the project source code of global companies? Don't miss the chance to spot interesting bugs detected by the PVS-Studio static analyzer in the open-source Apache Kafka project.
Introduct
2024-10-16
comment 0
740
API Versioning in Laravel 11
Article Introduction:With the release of Laravel 11, the application skeleton was slimmed down to remove extra files that aren't required on every project. Part of that change removed all service providers from the application source code except the AppServiceProvider.
A
2025-03-06
comment 0
508
Jumping Into The Deep End
Article Introduction:For my third contribution to open source, I worked on the project ghostfolio, which is an investment portfolio management suite.
ghostfolio
/
ghostfolio
Open Source Wealth Manage
2024-10-19
comment 0
381
Payment App Interface
Article Introduction:See project on GitHub
? Project Structure
payment-app/
│-- index.html
│-- styles.css
│-- images/
│ └-- credit-card.png
? How to Use This Project
Download or Clone the Repository:
git clone https://github.com/
2024-12-19
comment 0
1095
How to deploy front-end projects in nginx
Article Introduction:Deploy a front-end project in Nginx by following the steps below: Create a project structure and divide the code into public and src directories. Compile the source code (optional). Configure the Nginx server block, specifying the root directory and domain name. Enable server block. Reload Nginx. Access deployed projects.
2025-04-14
comment 0
712
Building and Deploying Your First Java App with Docker in Just inutes
Article Introduction:Let's create a simple java app which returns text and available on port 1800 of your local environment using Docker container in 5 minutes (depends on your internet connection speed).
You can always grab the full source code from my public reposito
2025-01-14
comment 0
370
How To Share React Components between Apps with Bit
Article Introduction:Bit: A powerful tool for efficient sharing of React components
This article introduces Bit, an open source tool that can significantly improve the code sharing efficiency between projects, especially React components, with extremely low additional overhead. Developers can use Bit to share parts of the code base and use them in other projects to easily synchronize changes without splitting the code base or modifying the source code structure.
The core advantage of Bit is that it decouples the representation of shared code from the file system of the project. This means you can specify the components that Bit wants to share and export them from your project without changing its structure or source code. Once shared, these components can be installed using your favorite package manager and can be modified and updated in any project environment.
Bit also
2025-02-16
comment 0
681
Build a Photo-sharing App with Django
Article Introduction:This tutorial guides you through building a full-stack photo-sharing web application using Django and Bootstrap. The app features CRUD operations, user authentication, and a clean, Bootstrap-styled interface. All source code is available on GitHub.
2025-02-10
comment 0
480