-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.html
More file actions
119 lines (119 loc) · 7.45 KB
/
Copy pathcontent.html
File metadata and controls
119 lines (119 loc) · 7.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Buffer cache and Get Block Simulation</h3>
<div class="subheading mb-3"></div>
<p>Simulated the buffer cache and get the block algorithm as a python application, project in the operating system, and by developing this project, I assimilate and learned about:
<li>Scenarios of retrieval of buffers.</li>
<li>Structure of the buffer pool and buffer header.</li>
<li>Algorithms for reading and writing disk blocks.</li>
<li>Working in a multiprocessing environment.</li>
<li>Process synchronization.</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2020 - March 2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Blog Posting Site</h3>
<div class="subheading mb-3"></div>
<p>Developed and Deployed a blog posting site from scratch featured with the blogging service, user authentication, weather report, news, and geolocation coordinate system that streams data over the globe and broadcast news in a more timely manner,
programmed the system in such a way that whenever the unidentified user trying to breach security, the device will automatically send an email and sms notification! By building this project i have learnt about:
<li>Mysqli</li>
<li>PHP and PHP Curl API</li>
<li>PHP Mailer Library</li>
<li>Bootstrap</li>
<li>JS and REST API’s</li>
<li>RDBMS</li>
<br>
<p><a href="http://blogpostsite.epizy.com/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">April 2019 - May 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">PHP Mailer System</h3>
<div class="subheading mb-3"></div>
<p>Many PHP developers need to send email from their code. The only PHP function that supports this is mail(). However, it does not provide any assistance for making use of popular features such as encryption, authentication, HTML messages, and attachments.
So I developed a PHP Mailer System using PHPMailer library, which is embedded in a web application used to send emails safely and easily via PHP code from a web server.</p>
<p><a href="http://phpmailer.epizy.com/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">February 2018 - April 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Internshala Blood Bank</h3>
<div class="subheading mb-3"></div>
<p>Built a blood bank web application task provided by Internshala to hire web developer intern for 2020-2021 session.</p>
<p><a href="http://github.com/rohitshakya">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2020 - November 2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Karaoke Render</h3>
<div class="subheading mb-3"></div>
<p>The Karaoke is an instrumental version of a well-known popular songs. Lyrics are usually displayed on a video screen, along with a moving symbol, changing colour.</p>
<p><a href="http://github.com/rohitshakya/web-projects/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2021 - January 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">CSS Clip-Path Shape Maker</h3>
<div class="subheading mb-3"></div>
<p>This online generator helps with creating shapes for images using the css clip-path property.</p>
<p><a href="http://github.com/rohitshakya/web-projects/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2021 - January 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Word Search Puzzle</h3>
<div class="subheading mb-3"></div>
<p>A word search is a puzzle that uses words and puts them in a grid. The point of the game is to find all of the words hidden in the grid. The puzzle consists of a grid of letters that is usually a rectangle or square shape, but different shapes
are possible, some that even look like an object like a plant or animal. Besides the grid is a list of words. The letters in the word appear in order somewhere in the grid, and can be placed horizontally, vertically or diagonally. A letter
in the grid can be used in more than one word, and not all the letters in the grid have to appear in a word. To solve the puzzle, a person has to find the place where each word is hidden in the grid, and when he or she finds that place, he
or she circles all the letters in the word (as shown in the example), and then crosses the word off the list so that he or she knows not to look for that word again. It is easier to find the bigger words first since they have more letters.</p>
<p><a href="http://github.com/rohitshakya/web-projects/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">November 2021 - December 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">optical character reader integration</h3>
<div class="subheading mb-3"></div>
<p>Optical character recognition or optical character reader is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo of a document, a scene-photo
or from subtitle text superimposed on an image.</p>
<p><a href="http://github.com/rohitshakya/web-projects/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2021 - July 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Admin Panels</h3>
<div class="subheading mb-3"></div>
<p>
The Administrator application, also known as the Back-end, Admin Panel or Control Panel, is the interface where administrators and other site officials with appropriate privileges can manipulate the look of a Joomla! powered web site. There are many tasks
which can be done with the administrator interface</p>
<p><a href="http://github.com/rohitshakya/web-projects/">Check it out</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2020 - December 2021</span>
</div>
</div>