How to take the first step into science
Science and research
Purpose: To show that science in IT is not boring reports, but a springboard to complex architectural problems.
Many students associate the word “science” with dusty archives and boring lectures. But in the IT industry, things work differently. Scientific activity at the Department of POAS is your legal cheat code for the transition from the category of ordinary coders to the elite of system engineers.
Where to start?
You don’t have to try to invent a new internet. The path to science begins with ordinary laboratory work. Let’s say you write an application and notice that a standard SQL query is executed too slowly as the amount of data increases.
Ask yourself, “How can I optimize this?”
Find a mentor: Contact the teacher at the department. Polytechnic environment encourages initiative.
Do an experiment: Compare several sorting algorithms or database types on a particular amount of information.
Describe the result: Here is your first post for the student conference!
What does that do in practice?
Employers in top IT companies adore candidates with a research background. A person who has written scientific articles knows how to dig deeply, analyze documentation in English and defend their architectural decisions. Science teaches you to think not on the “how to write a function” level, but on the “how that feature will affect a system with a million users.”