Saturday, January 25, 2020

Object Oriented Development Technology

Object Oriented Development Technology In view of Johnson (2014) information as the word suggests is a collection of data which has different meaning in different contexts. When information is said to be good is when it adheres to certain qualities and it is relevant. There are certain characteristics associated to information which makes it good. Some of the important ones being that the information has to be complete, relevant, understandable and timely provided in detail. In the context of Holipets Pet Care Service the main characteristics of good information would be that the information has to be Accurate, Complete and Timely. According to Watsell (2014) the information provided should be accurate to both the context and to the subject. In context of Holipets Pet Care service which is a small pet care service for cats and dogs, the information collected from the customers and also information provided to them should be accurate. It should not have any kind of errors regarding the pet details, customer details, pet medication details etc. The service firm also offers different kinds of services like boarding of pets, medication, home visits, collect pets from home and on time delivery requests. Information based on these services also should be accurate and clear (Blair, 2003). Lets try to explain how accurate information would benefit the business in view of the different services Holipets pet care provides Accurate information about the medicines and care that need to be administered for a pet. It should be clear and free from bias. Clear information regarding the background checks for the staff would ens ure that they could be trusted with the customers and their pets. Keeping accurate records regarding the availability of kennels and cattery would ensure that they should not take commitments that cannot be fulfilled. This also would help them in making sure that they are not under booked or over booked. When the information provided to the customers is not accurate, it would lose the confidence of customers about the organization and thus negatively affect the business. According to Brooks (2008) complete and detailed information ensures that the customer queries are well explained. Information is considered to be complete if it is based on a complete data. The facts and figures of information should not be concealed. Detailed information about the pet feeding time, prescribed medicines etc would ensure that pets are taken care without any issues. A detailed log about the staff availability, booking details, cancellation etc would help us in providing better service to our customers. When providing information to the customers the service center employee should be able to explain in detail so that the customer understands and they process the data themselves which might end up in taking assumptions. This would adversely affect the business. According to Checkland Hotwell (2005) Information that is from a correct period is known as timely information. It is vital to effective decision making for customers. In context of Holipets pet care service, they record all the details manually in a diary. Daily or weekly status reports have to send to customers explaining feeding time, medication and other activities. If there is any delay occurred in any customized report requested by the customer, it will create a bad impression about the firm. The service also have to maintain all the activities like pet information, day to day activities, banking details, list of unpaid customers, booking details everything in a timely manner. Because there is a chance to occur the change in date of booking, cancellation of booking, customer needs more than one kennel or cattery, change in home visit etc. All the information should be recorded well and ready to produce data on time so that it is as up to date as required, provided when require d and provided as often required. According to Sanders (2010) Object Oriented Development Technology offers a better way for developing software systems. Compared to other non-OO programming languages analysis and design methods like Procedural Programming or functional programming, Object oriented development easily develop a software using self contained modules. According to Welie, (2009) in object oriented development we identify objects as things, properties of things and actions they perform. We build models based on this abstraction and these models are used to represent the real world objects. The Real World aspect of OO is often over-stated and over-simplified. OO programmers build software using these abstract objects. It help them to design their software from more complete OO specifications and the object thinking enables these system specifications to be expressed in terms of objects. Traditional approaches for developing software are more difficult in many cases, so to support these needs we use object oriented (OO) approaches. The underlying concepts of object orientation give it a distinct advantage in managing complexity, promoting reuse, and reducing the effort required for maintenance. In the case of Holipet pet care service, object oriented approach make the system more reliable, relevant and accurate. Object oriented approach supports abstraction at the object level. Since objects encapsulate both data (attributes) functions (methods), they work at a higher level of abstraction. This makes designing, coding, testing maintaining the system much simpler. According to Henninger (2000) Object oriented systems development is a way to develop software by building self contained modules or objects that can be easily replaced, modified and reused. In Holipets pet care service, the cat and dog are considered as objects. Their name, breed, height etc. are the attributes and the actions like feeding, medication, activities are the functions. If we approach in this way, the designing of the software system will be simpler and more robust. In an object-oriented environment, software is a collection of discrete objects (dogs, cats, staff, and customer) that encapsulate their data as well as the functionality of model real world events. In object oriented development, a class is collection of objects which has attributes and functions. It defines what a class can do and how it does. Here cat and dog object comes under the class pet which is having some common attributes like name, breed, height and weight which is common to both of the objects. T he functions of class include feeding, medication, activities etc. Some of the advantages given for the use of object oriented development are: Re-use of existing designs and code, Faster development and More Robustness Holipets pet care service currently doing all the works manually like booking, accounting, staff management etc. As per object technology if we automate the firm, we consider everything as objects. So the development of the system software will be faster and easier. We can reuse the same code for future development. The system will be faster and robust. Chance of getting error is very less compared to manual system. Maintenance of the system also will be easy. According to Veerman (2009) OO analysis must decide how the objects might relate to each other and what role each object play. The objects role defines it responsibilities what it must do and what it must know in order to achieve its responsibilities. In object-oriented analysis, we must decide: What each kind of object must do, What each kind of object must know and How each kind of object relates to other kinds of objects. Object-oriented design takes the analysis models and looks more closely at how the objects and their relationships might be re-shaped and extended to make them better suited to implementation. In Holipet pet care service, the designer will also try to make objects as reusable as possible on future developments. While designing the software maximum reusability of the modules also considered for example designing a common class pet that we can use for both dog and cat. Same way the class cage can use for both kennel and cattery. According to Harrison et al., (2007) OO uses the models emerging from analysis as the basis for creating the detailed system design. Before designing a system, a detailed analysis of all the requirements can be done. The analysis models provide the ideal, logical view of the system, taking account of the constraints imposed by the technology. In Holipet pet care service, a detailed analysis is needed to identify the work flow of the current system. This close relationship between analysis and design brings several benefits, the maintenance will be easier and there will be a close relationship between design architecture and domain requirements. Objects and Classes are the basic building blocks of object oriented design. Objects are instance of a class. Objects can be any kind of things during system development. It may be physical or tangible thing found in real world domain. Objects share common features. In Holipets system object can be dog, cat, customer, staff etc. Collection of objects is known as class with similar properties (attributes) and common behavior (function). Class pet in Holipets pet care service contains dog and cat as objects. They share some common properties like name, breed, height, weight and common operations like feeding, activities, medications etc. According to Wright (2001) Iterative development is a method of breaking down the software development of a large application into smaller parts. In iterative development feature code is designed, developed and tested in repeated cycles. As iterations are completed the team can review the product with different stakeholders like the customers and the management to get early feedbacks. This would help the team to test their product for customer acceptance very early in the development cycle. This will also ensure that the developed product is what the customer actually needs. Figure Iterative Model Source: (Granard, 2011) Â   Â   According to Johnson (2016) Iterative development is best defined in terms of its processes that allows for dynamic development rather than any single defined method or approach. Some of the commonly used iterative methodologies are Agile, Dynamic system development method (DSDM), Extreme programming (eXtreme) and scrum. Common features of these iterative methods are: Development is done incrementally over multiple iterations, Iterations include some component of planning, requirement analysis, design, development, testing, documentation and implementation, Software that works is the primary measure of the progress and success and Iterations build upon lessons learned in prior iterations. Among the different iterative development approaches, the one that would be a best fit for Holipets Pet Care Service would be the SCRUM. According to Shoan (2009) Scrum is a framework for iterative product development where the main focus is on teamwork and accountability. The scrum team would work together to achieve a well defined goal. As the scrum teams would be smaller in size and also would be cross functional and preferably in the same office location helps the team to perform better. The team takes wiser decisions on software features as it is a cross functional team. The duration of iterations in scrum is called as the sprint. The ideal sprint duration is of 2 weeks. The team can resolve impediments early on in the process with the help of daily scrum meetings and sprint retrospective meetings. In the context of Holipets pet care service, SCRUM would be the ideal way to implement iterative development. In SCRUM a small set of requirements would be developed by the scrum team in each iteration. Towards the end of sprint, the shippable product is released and the product is also reviewed with different stakeholders which involve the actual end users of the software. The feedbacks obtained from such review meeting would be provide vital information about what the customers, end users feel about the product and also what extra features do they require. These feedbacks are then converted into tasks for the next iterations depending on their priorities. In addition to Scrum process the team would also implement continuous integration builds, unit tests and automated tests which would ensure that the current sprint output integrates well with the past releases thus reducing the time taken for releasing the product to the customer. Source: (Robinson, 2015)Â   According to Robinson (2015) Agile development methodology is a conceptual framework for undertaking any software engineering projects. In general agile methods attempt to minimize risk and maximize productivity by developing software in short iterations and deemphasizing work on interim work artifacts and it is people oriented. There are a number of agile software development methods but the most popular agile methods are Extreme Programming (XP) and Scrum. Scrum process is distinguished from other agile process by specific concepts and practices, divided in to three categories of Roles, Artifacts and Time boxes. Scrum is most often used to manage complex software and product development. Scrum significantly increases productivity and reduces time to benefit relative to classic waterfall models. Scrum prices enable organizations to adjust smoothly to rapid changing requirements and produce a product that meets evolving business goals. An agile scrum process benefits the organization by helping it to Increase the quality of the deliverables, Provide better estimate while spending less time creating them and Be more control of the project schedule and state (Sikander, 2013) In the context of Holipets Pet Care System, SCRUM would be an effective methodology for developing the software. As per scrum only tasks of the highest priority is considered for development. These tasks should also qualify the INVEST criterias. i.e. they should be Independent, Negotiable, Valuable, Estimable , Small and Testable. The tasks are developed, tested and integrated in the sprint cycle itself. For the first sprint of Holipets Pet Care System, they should consider tasks which could be developed and tested with 2 weeks of time. These tasks should also be ready for implementation by the end of the 2 week sprint. The tasks should also provide value for their customers and for them. In my opinion such a initial task for Holipets would be to implement a SMS service for booking. Once this is implemented the scrum team can then take input from customers as well as in house staff to identify the next high priority item that would add value to them. The team should also take time to setup continuous integration builds, unit testing and automation testing and should not rely too much on traditional black box testing. This would ensure that the time taken to integrate in production would be less and thus getting early feedbacks from users. The quality of software design might be improved by designers adopting and maintaining a professional attitude to their work. We will explore what characterizes a professional and a community of professionals and whether systems design can fit this model. As per UMKC (2015) if we are to consider software designers as professionals we need to know what characterizes more commonly accepted professionals and their communities. Common characteristics of a professional community are: self-regulatory, shared goals, specific methods for achieving goals, and work to accepted standards. Systems development does not display the same characteristics as these long-established professionals like doctors, lawyers etc. Although it has voluntary codes of conduct and practice managed by its various professional organizations (e.g. British Computing Society) the IT industry is not self regulatory, nor is it extensively regulated by government or statute. Designers face significant challenges in pursuit of professionalism (Greenwood, 2001). Their industry is constantly undergoing growth and change, which is not conducive to close reflection on the ways in which designers carry out their work and to the creation of common standards and a broadly accepted community of practice. For example in Holipets pet care service there are many security concerns in online payment or maintenance of the system as per customer request. However, although the IT industry may not resemble the better understood professions, it has, in its various disciplines and practice areas, begun to define and agree on common methods of working and appropriate standards to achieve and maintain. In this scenario we are using UML. UML is a standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems. It is a pictorial language used to make software blue prints (UMK, 2015). According to ESRD (2011) a good software design seeks to provide the best fit of the domain model into clients physical context. The best fit requires finding a balance between the demands of the specified functional requirements of the software, the constraints imposed by the non functional requirements and the overall cost. The outcome from the process is a design specification which allows efficient and cost effective deployment of the software. The key responsibilities of a professional software designer are Produce a design model from the domain model, Consider non functional requirements, Consider physical aspects of the design and Provide design specification for the programmers. In context of Holipets pet care service, the designer produces a specification model from the given requirements. A detailed requirement analysis is needed before making the design model like what services the customer wants from the firm. The firm also needs to consider the non functional requirements. Non functional requirements are comes under quality attributes like quality of service or quality constraints. The designer has to provide all the specification to programmers to develop the software in an effective manner. One of the most critical aspects of this role is working closely with the user community which directly and indirectly affected by the software under development to ensure the software will be usable in a safe, effective manner. The system has to be user-friendly and easy to operate because a surprising number of software applications are not, or only partially, used because users find them impossible or difficult to operate. If we applied the features and characte ristics of widely understood professional communities to software development, we would expect the professional designer, in seeking to achieve a good design, to behave as follows: Take responsibility for the design process, Act with integrity with users and with colleagues in the development team, Be truthful and act with appropriate gratitude to others and Develop professional relationships and use professional codes. Established and emerging professions will have embedded these working standards in what are known as professional codes of practice or conduct. These codes will formally express the expectations and requirements professional organizations make of their members, including clear definitions of what is (and is not) acceptable professional behavior. References Anderson R (2014) Professional behavior accessed from https://www.uvic.ca/engineering/assets/docs/professional-behaviour.pdf accessed on 08th March, 2017 APhA-ASP/AACP-COD Task Force on Professionalism, White paper on pharmacy student professionalism, J. Am. Pharm. Assoc., 40, 96- 102(2000). Blair, D. (2003). Information retrieval and the philosophy of language. Annual Review of Information Science and Technology, 37, 3-50 Brooks, B.C (2008). The foundation of information science. Part I. philosophical aspects. Journal of Information Science, 2(3-4), 125-133. Checkland, P. Hotwell, S. (2005). Information, Systems and Information Systems, Chichester: Jhon Wiley. ESRD (2011) Professionalism at networks accessed from www.esrdnetworks.org/networks/net5/Education/Staff/scmks/net5/Education/Staff/scm _pres/professionalism professionalism.pdf. accessed on 08th March, 2017 Granard B (2011) Iterative Model accessed from http://www.testingexcellence.com/iterative-model/ accessed on 08th March, 2017 Greenwood, E., (2001) Attributes of a profession, Soc. Work, 2(July), 44-55(1957) Harrison, N., Avgeriou, P., Zdun, U. (2007) Architecture Patterns as Mechanisms for Capturing Architectural Decisions. IEEE Software ( September/October 2007). Henninger, S., (2000) A Methodology and Tools for Applying Context-Specific Usability Guidelines to Interface Design. Interacting with Computers,. 12(3):p. 225-243. Johnson B (2014) Characteristics of Good Information accessed from https://btec-itp-resources/view/Characteristics_of_Good_Information.pdf accessed on 08th March, 2017 Johnson R (2016) Iterative model accessed from https://www.tutorialspoint.com/sdlc/pdf/sdlc_iterative_model.pdf accessed on 08th March, 2017 Lindblom, C. E. (2009): The Science of Muddling Through. In A. Faludi (ed.) 1973: A reader in Planning Theory, Oxford Robinson J (2015) Scrum accessed from http://scrumreferencecard.com/scrum-reference-card/ accessed on 08th March, 2017 Sanders R (2010) Usability accessed from http://is.ls.fi.upm.es/xavier/papers/usability_b.pdf accessed on 08th March, 2017 Shoan R (2009) Metafile accessed from http://www.metla.fi/eu/cost/e19/barstad.pdf accessed on 08th March, 2017 Sikander C (2013) accessed from http://www.cs.ccsu.edu/~stan/classes/cs530/slides/se-17.pdf accessed on 08th March, 2017 UMKC (2015) Workplace professional behavior accessed from http://www.umkc.edu/starr/Workplace_Professionalism.pdf accessed on 08th March, 2017 Veerman A (2009) Systems Development SRM University accessed from http://www.srmuniv.ac.in/sites/default/files/files/system_development.pdf accessed on 08th March, 2017 Watsell D. (2014) Managing by design Systems thinking, accessed from http://www.managingbydesign.net/my_library/systems_thinking.pdf accessed on 08th March, 2017 Welie, M.v. (2009) Breaking Down usability. In IFIP TC.13 International Conference on Human-Computer Interaction. Edinburgh, UK: IOS Press Wright J (2001): How Iterative Planning Works: A Flowchart Example. Downloaded from the Internet; http://jwco.com/how_iterative_planning_works.htm

Friday, January 17, 2020

Costco Marketing Plan Essay

Definition & Corporate Objective Costco operates membership warehouses based on the concept which offers member low prices on a limited selection of nationally branded and selected private–label products in a large range of merchandise categories which produce high sales volumes and rapid inventory turnover. Combining the turnover with the operating efficiencies achieved via volume purchasing, efficient distribution and reduced handling of merchandise in no-frills, self-service warehouse facilities allows Costco to operate profitably at significantly lower gross margin than traditional wholesaler, mass merchandisers, supermarkets, and supercenters. Using a low cost operating model, the rapid inventory turnover rate enables Costco to offer competitive prices from bulk purchasing. 3. 2 Weaknesses Limited product choices poses as a competitive disadvantage to some consumers who prefer a seamless shopping experience. This will adversely impact the average spend of Costco consumers. 3. 3 Opportunities Due to the recent global recession, price sensitivity is the main concern for consumers. This has led to an upward trend in bulk purchasing and private label products, which in turns save on average grocery expenditure per household. In keeping overall costs low for Costco to sustain in the competitive environment, employment of junior staff on casual and part-time basis is recommended. This in turn will keep wages and salaries lower than the average retailers in general. ?Types of goods demanded: Due to increasing education of young mothers and the growing concern for health, to cater to this uprising new segment, Costco should focus on providing organic goods. 5. Statement of Key Problems and Opportunities Based on the SWOT analysis as shown above, Costco as an established brand is identified as a key strength for the company. Unfortunately, as Costco is originated from USA, upon entering the Australian market, it is an unknown brand to most consumers. This could be a potential weakness for Costco, however, after analysing the supermarket industry in Australia, it is reflected that Australian consumers are more price-sensitive rather than brand-sensitive. Given the trends in the supermarket industry i. e. increasing demand for bulk purchasing due to economies of scale, it has altered consumer’s behaviour to be less loyal to a brand and more reactive to changes in prices.

Thursday, January 9, 2020

Impact Of Obesity On The Health And Development Of...

Impact on Health/Development Obesity has a profound impact on the health and development of children and adolescents. There are immediate and long term health risks, such as, asthma, sleep apnea, orthopedic complications, acid reflux, cardiovascular disease and insulin resistant type 2 diabetes. Severely obese adolescents can suffer serious morbidity. In fact, there are few organs systems that obesity does not affect. Of equal concern, are the teasing, discrimination, and bullying of obese adolescents (Must, 2011). While treatments such as behavioral and lifestyle modifications may work for the majority of children affected by obesity and help them increase their health, there are adolescents affected by severe obesity that require more aggressive treatment such as bariatric surgery (Aaron S. Kelly, Sarah E. Barlow, Goutham Rao, Thomas H. Inge, Laura L. Hayman, Julia Steinberger, Elaine M. Urbina, Linda J Ewing, and Stephen R. Daniels 2013). Pediatric Population Affected Adolescents that belong to minority ethnic groups such as African American, American Indian and Hispanic/Latino have the greatest risk factor of being obese. Also children, who do not get adequate physical activity, have unhealthy eating habits, low socioeconomic status, sometimes genetics or a combination of all these factors. Obesity threatens the health and welfare of millions of children and adolescents, particularly the estimated 4%-7% of youth who are considered severely obese (Inge et al, 2013).Show MoreRelatedThe Health Of The Youth Of Australia Face798 Words   |  4 Pagesthe most difficult times in human development due to the rapid emotional, intellectual, and also physical changes one goes through as one progresses from childhood to adolescence and then into adulthood. This time is of great importance as it is crucial to establish positive health and social behaviours (AIHW, 2011). A large portion of the current generation of Australian children and adolescents face a l arge array of both biophysical and/or psychosocial health issues which not only affects theirRead MoreNutrition Issues Essay952 Words   |  4 Pages214: Nutrition and Health of Children and Families Instructor: Sandy Jungman August 4, 2014 Nutrition Issues â€Å"Approximately 17 %( or 12.5 million) of children and adolescents aged 2-19 years are obese.† (CDC). Therefore, proper health and nutrition is critical to the growth and development of young children. Many of our Americans are suffering from these nutrition issues. Media and its promotion of junk food is one way that affects obese children. Throughout thisRead MoreChildhood Obesity : A Relatively New And Disturbing Term Essay1129 Words   |  5 PagesChildhood obesity is a relatively new and disturbing term. It is an extremely serious problem that many children in the United States face. According to the Center for Disease Control and Prevention (2014), approximately 12.7 million or seventeen percent of children and adolescents aged two to nineteen are considered to be obese (Childhood Obesity). This is an astronomical number and it is only continuing to rise. According to Schroeder et al. (2016), there is approximately an addition fifteen percentRead MoreThe Growing Is sue With Childhood Obesity1237 Words   |  5 PagesChildhood Obesity Carmen Solivan- Amengual American Public University The Growing Issue With Childhood Obesity Although childhood obesity is a serious issue, there has been a great decrease over the past decade, thanks to research on childhood obesity and programs that help decrease the number of children and adolescents who are overweight. Childhood obesity can have long term and lasting effects on the overall well-being of a child, including cardiovascular disease, high risk for development of diabetesRead MoreThe Effects Of Social Media On Children s Development1067 Words   |  5 PagesAbstract As children are exposed to more and more social media with the increase of technology, it is important that parents minimize the exposure of social media to their children. There are multiple extensive ways in which social media can influence a child’s well-being and development: An influence on their social ability with others, the content of the social media, and the activities that social media replaces such as exercise. Methods that could potentially improve the risk of a child’s well-beingRead MoreChildhood Obesity And Its Effects On Children Essay1645 Words   |  7 PagesChildhood obesity introduce In addition to the physical harm, obesity and negative psychological impact on children. This is a high risk factors of childhood obesity, which can lead to high blood pressure, high cholesterol, diabetes and cardiovascular disease. Obese children always lower than that of healthy children intelligence and operators. Their activities, learning and communication ability is very low, and their depression and low self-esteem can make the children s sensitivity to interpersonalRead MoreMedia’s Influence on Children and Adolescents Essay examples574 Words   |  3 Pagesthat children today are much closer to technology and media than adults are, and so, are more likely to be affected by it. Perhaps, the highest impact on the physical, cognitive, and social-emotional development of children and adolescents is by media due to its ready availability through Smart phones, tablet PCs and other portable devices. This paper attempts to evaluate some of the influences of media on various aspects of child and adolescent development. Impact on physical development: ExcessRead MoreThe recent changes in the school lunch and program Essay970 Words   |  4 PagesThe recent changes in the breakfast and lunch programs in the schools have significant impact on the nutritional status of children and in fighting obesity which is a national problem. State and federal governments have issued laws and regulations to minimize the problem. This paper summarizes the major issues and concerns on economic situation and health. It also presents the process and benefits of the program. Economic Situation One of the issues related with the recent change in school lunchRead MoreYouth Obesity : Who Is Responsible?1446 Words   |  6 PagesYouth Obesity: Who Is Responsible? Obesity in America is a growing problem. Not only adults obesity, but also adolescent and children obesity is indeed a serious public health problem that is increasing in the United States. Many people have attempted to identify the cause of obesity among American children. Recognizing the different causes behind adolescent obesity is fundamental to reduce one of the most serious health challenges of the 21st century. Although adolescent obesity is the resultRead MoreThe City Of Des Plaines1336 Words   |  6 PagesCommunity health nursing is a challenging, yet crucial nursing care that improves the quality of health care for the community of Des Plaines. The city of Des Plaines is a suburban community located in the northwestern part of Illinois and it is mostly residential with single housing community. It is a small city with a population of 58.677 people (cencus.gov) and is part of Cook County. Des Plaines is surrounded by other communities such as Mount Prospect in the w est side, Park Ridge Village on

Wednesday, January 1, 2020

Louis Armstrong An Era Of Fast Beat And Improvised Style

The 1920s, also known as the Jazz Age, was an era of fast beat and improvised style. Jazz was one of the many things which helped to symbolize the decade’s spirit of freedom (Digital History). The roots of Jazz music go back as far as slavery in the 1600s. As Africans were taken from their homes and forced to come to North America, they were able to keep many of their traditions, one including music (January, Brendan, and Francois Roca). Through the years, African music styles combined with European instruments to create the most popular form of music in the twentieth century, jazz (January, Brendan, and Francois Roca). One person who made a large impact on music of the twentieth century was Louis Armstrong. Louis Armstrong through playing†¦show more content†¦Louis Armstrong was a talented musician who made a lasting impression on jazz music. He was as a soloist whose music could be performed within bands (Howes, Kelly King, and Christine Slovey). One of the many thi ngs Louis Armstrong was known for was his unique sound and style. As Louis was in Chicago, his playing began to improve. He had developed a new style of playing known as improvisation (January, Brendan, and Francois Roca). During the middle of a song, instead of playing what he was supposed to, Louis would break away and add something he would make up. This would give the song a different tone. Today, this is one of the main factors people love about jazz music (January, Brendan, and Francois Roca). Many people saw Louis Armstrong as a warm hearted person. At first, many musicians, such as his band members, were intimidated by his ability to play so well. Many of his band members looked down upon and even feared him. His band members eventually warmed up to him and later gave him the nickname â€Å"satchel mouth† or â€Å"Satchmo† due to the fact he always had a smile on his face (January, Brendan, and Francois Roca). As Louis Armstrong became more popular his music started to spread. He began to get many offers; one he took was joining a jazz group in New York City.