Posts

Showing posts with the label Docker Campus Ambassador

2018-07-22: Tic-Tac-Toe and Magic Square Made Me a Problem Solver and Programmer

Image
" How did you learn programming? ", a student asked me in a recent summer camp. Dr. Yaohang Li organized the Machine Learning and Data Science Summer Camp  for High School students of the Hampton Roads metropolitan region at the Department of Computer Science, Old Dominion University  from June 25 to July 9, 2018. The camp was funded by the  Virginia Space Grant Consortium . More than 30 students participated in it. They were introduced to a variety of topics such as Data Structures, Statistics, Python, R, Machine Learning, Game Programming, Public Datasets, Web Archiving, and Docker etc. in the form of discussions, hands-on labs, and lectures by professors and graduate students. I was invited to give a lecture about my research and Docker . At the end of my talk I solicited questions and distributed Docker swag. The question "How did you learn programming?" led me to draw Tic-Tac-Toe Game and a 3x3 Magic Square on the white board. Then I told them a mo...

2017-12-03: Introducing Docker - Application Containerization & Service Orchestration

Image
For the last few years, Docker , the application containerization technology, has been gaining a lot of attraction from the DevOps community and lately it has made its way to the academia and research community as well. I have been following it since its inception in 2013. For the last couple years, it has become a daily driver for me. At the same time, I have been encouraging my colleagues to use Docker in their research projects. As a result, we are gradually moving away from one virtual machine (VM) per project to a swarm of nodes running containers of various projects and services. If you have accessed MemGator , CarbonDate , Memento Damage , Story Graph or some other WS-DL services lately, you have been served from our Docker deployment. We even have an on-demand PHP/MySQL application deployment system using Docker for the CS418 - Web Programming course . I ( @ibnesayeed ) have been selected as the @Docker Campus Ambassador for Old Dominion University! /cc @ODU @od...

2017-08-14: Introducing Web Archiving and Docker to Summer Workshop Interns

Image
Last Wednesday, August 9, 2017, I was invited to give a talk to some summer interns of the Computer Science Department at Old Dominion University. Every summer our department invites some undergrad students from India and hosts them for about a month to work on some projects under a research lab here as summer interns. During this period, various research groups introduce their work to those interns to encourage them to become potential graduate applicants. Those interns also act as academic ambassadors who motivate their colleagues back in India for higher studies. This year, Mr. Ajay Gupta invited a group of 20 students from  Acharya Institute of Technology and B.N.M. Institute of Technology and supervised them during their stay at  Old Dominion University . Like the last year, I was selected from the Web Science and Digital Libraries Research Group again to introduce them with the concept of web archiving and various researches of our lab. An overview of the talk ...