CSEC ASTU – Telegram
CSEC ASTU
5.19K subscribers
2.13K photos
21 videos
72 files
578 links
Computer Science and Engineering Club ASTU.
Feedback: https://forms.gle/WzxkpHAF3iKy9eCT9
Facebook: https://ift.tt/2PEWePp
LinkedIn: https://www.linkedin.com/company/csec-astu
Download Telegram
📢 Applications Now Open

CSEC ASTU Development Division is opening its doors to new members!

If you’re a 2nd or 3rd year student who loves technology and wants hands-on experience building real solutions, this is for you.

🗣 Interview Process:
Qualified applicants will have a short interview to discuss their skills, interests, and motivation.


⚠️ Limited slots available; applications close once all spots are filled.

👉 Apply here: Link

Ideas matter, but building them together is what creates impact.

- Development Division

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSEC_ASTU #Application #DevDivision #TechCommunity #BuildTogether #SoftwareDevelopment #FutureDevelopers
🔥84
Forwarded from CSEC_Cybersecurity
🔥Sunday Tech Talk

🏨 The "Hotel Key" Hack (IDOR)

Imagine you check into a hotel and get a room key. You look at your key and see it’s for Room 101.

As you walk down the hallway, you start wondering: "Wait... if I’m 101, what happens if I just walk up to Room 102 and try my key?" In a bad hotel, the lock doesn't care who you are; it only cares that you have a key.

Hackers do this with Web Addresses:

You log into your bank and see your profile at: bank[.]com/user/500

You get curious and change the number in the address bar to: bank[.]com/user/501

Suddenly, you’re looking at Abebe’s bank account balance. 😲

The hacker didn't "break" the door down; they just asked for a different room and the computer was too polite to say, "Hey, you aren't allowed in there!"

🔓Good security doesn't just check if you have a key (Authentication); it checks if that specific door belongs to YOU (Authorization).


👥 Join us:
🔗 LinkedIn
💬 Telegram / Cyber
▶️ YouTube

- Cyber Security Division

#CyberSecurity #IDOR #CSEC_ASTU
🔥182👍1
📢 Applications Now Open

CSEC ASTU’s Competitive Programming Division (CPD) is now accepting new members.

Eligibility:

This application is open to 1st, 2nd, and 3rd year students only.

The selection process will take place in the following stages:
1. Registration

📝 Apply here 👉 LINK
Deadline: Tuesday February 10, 2026.


2. Practice Phase

After registration closes, a Google Sheet containing practice problems will be shared via email.
Only active participants who solve a significant number of problems will be eligible for the official contest.

3. Final Selection

⚠️Participants will be given a limited time to solve the problems from the Google Sheet. Eligible students will then be shortlisted and informed of the date and time of the official contest.

For more information join - @CSEC_ASTU_Community_Education

Good Luck!
Competitive Programming Division (CPD)

👥 Join us:
🔗 LinkedIn
💬 Telegram / Community
▶️ YouTube

#CSEC_ASTU #CompetitiveProgramming #ProblemSolving #DSA
10🔥4
CSEC ASTU
📢 Applications Now Open CSEC ASTU’s Competitive Programming Division (CPD) is now accepting new members. Eligibility: This application is open to 1st, 2nd, and 3rd year students only. The selection process will take place in the following stages: 1. Registration…
‼️ Notice to CPD Applicants ‼️

We sincerely apologize for closing the previous Google Form.

The form was temporarily closed to update it and ensure that only students who are genuinely committed to competitive programming apply to the CPD.

This update also allows students interested in other divisions to apply to those instead.

Please note that switching divisions after selection will not be allowed.
You may attend sessions from other divisions
Switching divisions after joining is not allowed


If your main interest is Development, Cybersecurity, or Data Science, please wait for their application forms.

⚠️ Important:

Even if you submitted the previous form, you must apply again. Old responses will not be considered.

🔗 Updated Form:

👉 LINK

We apologize for any inconvenience and appreciate your understanding.

— Competitive Programming Division (CPD)
🔥54👍4
🔥 Sunday Tech Talk

The Telegram Engineering Paradox

Did you know Telegram, one of the biggest messaging apps in the world 🌍, is maintained by around 20 developers?

Yep an app used by hundreds of millions (now billions) of users, run by a tiny core team.
One big reason often mentioned: how they think?

Many of those engineers come from competitive programming backgrounds. CP trains you to care about:
• Speed (time complexity)
• Memory (space efficiency)
• Scalability & reliability
• Solving hard problems under pressure


CP isn’t everything, but it builds foundations that show their power when traffic explodes.

That’s why many seniors say:
Data Structures & Algorithms are a long-term investment, not just interview prep.

CP doesn’t replace development, it strengthens it. 💪

Competitive Programming Division (CPD)

👥 Join us:
🔗 LinkedIn
💬 Telegram / Community
▶️ YouTube

#CSEC_ASTU #SundayTechTalk #CompetitiveProgramming #ProblemSolving #DSA
🔥243👍1💯1
CSEC ASTU
1. Registration
📝 Apply here 👉 LINK
Deadline: Tuesday February 10, 2026.
Hey everyone,

Only 1 day remaining until registration closes!


If you haven’t registered yet, please make sure to submit your application early.
3
🔥 Welcome to the 2nd Semester at CSEC-ASTU!

As we begin the 2nd semester, we are excited to invite all members to an important semester kick-off event combined with our official election program. This event marks a new phase for our community, filled with opportunities, responsibilities, and leadership.

Event Details:
🔒 Members only
📅 Date: Monday - Feb 16, 2025
🕒 Time: 01:00 LT
📍 Location: Lab 2


This is a crucial moment for every member to participate, contribute, and shape the future of CSEC-ASTU. Your presence matters!

⚠️ MANDATORY FOR ALL MEMBERS


Let’s start the 2nd semester with unity, leadership, and purpose! 🚀

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSECASTU #2ndSemester #Election #Leadership #Community
🔥6❤‍🔥21
🔥 Happening Now🔥

Dev Division Entrance Interview

Bring your confidence. Bring your passion. Bring your vision.
This is your moment to step forward and build with purpose.

Deadline: 9:00 LT (Daytime)

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSEC_ASTU #EntranceInterview #DevDivision #TechCommunity #SoftwareDevelopment #FutureDevelopers
🔥82
🔥Sunday Tech Talk

Clean Data = Powerful AI Models

In AI and machine learning, data quality is everything. Messy data leads to flawed models no matter how sophisticated your algorithms are.

When training a model on user data, but it contains duplicate entries, missing fields, inconsistent labels ("cat", "Cat", "CAT", "kitty"), and incorrect labels (dogs labeled as "car"). Your model is learning chaos leading to bias, poor accuracy, and unreliable predictions.

The Data Cleaning Process
Remove duplicates
• Standardize formats and labels
• Handle missing values
• Fix or remove errors and preserve the original dataset.


After proper cleaning you'll see better performance, stable training, reliable evaluation, and safer deployment.

What's your experience with data quality in AI projects? Drop your thoughts below.
— Data Science Division

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSEC_ASTU #SundayTechTalk #CleanData
👌144👍1
🔥 Happening Now


The 2nd Semester Opening Ceremony & Election Program is officially underway in Lab 2.

Members are gathering, setup is in progress, and the new semester is being kicked off with purpose and leadership.


👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSEC_ASTU #HappeningNow #Semester #Opening
🔥172
🎉 Welcome to Development Division

After a careful and thorough evaluation process, we are excited to officially announce the newly selected members of the Development Division.

👏 Congratulations to our new members!
Check the official list here: Link

Event Details:
🗓 Date: Feb 18, 2026
Time: 10:00 LT
📍 Location: B-508 R-10


⚠️ Attendance is mandatory, all selected members are required to be present. Former members encouraged to attend and support.

Great things are built one line of code at a time.

— Development Division

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSEC_ASTU #DevelopmentDivision #NewMembers #Welcome
🔥266💔2
🔥 Happening Now 🔥

Day 1 of CSEC Dev Bootcamp – Kicked off with HTML & CSS

Hands-on practice, building from scratch, and laying the foundation for everything to come.


— Development Division

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#DevBootcamp #HTMLCSS #DevelopmentDivision
9🔥5❤‍🔥1
🔥 Happening Now! 🔥

Introduction to Computer Vision 👁

Laying a strong foundation in visual intelligence by combining clear theory with practical understanding.

- Data Science Division

@CSEC_ASTU

#DataScienceDivision #CSECASTU #ComputerVision #BuildTogether
🔥124
Media is too big
VIEW IN TELEGRAM
🚀 CSEC ASTU Overview

CSEC ASTU is not just a student club, it’s a strong family where students grow together through technology, collaboration, and shared purpose.

Founded under the Department of Computer Science and Engineering, it empowers students across six specialized divisions:

• Competitive Programming
• Development
• Cyber Security
• Capacity Building
• Data Science
• Social Media

CSEC ASTU also has a Blockchain Team focused on exploring blockchain concepts and building practical solutions.

From building real software and exploring AI, to strengthening fundamentals and solving complex problems members learn by doing, not just watching.

🎥 This video gives a quick overview of what CSEC ASTU is all about.

🌐 Learn more: ask-csec.com or @CSEC_INFORMATIONAL_bot

“Great communities don’t just teach skills, they shape futures.”

👥 Join us:
🔗 LinkedIn
💬 Telegram
▶️ YouTube

#CSECASTU #TechCommunity #StudentInnovation #LearningByDoing #ComputerScience #ASTU
🔥353