Narrative essay

Whenever I think of the incident that transpired on that particular Thursday afternoon, I get a nasty feeling about the challenges of working as a respiratory therapist. Is it that all the health care practitioners should have a calling to their work or should work as a profession? As a respiratory therapist, I usually work in the intensive care and the operating rooms, but I also engage in the outpatient activities. I am a specialist and an educator in the fields of cardiology and pulmonology. Most of the patients I attend to are in the ICU and the emergency departments struggling for their lives. At times, I manage the pre-hospital and the hospital to hospital patient transport by air or by mobile road ambulance. Most of the patients have illnesses ranging from asthma, bronchitis, and emphysema. Other have a heart attack and sleep disorders. On a certain Thursday afternoon late last year, I had one of the many challenges in my line of service.

I reported to work as usual and said a prayer before the start of my daily chores. I attended to several patients having varying illnesses, and most of them had a hope of getting well in due time. I decided to take a short rest during lunch hour after realizing that there were no more patients to attend. However, after few minutes, I received a call from the hospital superintendent that there was an emergency case I required to attend. The details clarified that I had to travel with several nurses to a nearby village to seek what we could do to save the situation. There was a man in his later forties who lived with asthma for a long time. I looked at him in desperation knowing that I could do my best to save the situation though he was in a life-threatening stage. He could not talk, had flared nostrils, his skin was bluish tint from the mouth region and under the fingernails. The man lacked adequate oxygen circulation in the blood stream.

My professional’s values require that I serve to the best of my ability to save lives and restore health. We teamed up with the nurses to address the condition, but our attempts seemed futile. All our first aid attempts failed to change the situation. I instructed the nurses to lay him in the ambulance and rush to the hospital for further treatment. I think that it was a rough day for me since every other attempt to save the man failed. He lost his life as we worked tirelessly to save it. I felt discouraged, guilty, and emotionally disturbed and could not attend to other patients that day. I questioned my work as a respiratory therapist and whether it was a calling or out of influence to study the particular discipline. According to my understanding, such occurrences were inevitable, but some could be saved regardless of their severity. I did not understand why the man could lose his life in the hands of professionals and experts in the field.

It was sad news to the close family members and very challenging to break the same news to the wife who was also ill of another health condition. In some instances, the experiences of healthcare practitioners are hard to relate with though they form part of the daily life. The work of a respiratory therapist is challenging, but the desire to continue improving the quality of life compels me to serve wholeheartedly.

Literature Review and Proposal on Core Java

Literature Review
Core Java, Java programming or simply Java is a widely used and robust technology for software development and creation of applications. Therefore, Java is both a programming language and a platform. On the other hand, a platform is any hardware or software environmental setting where software developers run their programs. Therefore, since Java has its own environment (JRE) and API on which it runs, it is referred to as a platform. A person who might not have encountered Java might want to know where Java is used. According to the studies, there are approximately three billion devices running on Java. It means that there are many devices around the world where Java is currently being used. Some of the devices where Java is being used are (Levenick, 2006):

Desktop applications like the acrobat reader, media player, and antivirus among others
Several web applications such as javapoint.com
Mobile phone devices applications
Robotics
Embedded system
Types of Core Java Applications
As has been seen in the description above, Core Java is a programming language that is used in the process of developing systems, software, and applications. It develops that have the capability of working on the local machine and the Internet. The most known features of core Java is that it is object-oriented, and it works across all the platform languages. Therefore, there are various categories of programs which Java can be used to develop them such as (Russel, 2001):

Stand-alone applications
An application is a type of program that runs on a PC or any computer under the OS such as Windows, Mac OS, Linux, or Android of a computer or a mobile device. The process of creating an application in Java is similar to creating a program using another programming language. A stand-alone application can either be a graphical user interface (GUI) based or console based. Console based Java programs are the types of programs that run on being prompt by a command. Furthermore, such programs do not display any screen based on GUI. The output of such programs is console-based (Fain, 2011).

Figure 1: Console based Java Program
GUI based program are the type of Java programs that run stand-alone and can accept input from the user through a GUI based screen.

Figure 2: GUI-based Java Program
Web Applications
Web applications are the Java applications whose nature is based on the web. They are simply web-based, and they require a web browser to execute them. The web-based Java applications use a Server to store data. Every time a user sends a request to have the application executed, the user request is passed on to the server for an appropriate reply. Web-based applications come as an Applet or a Servlet.

Applets: These are Java programs that cannot work in any other environment except on the Internet. Therefore, they are specifically created for that purpose. These programs run through a browser embedded with a Java such as Firefox, Chrome, Internet Explorer, and Netscape among others. Applets are created through any Java development tool. It cannot work on the Internet without it being contained within a web page. Java Applets programs include games developments and visual effects among others (Gladychev, Patel, & O’Mahony, 1998).
p>
Figure 3: A Java Applet Program Screen
Servlets: Java is also appropriate for development of web-based n-tier applications. In a web-based Java application, the client sends a request to a server. The server accepts the request and processes it and sends a response to the client. The Java Application Programming Interfaces (APIs) on the server side address the program processes and request of the client’s response. The server sides APIs extend their capabilities of the standard Java APIs and are referred to as Java servlets or server side applets. An HTML processing of a form is a simple use of servlets. The servlets can also process databases as well as performing server side transactions. Servlets execute through web servers (Hunter & Crawford, 1998).
Distributed Applications

Distributed applications require a server to run. Additionally, the applications use several servers simultaneously to back up the data and information and prevent any losses that might occur. They are also called enterprise applications. Such applications include banking applications, and they are advantageous in that they have a high level of security, clustering, and load balancing. EJB is used to create enterprise applications in a Java development environment.

Database applications: They are distributed applications that use the JDBC API to connect to the database. They could either be applications or applets. However, applets may face security challenges in the database connections (Morgenthal, 1998).
Client Server Applications
Client server applications cannot execute without the availability of web technology. Therefore, they are web dependent. The application follows a less complicated Client-Server model in which a client sends a request to the server directly. Examples of such applications are Yahoo Chat. They are developed in Core Java and Web technologies (Kleinov & Lehmann, 2002).

Proposal
I will be attached to a company in the position of an intern as the software developer using Core Java. The software development process will largely entail a systematic research process to ensure that the development process is conducted according to the requirement, and it delivers the expected results. The internship will be a subdivision of four iterations where each of the iterations will entail different tasks and activiti

Iteration 1: Orientation – It includes an introduction to the company’s management, employees, and its code of conducts and operations. Furthermore, I will be introduced to the software development team and the department of IT from where I will be working.

Iteration 2: Training – The iteration includes being guided in the process of software development life cycle by the company’s experts in the development process. I will also be introduced to the company’s specific guidelines to the software development such as punctuality and adhering to professional ethics in the process.

Iteration 3: Gathering SDLC tools – The iteration includes collaborating with the software development team to identify and gather all the tools that the implementation phase will require. This includes setting up the computers on which the development will take place and installation the computers will necessary software as well as the JDK (Saini & Kaur, 2014).

Iteration 4: Implementation – The activities of the iteration will include the actual development of the software using Core Java. Therefore, we will follow the SDLC process from the first step to the last step.

How are Astronaut Speakers the best for arts education speaker preparation programs?

Speaker Booking Agency is one of the world’s only speakers booking agencies and has access to nearly all the speakers in our booking agency. Speaker Booking Agency knows the actual agents, publicists, and assistants that manage the events you want your speakers for and can secure payment for a speaker within 24 hours of an initial conversation with our clients. We have clients looking to book many kinds of speakers or other high-profile speeches for any business event.

As visual artists, our Arts Culture Keynote Speakers focus on exploring mixed media and the portrayal of the human condition, viewing studio art as a necessary form of social inquiry. The arts education speaker preparation programs have been active in reconnecting the discipline of arts education as a natural hub for multidisciplinary scholarship, with visual arts, design, and other media arts practices emerging as a pathway for social engagement.

Our speakers work with traditional arts, electronic media, non-traditional materials, and interactive experiences. By accepting their shaking, they can explore new ways of making art and have discovered that constraints can become the doorway to creative possibilities. As a result, they have been among the most sought-after speakers for regional conferences, including Florida Artists & Performers network.

Astronaut Speakers, tremendously decorated astronaut speakers essential for the walks of life
Speaking of audio, it is time to welcome our first keynote speaker, space researcher, and innovator. Hiring our exceptionally decorated Astronaut Speakers at the forefront of innovation and technology is sure to give your guests an experience unlike any other while delving deep into the cosmos. The uniqueness and dizzying heights achieved by our tremendously decorated astronaut speakers will ensure people of all walks of life, regardless of age, gender, or race, relate to a captivating, universal story of coming back from outer space.

People from all walks of life–age, gender, and career track–can relate to Astronaut Speaker’s fascinating and universal stories that have come back from space. Another popular theme that Astronauts may cover in their presentations is adopting and nurturing an innovative culture. They are inspiring speakers, as very few make it to a space program.

As demonstrated here, the aerodynamically-perfect position and fine artistry make for a natural pairing with the motor company. So many requests have involved using auto racing talents as a keynote speaker, VIP Meet and Greets at the pit lane, or in corporate suites, Our Auto Racing Speakers work for a variety of other events where a client is looking to leave a long-lasting impression with their guests by having access to an established, identifiable auto racing celebrity.

Our Auto Racing Speakers work for a variety of other events where a client is looking to leave a long-lasting impression.
If the audience comprises senior sales executives, high performers, and those within your organization most likely to turn things around, a keynote Auto Racing speaker, a personal appearance, or a testimonial to your company makes sense. Like racing cars’ ceramic-like panels, it guarantees superior reflecting quality, dramatically reducing the amount of acoustic distortion throughout the speaker enclosure.

Aviation speakers are among the industry’s most inspiring men and women. Contact the Speakers Bureau directly to inquire about options if you want to have your speech recorded. Aviation Adventure Speaker Series Experience unique, historical aviation experiences in the Aviation Adventure speaker series, presented by passionate aviation professionals with tremendous stories.

In the planes of aviation, we have an excellent staff of trained presenters who can travel to your location to give presentations on an array of aviation-related topics. They are passionate about women’s aviation history and experiences. In addition, they are passionate about encouraging other women that it is never too late and about the beautiful benefits of flying for both self-confidence and experiences.