Tag: web development
-
[Python] Flask-Boostrap – Python based web development frameworks
Introduction Flask-Bootstrap is a Flask extension that makes it easy to use Bootstrap with Flask. It provides a simple way to include Bootstrap in your Flask application by adding a few lines of code. Flask-Bootstrap provides a set of base templates and utilities that make it easy to include Bootstrap’s CSS and JavaScript in your…
-
Front-End Web Frameworks : (4) PrimeNG
introduction PrimeNG is a front-end framework that is built using Angular.js. It is an open-source framework that provides a wide range of pre-designed UI components such as buttons, forms, navigation menus, and more. The framework also includes a responsive grid system and a set of CSS classes that can be used to quickly create responsive…
-
Front-End Web Frameworks : (3) Vuetify
Introduction Vuetify is a Material Design framework for Vue.js. It is an open-source framework that provides a wide range of pre-designed UI components such as buttons, forms, navigation menus, and more. The framework also includes a responsive grid system and a set of CSS classes that can be used to quickly create responsive layouts. Vuetify…
-
How to Setup Tomcat9 in Ubuntu
You can use the apt-get command to install Tomcat on Ubuntu. Here are the steps: Using the apt-get command to install Tomcat will automatically handle dependencies and configure the service to start automatically at boot time. You can also check the logs in /var/log/tomcat9/catalina.out for any errors.
-
Express/Koa stack
Introduction Express and Koa are both popular JavaScript frameworks for building web applications and APIs. They are both built on top of Node.js, and provide a simple and flexible way to handle HTTP requests and responses. Characteristics of the Stack Express is the most popular and widely used Node.js framework for building web applications. It…
-
Elixir/Phoenix Stack
Introduction The Elixir/Phoenix stack is a combination of the Elixir programming language and the Phoenix web framework. It is used to build and deploy web applications and is known for its performance, scalability, and fault-tolerance. The Elixir/Phoenix stack is a good option for building web applications that require high-performance and scalability, as well as fault-tolerance.…
-
MEVN Stack
Introduction MEVN is a stack of software that includes MongoDB, Express.js, Vue.js and Node.js. It is similar to the MEAN stack and is often used to build and deploy web applications. MEVN stack allows developers to use JavaScript throughout the full-stack, which makes it a popular choice for web development. This stack is also known…
-
LEMP Stack
Introduction LEMP is a stack of software that includes Linux as the operating system, Nginx as the web server, MySQL as the database management system, and PHP as the programming language. It is similar to the LAMP stack (which uses Apache as the web server) and is often used to build and deploy web applications.…
-
Meteor Stack
Introduction Meteor is a full-stack JavaScript platform for developing web and mobile applications. It allows developers to use the same codebase for both the client and the server, making development faster and more efficient. Meteor includes a real-time data synchronization feature, allowing data to automatically update in real-time across clients. It also includes a package…
-
Django Stack
Introduction Django is a web framework for building web applications using the Python programming language. It follows the Model-View-Controller (MVC) architectural pattern and encourages the use of reusable code. Django provides an ORM(Object-Relational Mapping) to interact with databases and map Python objects to database tables. PostgreSQL is a popular open-source relational database management system that…