Posts

Python with MongoDB Atlas - CRUD

Image
In this article, we will learn how to interact with Python and MongoDB.And we will learn to create, read, update, and delete data from the MongoDB Atlas using python. More Related Topics, React.js + Python + MongoDB CRUD application Python + MongoDB + Vue.js CRUD Application  Angular10 + Python + MongoDB CRUD application Python-Create a CRUD Restful Service API using FLASK and MYSQL Python-Simple CRUD Web App with Python, Flask, and Mysql Python with MongoDB Atlas - CRUD Technologies used: Python 3 Create an Account on MongoDB Atlas Website pymongo[srv] library Please go through the following steps in order to  learn how to interact between Python and MongoDB : Step 1. Create an Account on MongoDB Atlas Create an account on the MongoDB Atlas website if you do not have one already. Go to https://www.mongodb.com/cloud/atlas and click Try Free green button on the top right corner to create an account. Step 2 — Create a Starter Cluster After you log in to your Mo

Python-Create a CRUD Restful Service API using FLASK and MYSQL

Image
Hello everyone, Today we will learn how to build Restful API with FLASK and MYSQL that have the capabilities to create, read, update, and delete data from the MYSQL database. You can download the source code from our Github repository. Link is provided at the end of this post. More Related Topics, React.js + Python + MongoDB CRUD application Python + MongoDB + Vue.js CRUD Application  Angular10 + Python + MongoDB CRUD application Python-Create a CRUD Restful Service API using FLASK and MYSQL Python-Simple CRUD Web App with Python, Flask, and Mysql Python with MongoDB Atlas - CRUD Technologies used: Python 3 Flask library pymysql library flask-sqlalchemy library Please go through the following steps in order to implement Python Restful API CRUD example using Flask and MySQL: Step 1 . Create MySQL database table – 'employee' with the following structure. CREATE TABLE IF NOT EXISTS `employee` ( `id` bigint ( 20 ) NOT NULL AUTO_INCREMENT, `uname`

Blade - Java Web Framework -Guide

Image
Welcome to the new generation MVC framework(Web) The Blade is based on Java8 + Netty4 to create a lightweight, high-performance, simple, and elegant Web framework. Blade Framework is based on the Apache2 License. Features A new generation MVC framework that doesn't depend on other libraries Get rid of SSH's bloated, modular design The source is less than 500kb, learning it is also simple RESTful-style routing design Template engine support, view development more flexible High performance, 100 concurrent qps 20w/s Run the JAR package to open the web service Streams-style API CSRF and XSS defence Basic Auth and Authorization Supports plug-in extensions Support web jars resources Tasks based on cron expressions Built-in a variety of commonly used middleware Built-in JSON output JDK8 + Advantages Simplicity: The design is simple, easy to understand, and doesn't introduce many layers between you and the standard library. The goal of this project is

Convert HTML Table data Into JSON With jQuery and Javascript.How?

Image
Congratulations you are a real explorer  Friends, I am going to show you how to Convert HTML Table data Into JSON With jQuery and Javascript. HTML table and it's converted JSON data is shown below Technologies used: HTML Bootstrap CSS Javascript HTML page - Source code   < !DOCTYPE html> <html> <head> <meta charset="utf-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>   <style> #knf-users {   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   border-collapse: collapse;   width:

Develop Simple Responsive Sign In Form.How?

Image
Congratulations you are a real explorer  Friends, I am going to show you how to develop a simple responsive Sign-In form using bootstrap. Our Sign-In form UI is below Web View: Click here Technologies used: HTML Bootstrap CSS jQuery Source Code <html> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="css/login_style.css"> <style> body{ background: -webkit-linear-gradient(left,#800080,#8A2BE2 ); padding-top: 25vh; } form{ backgr

Develop Simple Responsive Sign Up Form.How?

Image
Congratulations you are a real explorer  Friends, I am going to show you how to develop a simple responsive Sign-Up form using bootstrap. Our Sign-Up form UI is below Web View :Click here Technologies used: HTML Bootstrap CSS jQuery   Source Code <!DOCTYPE html> <html lang="en"> <head>   <title>Knowledgefactory-Sign Up</title>   <meta charset="utf-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <style> .form-style {   background-image: linear-gradient(to right,#D3D3D3,white