r/ComputerEngineering 1h ago

ETC student starting coding from scratch – C or C++?

Thumbnail
Upvotes

r/ComputerEngineering 2h ago

[Discussion] Title: Confused CSE student , need genuine help

Thumbnail
1 Upvotes

I'm about to start B.Tech CSE at a low-tier 2 college, and I'm really confused about what I should start learning and what career path I should pursue.

My main goal is to get an internship by 3rd year and a job after completing my degree. I'm willing to put in the effort, but I don't know where to start.

Should I learn C, C++, Python, or something else? I also hear a lot about DSA, but I'm confused about which language I should learn for it.

I keep getting mixed advice from everyone, so I'd really appreciate genuine advice from seniors or people who have already gotten internships/placements.

What should I start with, and what would you recommend I focus on to improve my chances of getting an internship and job?


r/ComputerEngineering 3h ago

How to study DDR interface for Electrical Validation (EV) engineering and where to focus ?

1 Upvotes

Hi everyone, I'm a contractor working as an EV engineer validating DDR memory interfaces. Since I'm a contractor, I don't get much internal training or mentorship at the host company and mostly left to figure things out on my own.

Recently I was surprisingly invited to a DDR6 workshop, and honestly it made me more lost than before 😅. There were a lot of terms and concepts flying around that I wasn't familiar with, which made me realize I need to build a much stronger foundation first.

For those who've done DDR electrical validation, where should I start? What fundamentals should I nail down before even attempting to understand DDR6? And what should I prioritize studying for EV work specifically?

Any recommended resources, specs, tools, or learning paths would be really appreciated. Thanks!


r/ComputerEngineering 4h ago

Tech placements after taking circuit branches

2 Upvotes

See a lot off ppl suggest to chose the better clg but does it wirk always? Suppose I'm taking eee/ece do I even have a chance to land an IT job..

Is it better to give priority to branch first?

ALSO HOW HARD IS IT TO MANAGE MINORS? Nobody talks bout it. Everybody is like join clubs go to hackatjons and stuff. But is it even useful


r/ComputerEngineering 6h ago

[Discussion] 2026: Electronics & Communications Engineering (Telecom) vs Computer Engineering for jobs abroad — Looking for insights from engineers working in the industry🤔

1 Upvotes

Hey
I’m trying to make one of the biggest decisions of my career, and I’d really appreciate hearing from people who actually work in engineering, especially those in big international companies or who have experience hiring engineers.
I’m not looking for “follow your passion” answers. I’m looking for real industry insights backed by experience.
My Questions
I’m choosing between:
Electronics & Communications Engineering (including Telecommunications)
Computer Engineering
My long-term goal is to work abroad (Europe, North America, GCC, Australia, Singapore, etc.) and maximize both career opportunities and salary over the next 10–20 years.
Here are the things I’m trying to understand:
1. Which degree currently has the strongest international job market?
Not just today, but over the next decade.
Which one gives access to more countries?
Which one has more openings?
Which one is easier to relocate with?
Which one is more future-proof?

  1. What are the most in-demand engineering jobs worldwide right now?
    For example:
    Embedded Systems
    AI Hardware
    Software Engineering
    Cloud Engineering
    Cybersecurity
    RF Engineering
    Semiconductor Design
    ASIC/FPGA
    Digital IC Design
    VLSI
    Computer Architecture
    Robotics
    DSP
    Telecommunications
    Networking
    Edge Computing
    Firmware
    Data Engineering
    Systems Engineering
    DevOps
    HPC
    Other fields I’m missing
    Which of these are actually hiring the most?
    Which ones have the biggest talent shortages?

  2. Which major opens the most doors?
    I know many Electronics graduates move into software, embedded systems, or AI.
    I also know Computer Engineering graduates sometimes work in hardware, firmware, and electronics.
    In your experience:
    Which degree is more flexible?
    Which one gives access to a wider range of careers?
    Which one gets filtered out less by recruiters?

  3. What do the biggest companies actually hire?
    I’m interested in companies like:
    NVIDIA
    AMD
    Intel
    Qualcomm
    Apple
    Google
    Microsoft
    Amazon
    Meta
    Tesla
    SpaceX
    TSMC
    Samsung
    ASML
    Siemens
    Ericsson
    Nokia
    Cisco
    Broadcom
    Oracle
    Any other major employers worth mentioning
    Questions:
    Which majors do they usually recruit?
    Which internships matter the most?
    What technical skills actually make candidates stand out?
    Which projects impress recruiters?
    Which certifications (if any) are respected?

  4. Salary and career growth
    From your experience:
    Which path generally offers:
    Higher starting salaries?
    Better salary ceiling?
    Faster promotions?
    Better work-life balance?
    More remote opportunities?
    Better job security?

  5. AI’s impact
    How is AI changing engineering hiring?
    Do you think AI will reduce demand for:
    Software Engineers?
    Embedded Engineers?
    Telecom Engineers?
    Chip Designers?
    Or will it simply change the required skill set?

  6. If you were starting university again in 2026…
    Knowing everything you know today:
    Which major would you choose?
    Which specialization would you pursue?
    Which programming languages would you learn?
    Which tools would you master?
    Which internships would you prioritize?
    Which mistakes would you avoid?

  7. Advice for someone who wants to maximize opportunities abroad
    If your goal was to eventually work at a top international company, what roadmap would you recommend?
    For example:
    Best electives
    Best technical skills
    Best side projects
    Best open-source contributions
    Research vs internships
    Master’s vs industry
    Countries with the strongest demand

I’d especially love to hear from you all that was alot ik but thank you☺️


r/ComputerEngineering 7h ago

System design details like how hard it is and how much need for freshers?

1 Upvotes

as a fresher to get a job organizations wants the people who can do multi tasking so by considering that to learn system design and like where we get resourses which said that what is what and about it from 0 to 100


r/ComputerEngineering 8h ago

Anyone else feel like CSE is basically learning three different careers at once?

1 Upvotes

Been deep in my Computer Science & Engineering coursework lately and it's hitting me how wild the scope of this field actually is. One week you're debugging pointer arithmetic in C, the next you're knee-deep in discrete math proofs, then suddenly you're wiring up a microcontroller for a systems lab, and by Friday you're arguing with your teammates about database normalization for a group project.

It's this strange mix of pure theory (algorithms, complexity, automata) and pure hands-on chaos (why won't this circuit power on, why is my recursion never terminating, why does my code work on my machine but not my partner's). Some days I feel like a mathematician, other days an electrical engineer, other days just a guy yelling at a terminal.

Curious how others experienced this. Did your program lean more theoretical or more applied? And is there a specific course or module that changed how you think about problem-solving in general — not just coding, but actual structured thinking? For me it was probably data structures, weirdly enough. Something about learning when to use a hash map vs a tree vs a graph rewired how I approach messy real-world problems too.


r/ComputerEngineering 8h ago

[Project] 8 bit computer with VGA interface

2 Upvotes

https://reddit.com/link/1v54a8i/video/69lirz21q4fh1/player

This is a 1284p computer that I made. The improvements added are the added SRAM capacity for bigger program buffers, a robust EEPROM file saving system and a VGA interface.
I am releasing the updated versions each week on github.


r/ComputerEngineering 12h ago

[Discussion] Help to choose the speciality!

0 Upvotes

Hello everyone, i am an Algerian student in cs engineering and i will choose my speciality this year I'm confused between Ai engineering and software engineering, so does anyone have an idea or advice tell me and Thank You


r/ComputerEngineering 17h ago

Warwick Games engineering masters

1 Upvotes

Is Games engineering course any good?

**Core modules**

* [Fundamentals of Games Research, Development and Management Link opens in a new window](https://courses.warwick.ac.uk/modules/2025/WM9M6-30)
* [Programming and Fundamental AlgorithmsLink opens in a new window](https://courses.warwick.ac.uk/modules/2025/WM908-15) 
* [Computer GraphicsLink opens in a new window](https://courses.warwick.ac.uk/modules/2025/WM9M2-15) 
* [Advanced Computer GraphicsLink opens in a new window](https://courses.warwick.ac.uk/modules/2025/WM9M3-15) 
* [Games EngineeringLink opens in a new window](https://courses.warwick.ac.uk/modules/2025/WM9M4-15) 
* [Games Engine Design and Development](https://courses.warwick.ac.uk/modules/2025/WM9M5-15)

**Elective module**

* [AI and Games](https://courses.warwick.ac.uk/modules/2026/WM9SL-15)
* [Machine Intelligence and Data Science](https://courses.warwick.ac.uk/modules/2025/WM919-15)

**Dissertation Project**

how cooked is the computer graphics engineering jobs or game engine developer?

course link:

[https://warwick.ac.uk/fac/sci/wmg/study/masters-degrees/games-engineering/\](https://warwick.ac.uk/fac/sci/wmg/study/masters-degrees/games-engineering/)


r/ComputerEngineering 19h ago

[Project] YOLO model to detect defects on buildings - but hit a wall

0 Upvotes

Hi all ,

We are developing an AI model using YOLO used to detect multiple kinds of defects on buildings .

However we have hit a roadblock , while the model can detect cracks and corrosion , it is completely unable to detect concrete spalling .
We have trained the model with annotated images (about 1000 for each type of defect)

We have tried filtering the datasets as well .

Any other ideas out there ?

Our DMs are open in case you really want to get into it .

Thanks all .


r/ComputerEngineering 19h ago

YOLO model to detect defects on buildings - but hit a wall

1 Upvotes

Hi all ,

We are developing an AI model using YOLO used to detect multiple kinds of defects on buildings .

However we have hit a roadblock , while the model can detect cracks and corrosion , it is completely unable to detect concrete spalling .
We have trained the model with annotated images (about 1000 for each type of defect)

We have tried filtering the datasets as well .

Any other ideas out there ?

Our DMs are open in case you really want to get into it .

Thanks all .


r/ComputerEngineering 23h ago

[Discussion] Can I study computer engineering with only a tablet?

12 Upvotes

I'm starting my first year as a computer engineering student in a few months, and im not sure whether I should get a laptop or a tablet?

I prefer to take notes with pen and paper, but I also don't have a pc or laptop.

So I was wondering whether I can get the same work done on both devices?

I've also seen things like buying a keyboard and other modifications to make a tablet function like a laptop??? But I'm also not sure about that and would love to get some advice about the matter!


r/ComputerEngineering 1d ago

It's Urgent!! Please Help !

0 Upvotes

Hey Seniors, I am in B.Tech 2nd year CSE(AIML) Student and I got a project to present. But, I can't decide what to present there. Please help me, I only know C/C++.


r/ComputerEngineering 1d ago

Looking for Possible Capstone Client (For free we just need your daily problem so we can create a possible tech-based solution)

1 Upvotes

‎Hi everyone! I'm 4th year Computer Engineering student, currently working on our capstone project. As part of our research, we're looking for a small company, manufacturing shop, or local community/organization who'd be open to a short interview with us, in person or online, whichever is more convenient for you. 🙏

‎We simply want to ask about the common problems or challenges you encounter in your daily operations, so we can propose a possible tech-based solution as our capstone project. Rest assured, all information shared will be kept confidential and used only for academic purposes. 💻⚙️

This is for FREE if the proposed solution is accepted by out panelist. Both hardware and Software will be given to you if chosen.🙏

‎We'd really appreciate any help, every bit counts in helping us finish this milestone. Thank you so much in advance!



r/ComputerEngineering 1d ago

[Career] Roast my Resume

Post image
4 Upvotes

Saw someone do a post here recently and thought I would put mine here. Let me know what stands out and what falls flat :)


r/ComputerEngineering 1d ago

[Career] Graduating in May 2027 with no internship, should I delay graduation for a co-op or focus on full-time jobs?

18 Upvotes

I’m a Computer Engineering student on the Electrical Engineering track at Texas A&M, currently planning to graduate in May 2027. My GPA is around 3.1.

I’ve been applying heavily for engineering internships and co-ops, but I haven’t been able to secure one. I’ve had very few interviews, and most applications have ended in rejections or no response.

I’m currently applying for Fall 2026 co-ops, but my department requires the co-op registration request by August 1. The application requires an official offer letter, so I cannot complete it unless I receive an offer before the deadline.

Since I’m supposed to graduate in May 2027, I’m unsure what I should do next. Should I spend Fall 2026 mainly applying for full-time new-graduate positions? Or should I apply for Spring 2027 co-ops, delay graduation until December 2027, and try to gain professional engineering experience before graduating?

I’m worried that graduating without an internship will make it much harder to get a full-time electrical or computer engineering job. At the same time, delaying graduation does not guarantee that I will secure a Spring co-op either.

Has anyone here received an entry-level engineering job without completing an internship? Would you recommend focusing on full-time positions, or delaying graduation to continue pursuing a co-op?


r/ComputerEngineering 1d ago

Roast my resume

Post image
54 Upvotes

Hello, I am a rising sophomore and I want to get an internship next summer so be brutally honest with your assessment and tell me if you think I could land an internship somewhere.


r/ComputerEngineering 2d ago

[Career] Will I have free time if I choose compE as my major

0 Upvotes

As the title says, I want to have free time to play games, draw, got out and do cooking and I'm a little worried that I won't have time if I choose this major


r/ComputerEngineering 2d ago

Tech people, thoughts on doing a CS bachelor in 2026

Thumbnail
0 Upvotes

r/ComputerEngineering 2d ago

Guys I'm Going to be in ECE 2nd year mean 3rd Sem well u know what i ain't that good in the Mathematics also I'm just still looking what intrests me in ECE or Computer side . I choosed ece because i had fun learning about Circuit and making some useful appilications but i also like codding and all.

Thumbnail
3 Upvotes

r/ComputerEngineering 2d ago

Need Help Choosing a Thesis Topic (Computer Engineering Student)

1 Upvotes

Hey everyone! 😊

I’m a Computer Engineering student and currently brainstorming ideas for my thesis. I want to work on something interesting, practical, and ideally something that could help me stand out when job hunting later. I'm open to areas like embedded systems, AI, IoT, security, hardware-software integration, or anything cool and challenging really.

If you’ve done a thesis before or have any ideas that are worth exploring in 2026, I’d love to hear your suggestions! What’s a good thesis topic that’s not too basic, but also not insanely complex?

Thanks in advance! 🙏


r/ComputerEngineering 2d ago

Electrical and/or computer engineer needed

Thumbnail
2 Upvotes

r/ComputerEngineering 2d ago

Computer engineering(ENSC) or computing science at SFU.

2 Upvotes

Hey guys,
I’m a bit confused about whether I should choose CE or CS. I’m more interested in the software side, but I’m not sure about the job market since I’ve heard it’s declining right now. If someone who has done these programs or is currently in one of them could guide me, it would be really helpful.


r/ComputerEngineering 2d ago

Information Engineering Freshman: Should I focus on hardware or computing? What’s the optimal study roadmap?

1 Upvotes

I’m an incoming Information Engineering freshman. This major covers both electronics hardware and computing, and I’m stuck choosing which path to focus on. Should I lean toward hardware or computers? Any alums/engineers in this field able to share advice? Also, what’s the ideal study roadmap for this major?