Skip to main content

About Us


   I am an developer. I am a novice programmer with good knowledge of front-end and back-end techniques. I love spending time on fixing little details and optimizing apps. Also I like working in a team, you'll learn faster and much more. As the saying goes: "You don’t get harmony when everybody sings the same note.".
    
    Experience:

    "Accept what life offers you and try to drink from every cup. All wines should be tasted; some should only be sipped, but with others, drink the whole bottle;"
- Paulo Coelho, Brida
    
    My name is Mr. Deployer. I completed my grade XII obtaining 90% with Physics, Chemistry and Maths in 2014. In high school, I participated in various physics and mathematics quizzes and Olympiads which made me competitive and better at these subject’s day by day. With my first class performance in tenth and twelfth grade especially in mathematics, physics and introduction
to computers, I opted for a challenging course of study - Information and Communication Technology (ICT) at the undergraduate level. I completed Bachelor of technology in Information and Communication Technology in 2018.
During my four years of Bachelor’s in ICT at AU which is one of the fourteen A-league colleges in Ahmedabad, I acquired an overall perspective of the discipline gradually developing particular interest in data analytics and visualization, data structures, object oriented programming, cloud computing, digital design and internet of things. To explore my abilities and
skills, I did various projects including both hardware and software oriented. In my fourth semester, I studied and implemented lifecycle of Software development by developing a social networking platform using Java and MySQL and in sixth semester, I did a machine learning project on gender identification using classification algorithms and implement Visual representation techniques to
represent dataset and how all the different Classification algorithm works on dataset. The experience and skill set that I have developed while doing projects at Ahmedabad University helped me to get an internship at Data Analylitics Company. As a full stack intern, I was assigned tasks related to Data visualization and data analysis focusing on approached to multiscale visualization using visual encoding. Within two months of my tenure at Data Analytics Company, I tried to implement different visualization methods using different algorithms like Voronoi. As a part of my task, I took the use-case of Hotel Review in which we have defined KPIs which helps Manager to understand on which areas they need to improve their services to increase their Review and popularity. We used Bubble Chart to visualize the data set and we were able to plot 6 Dimension on 2D Chart
using Retinal Variables. We used few tools and scripts like d3.js framework for Visualization, ReactJS for Application Development, node.js for Filtering Data and Storing in DB and Uses Talent for ETL (Extract, Transform, Load) Process were used to implement the project. My academic pursuits have not, however, prevented me from participating in various extracurricular activities. I was part of Marketing Committee of IEEE -AU Student Branch which gave me an opportunity to network with new people. I have taken part in various technical and non-technical activities and not only that, I also participated in IEEEXtreme 24-hour Coding Competition and ranked 32/1076 in India. Moreover, I also helped in organizing and managing some of the events held at my university. Alongside University academic courses, I was enthusiastic to take Online Certificate Courses like Applied CS with Android offered by Google, Market Research and Consumer Behavior offered by IE Business School, Usable Security offered by University of Maryland, College Park and Responsive Website Basics: Code with HTML, CSS, and JS offered by University of London.
Currently Pursuing Post Graduate Diploma under Information System Security.

Note: Cannot directly refer my identity but one can use google to identify my identity.however, I describe my background and experience.

Regards,
Bit Deployer

Popular posts from this blog

Emotional and Psychological Trauma

What is Emotional and psychological trauma ? Emotional and psychological trauma is any stressful event that occurs in a lifetime that makes you struggle with your emotions, memory,different activities and make you feel helpless and hopeless in this ruthless world. The event may not be objectively scaled it is a subjective sensation about a event and every individual respond differently to the event . For example a death in a family due to accident due to an pothole makes one dad react positively and he goes on to correct every pothole of the city and some other may react it negatively Emotional and psychological trauma can be caused by: In Indian scenarios emotional and psychological trauma can be caused by accident,disasters, sexual assault that may have occurred at any course of life Ongoing family issues, neighbourhood problems , continues rejection from various interviews , household violence , neglect, low performance at school or institution, contin...

Capstone Work: Experience setting up LAMP Infrastucture

    The “L” of the LAMP stack is achieved by instantiating an Ubuntu server on the Azure platform. By and large this process is straight-forward and follows the Azure provided instructions. As this is documented in Microsoft documentation, this will not be reproduced here.     In our tests, we chose an Ubuntu 18.04 image and deployed it on a Standard B1ms (1 vcpus, 2 GiB memory) virtual machine. We chose the B1ms VM because the B-series VMs seem to provide “burstable performance” (Shimanskiy & Hughes, 2020). Here is an excerpt of the Microsoft Document on the B-series VMs:     Part of the challenge of using the Azure platform is that we had to be very deliberate in the chosen specifications relating to VMs as these decisions will have financial impacts. Azure offers various sizes of General Purpose, Compute-Optimized, Storage-Optimized, Memory-Optimized, GPU, and High Performance Compute VMs. As our web server did not require any ...

What is Public key Infrastructure(PKI)?

Wiki Page Definition      A public key infrastructure ( PKI ) is a set of roles, policies, hardware, software and procedures needed to create, manage, distribute, use, store and revoke digital certificates and manage public-key encryption. The purpose of a PKI is to facilitate the secure electronic transfer of information for a range of network activities such as e-commerce, internet banking and confidential email. It is required for activities where simple passwords are an inadequate authentication method and more rigorous proof is required to confirm the identity of the parties involved in the communication and to validate the information being transferred. Ref: https://en.wikipedia.org/wiki/Public_key_infrastructure Major Keywords Definitions Certificate Authorities Certificate Authority also acronym as "CA" is trusted third party which authorize the identities of websites, web server, Individual Software and other entities. They Issue Digital Certificate whic...