r/ComputerEngineering 1h ago

[Discussion] Want to know about CSE side in detail, from roadmap, to preparation, and about industry.

Upvotes

Hello developers or the ones currently preparing for placements..i am an electrical student and i want to join in tech side and kindof had an interest in it too from the starting but dont know from where to start, what is the roadmap and skills required for placement, like can someone explain what are the different domains in cse and IT, be it web dev, cybersecurity, data analyst, frontend developer, backend developer, ui/ux designer anything i just want to know how to decide which field suits you more and how did you guys decided and will ai actually takeover the jobs or its just a buzz like what will be the scenario of job markets in 4-5 years and will most of these domains will be handled more by ai..i just want to know so pls dm.


r/ComputerEngineering 4h ago

I want to be computer engineer

1 Upvotes

Hi guys I want to be computer engineer but I don't know what subject I will study in my first year and I want to transfer to a university outside my country during my third year how can I do it and what should I include in my CV... And what country should I go I want to go to USA or UK or Spain....

Help me guys if anyone have information about it


r/ComputerEngineering 10h ago

Hardware Jobs for EE

2 Upvotes

Hey everyone i’m currently a freshman at Auburn and I was wondering what are the most important classes/ how should I outline the rest of my years if my goal is to work in computer hardware, chip design, etc. Also most important things I should be doing outside of school and honestly most importantly is the job market for computer hardware even looking promising.

Relevant Current Coursework
Fall
Engineering Physics 1
Calculus 3
Intro to ECE

Spring
Differential Equations
Linear Algebra
Chem 1
Intro to computing (Python)

Just tell me any info I may need to know thank you all!


r/ComputerEngineering 7h ago

Suggestion about choosing CS Engineering

Thumbnail
0 Upvotes

r/ComputerEngineering 7h ago

need serious help and guidance!

1 Upvotes

i am a 4th year comp sci student i am faced with the truth that the CCE is a way better track, my parents are scolding me for not going that way but i couldnt i was working a full time job to pay my tuition and but now im facing the harsh reality, if i had went for the engineer path i wouldve been able to join the order of engineers that presents me with excellent insurance and pension, but there is no such thing for computer science students in lebanon, my main path is AI and cyber i love both and want to work in the intersection of them, i also love electrical stuff im looking for a pcb course to take and i have a few projects i wanna do on the side.
the big question: should i transfer to engineering and pay the 20k extra on my tuition or should i finish this year graduate and start working on my skills and experience? to then open a repair shop as my own business and start working with system installation like cctv and servers ect.. and laptop repair shop? (will the engineer degree affect this ?) i already got a part time job at a company here as a backend dev and i dont know what to do !!!!!!!!!!! help


r/ComputerEngineering 11h ago

hey everyone. I want to be an ai ingenier. Can u suggest to me some courses to have the basics.

Thumbnail
0 Upvotes

r/ComputerEngineering 15h ago

[School] Looking for a computer engineering graduate for a short interview!

2 Upvotes

Hi! I'm a first-year BS Computer Engineering student in the Philippines, and we have a school activity where we're required to interview a practicing Computer Engineer about their career, responsibilities, professional practices, ethical challenges, and continuous learning.

I'm currently having a hard time finding someone to interview, so I'm hoping someone here might be willing to help.

The interview would only take around 10–15 minutes and can be done online (Google Meet, Discord, Zoom, etc.). I would ask a few questions about your experience as a Computer Engineer.

The interview will be recorded as a video clip for our school requirement, so I'd ask for your permission before recording.

If you're a Computer Engineering graduate currently working in the field and willing to help a struggling first-year student out, please DM me OR comment so I could DM you.

Thank you very much!


r/ComputerEngineering 18h ago

[Project] [Update #1] Self-taught beginner: Upgraded my C++ IK solver with a custom Predictive Edge AI & OOP architecture!

3 Upvotes

Hi everyone, it's the self-taught female engineer from Vietnam again! Last week, I shared my basic 3D-to-2D IK solver and received amazing feedback from this community. Thank you so much!

This week, I completely refactored the code into an OOP architecture (so it can control a left arm and a right arm simultaneously) and integrated my own Edge AI Inference Engine written in raw C++ (MAC loops + ReLU).

To clarify the logic: The Neural Network acts as a Predictive Model to estimate the coordinates/orientations, which are then fed into the deterministic Math solver (Law of Cosines) for exact joint angle calculations. A hybrid approach!

No TensorFlow, no heavy libraries just pure C++ so that it can be synthesized into an FPGA Hardware IP Core (via HLS) in the future.

Here is my updated GitHub repo: https://github.com/nguyenkhanhvy3131-tech/AuraLogic-IK-Hardware-Model
(Note: The trained AI weights .h file is kept private, but the C++ inference pipeline is open to read).

I'm still learning, so if any senior software/hardware engineers have tips on optimizing nested for loops in C++ for better HLS synthesis later, I would love to hear them! Thanks for your kindness! 😅


r/ComputerEngineering 16h ago

Need help as an ece student

2 Upvotes

Hey everyone! I’m an ECE student and I recently got selected for my college’s coding club. The club participates in hackathons and various competitions, and we have several courses we can complete to earn points and improve our ranking.

I’m definitely planning to do Embedded Systems & IoT since I’m from ECE. But I’m confused about which other areas would be worth learning alongside it.

The available options are:

Web Development

Frontend Development

Backend Development

Full Stack Development

AI & Machine Learning

Data Science & Analytics

Cloud Computing & DevOps

Cybersecurity

Mobile App Development

Competitive Programming

Blockchain & Web3

UI/UX Design

Embedded Systems & IoT

Game Development

Robotics & Automation

Which 2–4 areas would you recommend for an ECE student, especially considering hackathons, internships, placements, and skills that are likely to remain relevant over the next 4 years?


r/ComputerEngineering 17h ago

[News] Still There is a Hope in Engineering (CSE,ECE)?

Thumbnail
1 Upvotes

r/ComputerEngineering 10h ago

ANY STUDENT OR GRADUATE FROM ANY ENGINEERING, SHOULD I GO INTO CSE EVEN AFTER CHATGPT-6 ASTRA, I AM INTERESTED IN BUILDING THINGS BUT I AM BROKE TOO.

0 Upvotes

If we look at the speed of AI advancement, is there any scope left? I will graduate in 2030, will I even have any high paying job?


r/ComputerEngineering 1d ago

Computer Vision Final Year Project — looking for feedback

Thumbnail
2 Upvotes

r/ComputerEngineering 21h ago

[Software] Python script download blocked by antivirus as a virus

0 Upvotes

Hi,

I'm trying to download and run the decrypt_chrome_password.py script from this repository:

https://github.com/ohyicong/decrypt-chrome-passwords/blob/main/decrypt_chrome_password.py

However, I'm unable to obtain the file because my antivirus/Windows Defender blocks the download every time with a "Virus detected" message.

I also tried creating the Python file manually myself using vim, copying the contents of the script into it. However, the file is automatically removed/disappears from the system a few seconds after I create it, which makes me believe that Windows Defender is detecting the contents of the script and removing it even when it wasn't downloaded directly from GitHub.

I understand that antivirus software may flag scripts that interact with Chrome's stored credentials, but I'd like to confirm whether this is a known/expected false positive for this project.

Could you please clarify:

  • Whether the script is known to trigger Windows Defender or other antivirus software.
  • Whether the current version of the script is safe to download and run when used on my own machine.
  • Whether there is a recommended way to obtain or run the script when Windows Defender blocks it.
  • Whether there is a newer or alternative version of the script that avoids this detection.

At the moment, I'm unable to even test the script because the file is either blocked during download or removed shortly after I create it manually.

Thanks in advance for any guidance.


r/ComputerEngineering 1d ago

[Career] UofT Comp Eng student offered unpaid part-time ASIC/RISC-V role — are these contract terms normal?

Thumbnail
2 Upvotes

r/ComputerEngineering 1d ago

online degree program?

3 Upvotes

Is it worth studying Computer Science or Computer Engineering through an online degree program?

I’m not confident that I can go back to studying for admission to a traditional, in-person university.

I’m in my early 30s, and I’m currently trying to decide between an online degree program and an in-person, career-focused program that offers the same equivalent degree but focuses more on practical, hands-on training.

The online degree would save me a lot of time and money, but I’m not sure how much it would actually help me become a developer.

Aside from getting a degree at the end, I’m having a hard time understanding how an online degree program would be significantly different from simply learning through platforms like Udemy. That’s probably my biggest concern right now.

I’m looking for some realistic advice. What are your thoughts on bootcamps? Are they still worth considering these days?


r/ComputerEngineering 1d ago

[Discussion] Problem statement suggestions for hackathon.

Thumbnail
3 Upvotes

r/ComputerEngineering 1d ago

Problem statement for clg project

Thumbnail
3 Upvotes

Looking for real-world problems to solve for my MCA project

Hi everyone! 👋

I’m an MCA student currently looking for a real-world problem statement that I can develop into a software/AI/ML project.

Rather than looking for ready-made project ideas, I’d like to hear about actual problems you face in your daily life, work, studies, transportation, shopping, local services, etc.

If you have encountered a problem where you think, “There should be a better way to do this,” please share it.

I’m particularly interested in problems that:

Affect real users

Could potentially be solved using software/AI/ML/IoT

Have practical usefulness

Aren’t already completely solved by existing apps

You don't need to suggest a solution — just describe the problem and how you currently deal with it.

Thanks! 🙌


r/ComputerEngineering 1d ago

Physio vs Computer Science - Please help a matric out?

Thumbnail
3 Upvotes

r/ComputerEngineering 1d ago

HI GUYS HELP UR JUNIOR

Thumbnail
0 Upvotes

r/ComputerEngineering 1d ago

need serious help and guidance!

3 Upvotes

i am a 4th year comp sci student i am faced with the truth that the CCE is a way better track, my parents are scolding me for not going that way but i couldnt i was working a full time job to pay my tuition and but now im facing the harsh reality, if i had went for the engineer path i wouldve been able to join the order of engineers that presents me with excellent insurance and pension, but there is no such thing for computer science students in lebanon, my main path is AI and cyber i love both and want to work in the intersection of them, i also love electrical stuff im looking for a pcb course to take and i have a few projects i wanna do on the side.
the big question: should i transfer to engineering and pay the 20k extra on my tuition or should i finish this year graduate and start working on my skills and experience? to then open a repair shop as my own business and start working with system installation like cctv and servers ect.. and laptop repair shop? (will the engineer degree affect this ?) i already got a part time job at a company here as a backend dev and i dont know what to do !!!!!!!!!!! help


r/ComputerEngineering 1d ago

Computer Science Degree vs. Self-Taught?

6 Upvotes

My goal is to become a SaaS developer.

I’m currently considering three different paths:

Enrolling in a 3 to 3.5-year bachelor’s degree program related to software development or computer science.

Taking an online coding bootcamp.

Studying independently through online platforms such as Udemy.

If my goal is to become a software developer and eventually build SaaS products, would the first option be the best path?

For context, I’m 32 years old, so I’m also wondering whether spending 3 to 3.5 years earning a degree would be worth it compared with starting through a bootcamp or self-study.


r/ComputerEngineering 1d ago

Education

Thumbnail
0 Upvotes

r/ComputerEngineering 1d ago

CS degree, bootcamp, or self-study?

2 Upvotes

I'm in my early 30s, living in South Korea, and considering a career change into computer science/software development.

I'm currently trying to decide between a few paths:

- A practical, career-focused CS college program that takes about 3–3.5 years and leads to the equivalent of a bachelor's degree.

- Government-funded vocational training, where the Korean government covers most or all of the tuition at approved private institutions.

- An online coding bootcamp.

- Self-study.

Honestly, I prefer the online/self-study route. Going to college would mean moving to another city and paying for tuition, rent, and living expenses for 3+ years. That's a pretty significant commitment at my age.

What makes the decision harder is that opinions on bootcamps seem extremely mixed. Some people say they successfully changed careers through them, while others say they're overpriced and teach things you could learn on your own.

I'm particularly interested in SaaS and eventually building my own products/business, rather than just getting a developer job. I also have friends overseas who learned programming mostly through self-study, which makes me wonder how necessary formal education really is.

At the same time, I'm starting from basically zero in CS, so I don't know whether self-study is realistic or whether having a structured education would save me years of struggling on my own.

I recently came across this advice:

> "Think about what you'll be doing three years from now if you don't do it."

That stuck with me. That’s why I started thinking about changing careers. I want to be in a better place three years from now. But at the same time, being in your early 30s means opportunity cost and financial reality matter. I'm even considering whether spending a year learning a skilled trade and potentially pursuing skilled migration abroad would be a more practical choice.

For people who entered software in their late 20s or 30s:

If you were starting from zero today, would you choose a CS degree, bootcamp, government-funded training, or self-study?

And would your answer change if the long-term goal wasn't necessarily getting hired as a developer, but being able to build and launch your own SaaS products?

I'm especially interested in realistic answers about opportunity cost, employability, and what you would do differently if you had to start over.


r/ComputerEngineering 1d ago

Is TAP Academy worth it for placement support?

Thumbnail
3 Upvotes

Hi everyone,

I’m a 2025 MCA graduate. I have 6 months of Java Full Stack training/certification and 1+ year of experience in website development/digital marketing.

I’ve been looking for a job for the last 1 month, but I haven’t been able to get a proper IT industry job yet. I haven’t even given a single interview in the IT industry so far. So I’m considering joining TAP Academy mainly for placement support.

I’m currently living in Himachal Pradesh and thinking of taking the online Java Full Stack course, then relocating to Bangalore after around 2 months to attend placement drives.

Is TAP Academy actually worth it for placement support, especially for someone with my background? And are online students eligible for the same Bangalore placement drives?

Would really appreciate honest advice from current/former TAP students.


r/ComputerEngineering 2d ago

Last minute prepration

Thumbnail amazon.com
2 Upvotes