AM
Abubakar Mir
Learner
(2)
2
Location
Edmonton, Alberta, Canada
Bio

Computing science student at the University of Alberta looking to expand my professional network and development related skills.

Portals
Categories
Website development Software development Databases Hardware

Skills

Bootstrap (front-end framework) 2 Cascading style sheets (css) 1 D3.js (javascript library) 1 Database design 1 Database tuning 1 Django (web framework) 1 Graphical user interface 1 Hypertext markup language (html) 1 Javascript libraries 1 Modularity 1 Mysql 1 Postgresql 1 Python (programming language) 1 Relational database design 1 Relational databases 1 Resource allocation 1 Server configuration 1 User accounts 1 Virtual private servers 1

Socials

Latest feedback

Recent projects

Fourien
Fourien
Edmonton, Alberta, Canada

Development of data driven website

We would like to create a data driven IoT website for our company where data will be coming from our hardware sensors and received by our server through HTTP request. Then the server will be saving the data in a MySQL database. On the front side, we should be able to create accounts for different users. Then each user will be able to add their photo, short profile and description of their assigned data. We will also need admin panel where we should be able to create, delete, edit and block the user accounts. The MySQL database should be designed in a way so that we can save data of over 1GB. The website will work for us as a data receiving and storage method so that we can storage large amount of the data coming from the sensors or other servers. The students will be working on the servers such as AWS so that we can utilize high speed servers which are dynamic in their resource allocation. This way we will only have to pay for the resources (RAM, CPU) only when we use them.

Matches 1
Category Website development
Closed
Fourien
Fourien
Edmonton, Alberta, Canada

Website server configuration and backend optimization

We have a basic data driven website with main technology stack of Django, HTML, CSS, Bootstrap, Postgres etc. We would like to explore more cost effective server providers so that we can enlarge the database for the website to receive, store and present more data. Also we would like to optimize the backend Django code for the website to add more features, optimize database and increase the page loading speed. So the main objectives are server selection, server configuration and backend optimization.

Matches 1
Category Website development + 1
Closed

Education

Bachelor of science, specialization in computing science software practice
University of Alberta
September 2021 - Current

Personal projects

Abu IoT
May 2022 - June 2022

A small project where I configured a microcontroller to get data from a temperature sensor and send it to an AWS EC2 server. where it is then stored in a database. and on the website you can make an account or log in to see live data ( if the sensor is online if it is not you will just see the latest entry into the database) or search for data over a time range. I learned a lot about data bases, AWS(EC2) , setting up and maintaining a linux server(apache2 with mod-wsgi and nginx with gunicorn), front end development(html, css, Javascript) , and back end development(Django). I hope to take these skills into an internship and expand on them.