Workshop on Basic Java Programming

IEEE Computer Society Student Chapter DU arranged a workshop on Basic Java Programming on March 24, 2018. The day long workshop was divided into two sessions & tried to give the participants a basic knowledge on Java.

Date: 24th March, Saturday
Time: 10:00-1:00PM & 2:00-5:00PM
Place: Room 305, IIT, University of Dhaka

Instructor: Bazlur Rahman Rokon
Senior Software Developer at Vantage Labs, Dhaka
Founder/Leader at Java User Group, Bangladesh
Former Guest Faculty at Institute of Information Technology, University of Dhaka
Studied Bachelor of Science in Software Engineering at Institute of Information Technology, University of Dhaka

Books by the Instructor: “জাভা প্রোগ্রামিং” & “জাভা থ্রেড প্রোগ্রামিং”
Links: https://www.facebook.com/ProgrammingInJava/?ref=br_rs
and https://www.facebook.com/JavaThreadProgramming/?ref=br_rs

Workshop on Version Controlling System: Git

Version control systems are a category of software tools that help a software team manage changes to source code over time. Version control software keeps track of every modification to the code in a special kind of database. If a mistake is made, developers can turn back the clock and compare earlier versions of the code to help fix the mistake while minimizing disruption to all team members.
By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel. Developers who have worked with Git are well represented in the pool of available software development talent and it works well on a wide range of operating systems and IDEs (Integrated Development Environments).

IEEE Computer Society Student Branch Chapter of University of Dhaka organized a workshop on Version Controlling System: Git, in order to enlighten the Software Enthusiast of our country. That was a great opportunity for anyone looking to develop a clean basic knowledge on the most popular version controlling system in the world.

Date: 29th March, Thursday
Time: 2:00pm – 5:00pm
Place: Room 405, 3rd floor, Department of Computer Science and Engineering, University of Dhaka

Instructor: Md. Mofijul Islam
Lecturer, University of Dhaka

Workshop on Advance Java Programming: Thread & Lambda Expression

Java is a multi-threaded programming language which means we can develop multi-threaded program using Java. A multi-threaded program contains two or more parts that can run concurrently and each part can handle a different task at the same time making optimal use of the available resources specially when your computer has multiple CPUs. Thread programming and use of lambda expressions are a bit of advanced topic in Java and the knowledge of it is highly appreciated in the software industries.
We IEEE Computer Society of University of Dhaka  organized a day long workshop on Java Thread Programming. It was a great opportunity for students seeking a well developed knowledge on advanced java programming.

Date: 7th April, Saturday
Time: 10:00-1:00PM & 2:00-5:00PM
Place: Room 305, IIT, University of Dhaka

Instructor: A N M Bazlur Rahman
Lead Engineer at R&D division, bKash, Dhaka
Founder/Leader at Java User Group, Bangladesh
Former Guest Faculty at Institute of Information Technology, University of Dhaka
Studied Bachelor of Science in Software Engineering at Institute of Information Technology, University of Dhaka

Books by the Instructor: “জাভা প্রোগ্রামিং” & “জাভা থ্রেড প্রোগ্রামিং”
Links: https://www.facebook.com/ProgrammingInJava/?ref=br_rs
and https://www.facebook.com/JavaThreadProgramming/?ref=br_rs

Leave a Reply

Your email address will not be published. Required fields are marked *