From 9cf7198143348618cca4fb91dfede9612bcb9685 Mon Sep 17 00:00:00 2001 From: JayathriRanasinghe Date: Sun, 31 Mar 2024 12:17:07 +0530 Subject: [PATCH] added new projects and corrected some faults in the content --- healthwatch.html | 450 +++++++++++---------- index.html | 211 ++++++---- notification_system.html | 848 +++++++++++++++++++++++---------------- photography.html | 250 +++++++----- 4 files changed, 1049 insertions(+), 710 deletions(-) diff --git a/healthwatch.html b/healthwatch.html index 2225cb6..045bdb4 100644 --- a/healthwatch.html +++ b/healthwatch.html @@ -1,208 +1,244 @@ - + - - Healthwatch - - - - - - - - - - - -
- - -
-
-

Health watch with emergency notifications

- - -
-

Background:

-

It is important to monitor our heart rate once a while. But for some of us it is good to keep monitor regularly. - Specially senior citizen. Therefore we came up with the idea to build a wearable watch. - Click here to visit our project page.

-
- -

Ronesh Sinha, M.D.(copied from an article SutterHealth)

-
- - “I’ve noticed that my resting heart rate will be around 55 beats per minute when I first get up in the - quiet early morning, but it will jump up into the 80s when I’m trying to get the kids to - school on time. It’s a direct reminder for me throughout the day to slow down and breathe.” - -
-

This above statement shows us how important to monitor the heart rate frequently.

- -
-
- -
-

Main areas of the system

-
-
-

Hardware

-
    -
  • Circuit with sensors
  • -
  • Outer Case
  • -
  • Charger
  • -
-

Software

-
    -
  • Mobile app
  • - -
-

Network

-
    -
  • IoT gateway to connect to the server
  • -
- -
- -
- -
- - -
-

Components used in the device

-

Controller

-
- - - - - - - - - - - - - - - - - - -
NamePurpose
ATMEGA328Pas the microcontroller, then this is circuited up with clock, resistors and capacitors
-
- -

Sensors

-
- - - - - - - - - - - - - - - - -
MAX30100To measure the heart rate and oxygen level of the blood
LM35To measure temperature
-
- -

Communication

-
- - - - - - - - - -
ESP8266 WiFi ModuleConnect to the internet using WiFi
-
-

Power

-
- - - - - - - - - - - - - - -
1000mah Li-Po batteryGet the required power supply for the circuit
Micro USB 18650 Charging BoardCharge the rechargeable battery using usb cable
-
- - - -
- - -
-

Image

-

Fit

-
-
-
-
-
-
-
-
- -
-
-

Our experience through out the project

-

First of all this was a novel experience to us since this was not just a part of some system but full hardware software system. Software that view the received data, sensors which read the data, MC that controlls all the events, seperate wifi module which sends the data to the cloud and an Azure server which keeps our backend on. Alltogether this is the most amazing project that we have build so far. Why I mentioned this is amazing is because at the end of all the hardwork we have learn a lot more in this project. This was the first time we did flutter application. This was the first time we deployed an application to a cloud server. Therefore this journey was not that easy. With all the errors that we faced time to time we could learn a lot through finding solutions to these errors.

-

From designing the model for the casing and finshing with proper documentation was a complete procedure to put a product to the market. That was the main reason this project was such a brilliant opportunity to us to gain more knowledge and become so much than just developing a software or hardware circuit.

Overall it was a great experience.

-
- -
-
- -
- - - - - - - - - - - - - - - - - \ No newline at end of file + + Healthwatch + + + + + + + + + + +
+ +
+
+

Health watch with emergency notifications

+ + +
+

Background:

+

+ It is important to monitor our heart rate once a while. But for + some of us it is good to keep monitor regularly. Specially + senior citizen. Therefore we came up with the idea to build + a wearable watch. + Click here to visit our project page. +

+
+ +

Ronesh Sinha, M.D.(copied from an article SutterHealth)

+
+ “I’ve noticed that my resting heart rate will be around 55 beats + per minute when I first get up in the quiet early morning, but it + will jump up into the 80s when I’m trying to get the kids to + school on time. It’s a direct reminder for me throughout the day + to slow down and breathe.” +
+

+ This above statement shows us how important to monitor the heart + rate frequently. +

+
+
+ +
+

Main areas of the system

+
+
+

Hardware

+
    +
  • Circuit with sensors
  • +
  • Outer Case
  • +
  • Charger
  • +
+

Software

+
    +
  • Mobile app
  • +
+

Network

+
    +
  • IoT gateway to connect to the server
  • +
+
+
+
+ + +
+

Components used in the device

+

Controller

+
+ + + + + + + + + + + + + +
NamePurpose
ATMEGA328P + as the microcontroller, then this is circuited up with + clock, resistors and capacitors +
+
+ +

Sensors

+
+ + + + + + + + + + + +
MAX30100 + To measure the heart rate and oxygen level of the blood +
LM35To measure temperature
+
+ +

Communication

+
+ + + + + + + +
ESP8266 WiFi ModuleConnect to the internet using WiFi
+
+

Power

+
+ + + + + + + + + + + +
1000mah Li-Po batteryGet the required power supply for the circuit
Micro USB 18650 Charging BoardCharge the rechargeable battery using usb cable
+
+
+ + +
+

Image

+

Fit

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+

Our experience through out the project

+

+ First of all this was a novel experience to us since this was not + just a part of some system but full hardware software system. + Software that view the received data, sensors which read the data, + MC that controlls all the events, seperate wifi module which sends + the data to the cloud and an Azure server which keeps our backend + on. Alltogether this is the most amazing project that we have + build so far. Why I mentioned this is amazing is because at the + end of all the hardwork we have learn a lot more in this project. + This was the first time we did flutter application. This was the + first time we deployed an application to a cloud server. Therefore + this journey was not that easy. With all the errors that we faced + time to time we could learn a lot through finding solutions to + these errors. +

+

+ From designing the model for the casing and finshing with proper + documentation was a complete procedure to put a product to the + market. That was the main reason this project was such a brilliant + opportunity to us to gain more knowledge and become so much than + just developing a software or hardware circuit.

+ Overall it was a great experience.
+

+
+
+
+
+ + + + + + + + + + + + + + diff --git a/index.html b/index.html index 5b04fe0..6406958 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,6 @@
-
@@ -49,8 +48,6 @@

Computer Engineering Undergraduate

- -
@@ -61,24 +58,37 @@

Computer Engineering Undergraduate

Industry Experience

-

Software Engineering Intern @Unicorn-Solutions (Pvt) Ltd

+

+ Software Engineering Intern - ML/AI @Unicorn-Solutions (Pvt) Ltd + March 2024 - Present +

+
  • - QuickIn: Human Resource Management System + Machine Learning Project
    Contribution:
      -
    • Data preprocessing
    • -
    • Training models
    • +
    • Data preprocessing: feature engineering, encoding
    • +
    • Training models: working with traditional models
    • Fine tuning and model evaluation
    • - Technologies: - React.js with Redux.js | .NET with minimal API | MongoDB | - Azure -
      Tools: - Git | BitBucket | JIRA | Confluence
      + Technologies: + Python and Build-in libraries for ML +
      Tools: Git | BitBucket | JIRA | Confluence
  • +
+
+
+

+ Software Engineering Intern @Unicorn-Solutions (Pvt) Ltd + July 2023 - Dec 2023 +

+ +
  • - Machine Learning Project + QuickIn: Human Resource Management System
    Contribution:
    • Worked on bugfixes (mostly backend)
    • @@ -87,10 +97,27 @@

      Software Engineering Intern @Unicorn-Solutions (Pvt) Ltd

      Fully developed the Admin Panel frontend for the system
    • Azure dev environment releases
    • - Technologies: - Python and Build-in libraries for ML -
      Tools: - Git | BitBucket | JIRA | Confluence
      + Technologies: + React.js with Redux.js | .NET with minimal API | MongoDB | + Azure +
      Tools: Git | BitBucket | JIRA | Confluence
      +
    +
  • +
  • + Machine Learning Project +
    Contribution: +
      +
    • Data preprocessing
    • +
    • Training models
    • +
    • Fine tuning and model evaluation
    • + + Technologies: + Python and Build-in libraries for ML +
      Tools: Git | BitBucket | JIRA | Confluence
@@ -101,7 +128,69 @@

Software Engineering Intern @Unicorn-Solutions (Pvt) Ltd

-

What I have done so far...

+

My Ongoing projects

+

Currently I am working on following projects

+ +

+ +
+
+ +

+ Research Project: Long reads binning and classification | Group +

+

+ Studying the domain DNA, how binning and classifications are + done so far and already built python tools. +

+ +
+
+ +

System for Social Service Association | Individual

+

+ This is for an Association which does welfare works such as + extending financial assistance and supporting member families + with labour at funeral occasions welfare works of the area.

+ Financial Management, Inventory Management and User Management. +

+ Tools: +
    +
  • For frontend: React(TypeScript) with Redux-Saga
  • +
  • For backend: Spring Boot Framework
  • +
  • For database: MySQL
  • +
+
+ +
+
+ +
+

Completed Projects

I had several opportunities in order to get hands on experience in many projects with different technologies @@ -109,7 +198,10 @@

What I have done so far...

-

ML for Analyzing Egg Hatching

+

+ ML for Analyzing Egg Hatching + | Group +

Building a Machine Learning model to predict the number of hatching eggs before the eggs are sent to the incubator. Also, @@ -138,7 +230,10 @@

ML for Analyzing Egg Hatching

-

Health watch with emergency notifications

+

+ Health watch with emergency notifications + | Group +

This was a complete software hardware system. The IoT device that we have developed is a wearable on hand wrist. @@ -162,7 +257,10 @@

Health watch with emergency notifications

-

Automated Notification System for Examinations

+

+ Automated Notification System for Examinations + | Group +

An Automated Notification System that can send reminders automatically to the lecturers who are assigned to examination @@ -188,63 +286,32 @@

Automated Notification System for Examinations

-
- -

Bluetooth Chat Application

-

- Developed a mobile application which can send and receive text message with nearby devices using bluetooth -

- Tools: -
    -
  • Java
  • -
  • Android Studio
  • -
  • Git, Github
  • -
- -
-
-
- -
-

Ongoing projects

-

Currently I am working on following projects

- -

- -
- -

Research Project: Long reads binning and classification

+ +

+ Bluetooth Chat Application + | Group +

- Studying the domain DNA, how binning and classifications are - done so far and already built python tools. -

- -
-
- -

Dental Patient Management System

-

- Building a system to make it easier to keep the records of the - patients of dental clinic while they are examined by medical - officer.

Volunteer based project for Faculty of - Dental Science, University of Peradeniya + Developed a mobile application which can send and receive text + message with nearby devices using bluetooth

Tools:
    -
  • Laravel
  • -
  • PHP
  • -
  • MySQL
  • +
  • Java
  • +
  • Android Studio
  • +
  • Git, Github
  • +
+ -
diff --git a/notification_system.html b/notification_system.html index 3746399..942da2b 100644 --- a/notification_system.html +++ b/notification_system.html @@ -1,56 +1,76 @@ - + - - Notification System - - - - - - + + Notification System + + + + + + + + - - + +
+ +
+
+

Notification System

- -
- - -
-
-

Notification System

- - -
-

Text

-

This is bold and this is strong. This is italic and this is emphasized. - This is superscript text and this is subscript text. - This is underlined and this is code: for (;;) { ... }. Finally, this is a link.

-
-

Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.

-
-

Heading Level 2

-

Heading Level 3

-

Heading Level 4

-
-

Blockquote

-
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
-

Preformatted

-
i = 0;
+          
+          
+

Text

+

+ This is bold and this is strong. This is + italic and this is emphasized. This is + superscript text and this is subscript text. + This is underlined and this is code: + for (;;) { ... }. Finally, + this is a link. +

+
+

+ Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida + odio porttitor sem non mi integer non faucibus ornare mi ut ante + amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem + accumsan varius montes viverra nibh in adipiscing blandit tempus + accumsan. +

+
+

Heading Level 2

+

Heading Level 3

+

Heading Level 4

+
+

Blockquote

+
+ Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis + sagittis eget tempus euismod. Vestibulum ante ipsum primis in + faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat + ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in + faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis. +
+

Preformatted

+
i = 0;
 
 while (!deck.isInOrder()) {
     print 'Iteration ' + i;
@@ -59,305 +79,455 @@ 

Preformatted

} print 'It took ' + i + ' iterations to sort the deck.';
-
- - -
-

Lists

-
-
-

Unordered

-
    -
  • Dolor pulvinar etiam.
  • -
  • Sagittis adipiscing.
  • -
  • Felis enim feugiat.
  • -
-

Alternate

-
    -
  • Dolor pulvinar etiam.
  • -
  • Sagittis adipiscing.
  • -
  • Felis enim feugiat.
  • -
-
-
-

Ordered

-
    -
  1. Dolor pulvinar etiam.
  2. -
  3. Etiam vel felis viverra.
  4. -
  5. Felis enim feugiat.
  6. -
  7. Dolor pulvinar etiam.
  8. -
  9. Etiam vel felis lorem.
  10. -
  11. Felis enim et feugiat.
  12. -
-

Icons

- -
-
-

Actions

-
-
- - - - -
-
- - -
-
-
- - -
-

Table

-

Default

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
-
- -

Alternate

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
-
-
+
- -
-

Buttons

- - - - - -
    -
  • Disabled
  • -
  • Disabled
  • -
-
+ +
+

Lists

+
+
+

Unordered

+
    +
  • Dolor pulvinar etiam.
  • +
  • Sagittis adipiscing.
  • +
  • Felis enim feugiat.
  • +
+

Alternate

+
    +
  • Dolor pulvinar etiam.
  • +
  • Sagittis adipiscing.
  • +
  • Felis enim feugiat.
  • +
+
+
+

Ordered

+
    +
  1. Dolor pulvinar etiam.
  2. +
  3. Etiam vel felis viverra.
  4. +
  5. Felis enim feugiat.
  6. +
  7. Dolor pulvinar etiam.
  8. +
  9. Etiam vel felis lorem.
  10. +
  11. Felis enim et feugiat.
  12. +
+

Icons

+ +
+
+

Actions

+
+
+ + + + +
+
+ + +
+
+
- -
-

Form

-
-
-
- -
-
- -
-
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
-
-
    -
  • -
  • -
-
-
-
-
+ +
+

Table

+

Default

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item ThreeMorbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
+
- -
-

Image

-

Fit

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Left & Right

-

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.

-

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.

-
+

Alternate

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item ThreeMorbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
+
+
-
-
+ +
+

Buttons

+ + + + + +
    +
  • Disabled
  • +
  • Disabled
  • +
+
-
+ +
+

Form

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
    +
  • + +
  • +
  • +
+
+
+
+
- -
-
- -
-
+ +
+

Image

+

Fit

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+

Left & Right

+

+ Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt + felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis + in faucibus vestibulum. Blandit adipiscing eu felis iaculis + volutpat ac adipiscing accumsan eu faucibus. Integer ac + pellentesque praesent tincidunt felis sagittis eget. tempus + euismod. Vestibulum ante ipsum primis in faucibus vestibulum. + Blandit adipiscing eu felis iaculis volutpat ac adipiscing + accumsan eu faucibus. Integer ac pellentesque praesent. Donec + accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus + euismod. Vestibulum ante ipsum primis in faucibus vestibulum. + Blandit adipiscing eu felis iaculis volutpat ac adipiscing + accumsan eu faucibus. Integer ac pellentesque praesent tincidunt + felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis + in faucibus vestibulum. Blandit adipiscing eu felis iaculis + volutpat ac adipiscing accumsan eu faucibus. Integer ac + pellentesque praesent. Blandit adipiscing eu felis iaculis + volutpat ac adipiscing accumsan eu faucibus. Integer ac + pellentesque praesent tincidunt felis sagittis eget. tempus + euismod. Vestibulum ante ipsum primis in faucibus vestibulum. + Blandit adipiscing eu felis iaculis volutpat ac adipiscing + accumsan eu faucibus. Integer ac pellentesque praesent. +

+

+ Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt + felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis + in faucibus vestibulum. Blandit adipiscing eu felis iaculis + volutpat ac adipiscing accumsan eu faucibus. Integer ac + pellentesque praesent tincidunt felis sagittis eget. tempus + euismod. Vestibulum ante ipsum primis in faucibus vestibulum. + Blandit adipiscing eu felis iaculis volutpat ac adipiscing + accumsan eu faucibus. Integer ac pellentesque praesent. Donec + accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus + euismod. Vestibulum ante ipsum primis in faucibus vestibulum. + Blandit adipiscing eu felis iaculis volutpat ac adipiscing + accumsan eu faucibus. Integer ac pellentesque praesent tincidunt + felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis + in faucibus vestibulum. Blandit adipiscing eu felis iaculis + volutpat ac adipiscing accumsan eu faucibus. Integer ac + pellentesque praesent. Blandit adipiscing eu felis iaculis + volutpat ac adipiscing accumsan eu faucibus. Integer ac + pellentesque praesent tincidunt felis sagittis eget. tempus + euismod. Vestibulum ante ipsum primis in faucibus vestibulum. + Blandit adipiscing eu felis iaculis volutpat ac adipiscing + accumsan eu faucibus. Integer ac pellentesque praesent. +

+
+
+
+
- - - - - - - - + +
+
+ +
+
- - \ No newline at end of file + + + + + + + + + + diff --git a/photography.html b/photography.html index 46b9a44..70a4c1a 100644 --- a/photography.html +++ b/photography.html @@ -1,104 +1,170 @@ - + - - Photography - My Interests - - - - - - + + Photography - My Interests + + + + + + + + - - + +
+ +
+
+

My photography experiments

+ +

+ It was one of my passion that always had with me to capture things + around me and turn it into some artistic clicks. Then as the next + step of this passion is getting a DSLR camera and study and + experiment with photography since it is not just pressing the + shutter button. It was about the angles, lights, expressions, + movements around you. +

+

+ Without going to the auto mode in the camera, the best thing is + experimenting with the manual mode. Shutter speed, Aparture, ISO + value can create amazing clicks. Following photos are some of my + experiment results. +

- -
+ +
+

Few Clicks

+

From eye to the lens

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
- -
-
-

My photography experiments

- -

It was one of my passion that always had with me to capture things around me and turn it into some artistic clicks. Then as the next step of this passion is getting a DSLR camera and study and experiment with photography since it is not just pressing the shutter button. It was about the angles, lights, expressions, movements around you.

-

Without going to the auto mode in the camera, the best thing is experimenting with the manual mode. Shutter speed, Aparture, ISO value can create amazing clicks. Following photos are some of my experiment results.

- - -
-

Few Clicks

-

From eye to the lens

-
-
-
-
-
-
-
-
-
-
- -
-
- -

Black and white mode

-
-
-
-
-
- -
-
+

Black and white mode

+
+
+
+ +
+
+ +
+
+ +
+
+
-

Twinkle Twinkle little stars

-
-
-
-
- -
-
-
+

Twinkle Twinkle little stars

+
+
+
+ +
+
+ +
+
+
+
+
+
+
-
- + +
+
+ +
+
- - - - - -
-
- -
-
- - - - - - - - - - - - \ No newline at end of file + + + + + + + + + +