Computer Programming - Seneca Polytechnic College

CPS

Computer Programming - Seneca Polytechnic College

Welcome to Seneca Polytech's Programming Community! 🚀 Whether you're into CPA or CPP, all programs are welcome!

Join

Can anyone recommend which version of Java I should use when setting up a dev. environment?

As the title says, not sure if I should stick with latest version of go with SE 8 since that's what a lot of guides online are recommending. IDE recommendations are also welcome!

seats available

hi does anyone know how many seats are usually available for the computer programming course at the international campus in september and how many would be taken by now ?

Anyone know good in-person DBA certification courses?

Seneca used to offer courses but i've been informed they're shutting them down now. I wanna prepare for the exam to get the certification but need a good in-person course. Anyone with a certificate know if there's one?

enable virtualization

Hi guys!! I wanna enable virtualization in my laptop because i want to download a virtual machine but I cannot find the option to enable virtualization in mg bios. Can you guys help me? Im using asus vivobook, amd ryzen...

Anyone take Harvard's CS50? How does it compare to IPC144?

Does it cover everything in IPC or less or more?

How many hours per week do you spend on studying and assignments?

I'm entering CPA; I'm trying to create a schedule beforehand and see if I need to speak with my boss about working less. Obviously, the number of hours will depend on the material for the week and the individual person's experience and knowledge, but I'd like a rough idea nonetheless just to be prepared. For example, in my previous program, the program coordinator said to expect 30+ hours of work outside of class.

Do you guys have any terminal suggestion for Ubuntu?

I've been on Ubuntu for a while, I don't do any crazy scripting but I feel like its default terminal is hella ugly, it could be better at least in terms of looks (Kali's looks way better).

is UIUX Design position eligible for CPA co-op?

Hello guys! I’m really interested in UI/UX Design and I really want to apply for it as my co op in CPA. I was wondering if Seneca allows that position for co op? Is UI/UX directly related to the learning outcomes of CPA? If anyone has taken a UI/UX position as a co-op I would LOVE to talk more. Because I saw this position where front end knowledge is in “Nice-to-have” instead of “Must Have” so I’m afraid if I apply and then Seneca doesn’t accept....

Processing times for international applications - CPP Fall 2023

Hey! Does anyone know if +8 weeks for reviewing/processing an international application is normal? And also is it normal to not receive anything from Seneca after having an application submitted through an educational agent? My wife applied to the CPP program through one and they submitted her application in October -- they say it has been under review since then. They also mentioned my wife would receive an email directly from Seneca with her student ID and other information about her application, but she's also never received anything from Seneca (for instance she doesn't have an application number or anything like that)....

Transfer experiences from CPA to CPP?

I've been thinking about transferring for a while now from CPA (3-year) to CPP (2-year) and I'm wondering if anyone here has done that and has anything to say about it? I know the 3 year gives a regular Ontario College diploma and it also doesn't have many professional course options, but other than that is there anything to know when transferring?

Working with server side rendered content in angular

Say I have an api, that generates some server side rendered content, using express. The generated html and css and such is exposed via the api. How would I handle rendering this content in angular? I'm able to talk to the api to get the html and stuff, but then idk what to do with the content I get back.

question about online synchronous

I have a in person class and right after few mins I have a online synchronous class; a bit confused about online synchronous classes + in person classes beside each other. Are the online synchronous classes mostly just lessons?

Professor Recommendations for JAC444, BCI433, and SYD366?

Hello, I'll be taking the Winter 2023 term, can anyone please help me which professors are good to take? Or maybe if there aren't any, which professors should be avoided 😁 ? Thank you....

Windows PC shutting off immediately after boot (NON CODE)

my sister's PC is getting fucked rn, whenever she boots it up it'll automatically shut off in seconds she's got files in there that she doesn't want to delete with a system reset reinstalling windows from BIOS results in a shut off same way any ideas? I was floating the idea of trying to install Linux just to get the files out before doing factory reset...

How do you call function from a JS file in HTML?

I'm trying to call a form validate function from my js file but my html file says not function exists even though i connected the js and html file together and another function i made is working just fine on the html page.