Why it worked
The creator shares relatable struggles and achievements of a university student in a technical field, which resonates with other students and those interested in IT education. The use of clear, text-heavy slides detailing specific projects makes the content informative and easy to follow.
Summary
The creator, a student at ITMO University in Russia, shares their first-semester IT assignments. These include projects on Docker, building a Telegram bot, machine learning for oil well prediction, and blockchain-based websites.
Structure
- 1Introduction to IT studies at ITMO University, Russia
- 2First semester assignments: Docker, Telegram bot, Machine Learning, Blockchain
- 3Details on specific projects and tasks within each assignment
- 4Mention of other projects like website development and Flutter apps
- 5Concluding thought on the busy student life
On-screen text
ITMO
UNIVERSITY
Jadi mahasiswa yang kuliah IT di
ITMO University Rusia
Tugas semester satu nya disuruh
bikin project apa??
>>>
Tugas Informatika
Belajar Docker di linux
masih aman lah
Tegram-bot
Laboratorium O Programming
Buat Telegram Bot
iya bener dari 8 laboratorium tugas
nomor 0 nya kita disuruh milih tugas
antara buat telegram bot atau API
pakai python
Project Infokomunikasi
Disuruh buat Machine Learning
untuk prediksi keuntungan dan
resiko dari lokasi penggalian sumur
minyak terasi presentasiin
tugas kelompok dan gw pegang
bagian pelatihan sama validasi data
Блокчейн. Контракт-пациент
Deployed contracts
PATIENT AT 0x72B...95E9 (M)
Balance: 0 ETH
AddMedicalRecord
string_diagnosis, string
DoctorManage
address_doctorAdd, bo
GetMedicalHistory
GetMedicalRecord
GetMedicalRecord
string_memory_uint256_id
GetPatientData
numberRecords
function addMedicalRecord(string memory _diagnosis, string memory _complete) public view returns (MedicalRecord memory) {
require(msg.sender == owner, "Only owner can add records");
MedicalRecord storage newRecord = records[msg.sender];
newRecord.diagnosis = _diagnosis;
newRecord.complete = _complete;
emit MedicalRecordAdded(msg.sender, _diagnosis, _complete);
return newRecord;
}
function getMedicalHistory(string memory _id) public view returns (MedicalRecord memory) {
return records[_id];
}
function getMedicalRecord(string memory _id) public view returns (MedicalRecord memory) {
return records[_id];
}
function doctorManagement(address _doctor, bool _is_active) public view returns (Doctor memory) {
return doctors[_doctor];
}
function getPatientData(string memory _id) public view returns (MedicalRecord memory) {
return records[_id];
}
Ada banyak tugas lain juga yang ikut
presentasi ada temen" lain yang
bikin website berbasis blockchain,
ada yang bikin aplikasi pakai flutter,
dan lainnya