Changes

no edit summary
Line 3: Line 3:  
the Application running via the Sugarizer Server, the users who have been registered on the server, journals and will also provide editing options
 
the Application running via the Sugarizer Server, the users who have been registered on the server, journals and will also provide editing options
 
to the user to modify the various aspects.
 
to the user to modify the various aspects.
 +
 +
=='''About Me'''==
 +
===Personal Information===
 +
<table class="wikitable">
 +
<tr>
 +
<td>'''Name''':</td> <td>Saurabh Badhwar</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Current Program''':</td> <td>Bachelor in Technology, Computer Science Engineering</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Year of study''':</td> <td>Pre-final year</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''College/University''':</td> <td>Guru Gobind Singh Indraprastha University, Delhi, India</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''E-Mail Address''':</td> <td>contact@saurabhbadhwar.xyz</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Contact Number''':</td> <td>+91-9650-823-204</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''SugarLabs Wiki Username''':</td> <td>h4xr</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''IRC Nickname''':</td> <td>Saurabh_Badhwar</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''First language''':</td> <td>Hindi, Also proficient in English</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Current Location''':</td> <td>Delhi, India</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Work hours''':</td> <td>I would like to work between 13:00 to 18:00 (UTC +5:30) [Adjustable]</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Website''':</td> <td>[http://saurabhbadhwar.xyz Saurabh Badhwar's Website]</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''Twitter''':</td> <td>[http://twitter.com/mynet55 Saurabh Badhwar on Twitter]</td>
 +
</tr>
 +
 +
<tr>
 +
<td>'''GitHub Profile''':</td> <td>[https://github.com/h4xr Saurabh Badhwar on GitHub]</td>
 +
</tr>
 +
</table>
 +
 +
===Technical Skills===
 +
I have worked on various technologies during the course of time in various projects. My skillset includes:
 +
 +
*'''Frontend''': HTML5,CSS3,Javascript,Bootstrap and jQuery
 +
*'''Backend''': PHP,Python,Node.js and frameworks like Flask,Express.js
 +
*'''Database''': MySQL,Mongodb,Neo4j
 +
 +
===Previous Work Experience===
 +
* Active contributor to Mozilla Delhi Community Website (Mozpacers) - [https://github.com/h4xr/Mozpacers.github.io Mozilla Delhi]
 +
* Webmaster at [http://www.ieeeniec.com IEEE NIEC]
 +
* Developed an Indian Railway reservation status checking application based on node.js and mongodb [https://github.com/h4xr/pnr PNR Check] 
 +
* Developed a custom CMS for a NGO website [https://github.com/h4xr/Sevasetu Sevasetu]
 +
* Worked on backend development of [http://www.ieeeniec.com IEEE NIEC]
 +
* Developed Image sharing website Camjam
 +
 
=='''Overview'''==
 
=='''Overview'''==
 
Sugar Labs aims at creating tools that learners use to explore, discover, create, and reflect with the mission to support the Sugar community of users and developers and establish regional, autonomous "Sugar Labs" around the world to help learners "learn how to learn" by tailoring Sugar to local languages and curricula.
 
Sugar Labs aims at creating tools that learners use to explore, discover, create, and reflect with the mission to support the Sugar community of users and developers and establish regional, autonomous "Sugar Labs" around the world to help learners "learn how to learn" by tailoring Sugar to local languages and curricula.
Line 36: Line 112:     
The use of frameworks like bootstrap will help to build a responsive frontend which will help improve the user experience. The backend being powered by node.js and mongodb will help in better utilization of resources since most of the work will be IO based and the non-blocking IO of node.js will help improve the performance. This will also help in reducing the number of language dependencies the Sugarizer project is based on.
 
The use of frameworks like bootstrap will help to build a responsive frontend which will help improve the user experience. The backend being powered by node.js and mongodb will help in better utilization of resources since most of the work will be IO based and the non-blocking IO of node.js will help improve the performance. This will also help in reducing the number of language dependencies the Sugarizer project is based on.
 +
 +
==='''Mock Designs'''===
 +
[[File:Login_page.png|thumb|left|Login page for dashboard]]
 +
[[File:Dashboard_page.png|thumb|center|Dashboard for the server]]
 +
 +
These designs are the initial mockups and will be refined as per the requirements in the future.
    
=='''Milestones'''==
 
=='''Milestones'''==
<table>
+
<table class="wikitable">
 +
<tr>
 +
<th>Timeline</th>
 +
<th>Task</th>
 +
</tr>
 
<tr>
 
<tr>
 
<td>
 
<td>
Line 131: Line 217:  
</tr>
 
</tr>
 
</table>
 
</table>
=='''About Me'''==
  −
===Personal Information===
  −
'''Name''': Saurabh Badhwar
     −
'''Current Program''': Bachelor in Technology, Computer Science Engineering
+
== '''Miscellaneous''' ==
   −
'''Year of study''': Pre-final year
+
=== Sugarizer Server Install ===
 
+
[[File:Sugarizer Activity.png|left|thumb]]
'''College/University''': Guru Gobind Singh Indraprastha University, Delhi, India
+
[[File:Sugarizer Activity2.png|thumb]]
 
+
[[File:Sugarizer Home.png|centre|thumb]]
'''E-Mail Address''': contact@saurabhbadhwar.xyz
  −
 
  −
'''Contact Number''': +91-9650-823-204
     −
'''SugarLabs Wiki Username''': h4xr
     −
'''IRC Nickname''': Saurabh_Badhwar
+
=== A learning experience ===
 +
As a child I was always fascinated by how the operating systems worked and how the applications runs over them. Fascinated by these as a child I always wanted to build my own Operating System. This was the time I began my journey into the world of Computer Science by starting with learning how to program in C. As my understanding grew about the field, it was a realization that building an OS wasn't as easy as it seemed but it proved to be a great entry point into the field of computer science for me. The dream of building an OS lead me to learn about different algorithms and data structures. There were many problems faced during this journey as a child but it proved to be a great morale booster for me.
 +
[[Category:2016 GSoC applications]]
   −
'''First language''': Hindi, Also proficient in English
+
=== Bonding with the community ===
 +
I believe in Team work and would love to be in close touch with the community during the development period and after that. During the development period I will try to be as fast as possible to answer any questions that are asked to me. I will be available on the IRC channel of the community as well as on the mailing lists.
   −
'''Current Location''': Delhi, India
+
In case of any doubt I will try to reach the mentor of the task and if due to some reason the mentor is unavailable to reply, I will try to find the answer of my queries by searching through the organisation wiki or asking other contributors. Incase the doubt still persists, instead of stopping the work and waiting for the mentor to reply, I will work on some other module so as to efficiently use the time and to deliver the work according to the mentioned deadlines.
   −
'''Work hours''': I would like to work between 13:00 to 18:00 (UTC +5:30)
+
In my personal opinion, being available for the community is the best way to contribute to it and keeping this in mind I will try to devote as much time as I can to the community to move its mission forward and will try to contribute in the best possible way.
 
  −
'''Website''': [http://saurabhbadhwar.xyz Saurabh Badhwar's Website]
  −
 
  −
'''GitHub Profile''': [https://github.com/h4xr Saurabh Badhwar on GitHub]
  −
 
  −
===Previous Work Experience===
  −
* Active contributor to Mozilla Delhi Community (Mozpacers)
  −
* Developed a reservation status checking application based on node.js and mongodb 
  −
* Developed a MVC based framework in PHP
  −
* Worked on backend development of [http://www.ieeeniec.com IEEE NIEC]
  −
* Developed Image sharing website Camjam
  −
 
  −
== '''Miscellaneous''' ==
  −
 
  −
=== Sugarizer Server Install ===
  −
[[File:Sugarizer Activity.png|left|thumb]]
  −
[[File:Sugarizer Activity2.png|thumb]]
  −
[[File:Sugarizer Home.png|centre|thumb]]
 
41

edits