-
π± Iβm currently learning Machine Learning and Data Analysis
-
π¨βπ» All of my projects are available at https://victordeveloper0821.github.io/
-
π I regularly write articles on https://medium.com/@princeoftennis735
-
π« How to reach me [email protected]
Hello, my name is Victor. The regions I am intrested in are web backend, database system and data analyses.
Highlights
- Pro
Pinned Loading
-
-
Spring boot sample schema.sql
Spring boot sample schema.sql 1DROP table IF EXISTS todo;
23CREATE TABLE todo (
4todo_id varchar(36) primary key,
5title varchar(20) default 'unKnown',
-
Node.js Beginner Notes
Node.js Beginner Notes 1// read .env to get config in node.js express
23const path = require('path');
4const dotEnv = require('dotenv');
5 -
sample for spring boot data.sql
sample for spring boot data.sql 1Insert into todo (todo_id,title,description,start_date,due_date,finished) values ('c4b45418-2a8c-48f7-aea9-b3f0bbc31138','unknown','unknown description','2020-10-05','2020-10-07','f');
2Insert into todo (todo_id,title,description,start_date,due_date,finished) values ('ec36ef4a-6ec5-401e-a18f-a140c917dac1','unknown1','unknown description1','2020-10-05','2020-10-07','f');
3Insert into todo (todo_id,title,description,start_date,due_date,finished) values ('d323a41b-8149-43c7-bc59-13cafbc3548f','unknown2','unknown description2','2020-10-05','2020-10-07','f');
4Insert into todo (todo_id,title,description,start_date,due_date,finished) values ('234420a9-0e0d-4fe6-833e-0e2f32711a97','unknown3','unknown description3','2020-10-05','2020-10-07','f');
5Insert into todo (todo_id,title,description,start_date,due_date,finished) values ('2d281ecf-1d99-4bd2-b716-e6513cb113eb','unknown4','unknown description4','2020-10-05','2020-10-07','f');
-
handon-py-data-analysis
handon-py-data-analysis Publicpython hand on experience repository
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.