CREATE TABLE `Technologies` (
`Serial_no` INT,
`Name` varchar(50)
);
INSERT INTO `Technologies`
VALUES
(1, 'HTML'),
(2, 'CSS'),
(3, 'JavaScript'),
(4, 'React'),
(5, 'Next.js'),
(6, 'PHP'),
(7, 'Laravel'),
(8, 'Node.js'),
(9, 'Bootstrap'),
(10, 'Tailwind CSS'),
(11, 'SQL'),
(12, 'MongoDB');
CREATE TABLE `Tools` (
`Serial_no` INT,
`Name` varchar(50)
);
INSERT INTO `Tools`
VALUES
(1, 'MySQL'),
(2, 'VS Code'),
(3, 'Strapi'),
(4, 'Git'),
(5, 'Figma'),
(6, 'Firebase');
💯
Staring at the screen
Passion to Profession
-
Clarity Technologies
- Guwahati, India
-
00:13
(UTC +05:30) - https://codingomega.vercel.app
Pinned Loading
-
Bookmarker
Bookmarker PublicA nice looking fully frontend bookmark app(Can be added to home screen) to bookmark frequently used links in a simple way.
CSS
-
-
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.