Dylan
Dylan
Explore posts from servers
KPCKevin Powell - Community
Created by Dylan on 6/24/2024 in #front-end
Trying to make a website for tracking student attendance and behaviour
No description
16 replies
KPCKevin Powell - Community
Created by Dylan on 6/15/2024 in #os-and-tools
Mac Upgrade
Hello, I would like to upgrade macs and I currently have 2 options: Option 1: A 2021 M1 Max Macbook Pro 16" with 16GB RAM and 512GB SSD for £1549 refurb. or Option 2: A 2023 M3 Macbook Air 15" with 24GB RAM and 512GB SSD for £1599 new Which one should I get if I am upgrading from a 2020 Macbook Air (8GB RAM, 256GB SSD) for Web Dev and Java?
3 replies
KPCKevin Powell - Community
Created by Dylan on 5/25/2024 in #back-end
User Logins
Hello, I have made a MongoDB Database Playground within my VSCode and I am wondering if I can replace what is already in the database, with Usernames and Passwords for users? Code:
db.getCollection('sales').insertMany([
{ 'item': 'abc', 'price': 10, 'quantity': 2, 'date': new Date('2014-03-01T08:00:00Z') },
{ 'item': 'jkl', 'price': 20, 'quantity': 1, 'date': new Date('2014-03-01T09:00:00Z') },
{ 'item': 'xyz', 'price': 5, 'quantity': 10, 'date': new Date('2014-03-15T09:00:00Z') },
{ 'item': 'xyz', 'price': 5, 'quantity': 20, 'date': new Date('2014-04-04T11:21:39.736Z') },
{ 'item': 'abc', 'price': 10, 'quantity': 10, 'date': new Date('2014-04-04T21:23:13.331Z') },
{ 'item': 'def', 'price': 7.5, 'quantity': 5, 'date': new Date('2015-06-04T05:08:13Z') },
{ 'item': 'def', 'price': 7.5, 'quantity': 10, 'date': new Date('2015-09-10T08:43:00Z') },
{ 'item': 'abc', 'price': 10, 'quantity': 5, 'date': new Date('2016-02-06T20:20:13Z') },
]);
db.getCollection('sales').insertMany([
{ 'item': 'abc', 'price': 10, 'quantity': 2, 'date': new Date('2014-03-01T08:00:00Z') },
{ 'item': 'jkl', 'price': 20, 'quantity': 1, 'date': new Date('2014-03-01T09:00:00Z') },
{ 'item': 'xyz', 'price': 5, 'quantity': 10, 'date': new Date('2014-03-15T09:00:00Z') },
{ 'item': 'xyz', 'price': 5, 'quantity': 20, 'date': new Date('2014-04-04T11:21:39.736Z') },
{ 'item': 'abc', 'price': 10, 'quantity': 10, 'date': new Date('2014-04-04T21:23:13.331Z') },
{ 'item': 'def', 'price': 7.5, 'quantity': 5, 'date': new Date('2015-06-04T05:08:13Z') },
{ 'item': 'def', 'price': 7.5, 'quantity': 10, 'date': new Date('2015-09-10T08:43:00Z') },
{ 'item': 'abc', 'price': 10, 'quantity': 5, 'date': new Date('2016-02-06T20:20:13Z') },
]);
2 replies
KPCKevin Powell - Community
Created by Dylan on 3/23/2024 in #front-end
Boxes Changes When a Character is clicked
No description
21 replies
KPCKevin Powell - Community
Created by Dylan on 3/23/2024 in #back-end
Creating a Database on my Mac
Hello, What is a good SQL program for mac for creating a database for my student database for a School Attendance System I am working on? Perifably GUI based as I don't work well with a command line.
10 replies
CC#
Created by Dylan on 1/3/2024 in #help
✅ Dotnet on Ubuntu
No description
6 replies
KPCKevin Powell - Community
Created by Dylan on 10/28/2023 in #os-and-tools
Front-end Extentions and Prettier
No description
11 replies