Posts

Getting started with Web development

Getting started with web development This article is for absolute beginners, those who want to learn web development. In this article, you will get to know the different path of web development and the skills to acquire each path. Web development is still in a high demand because each day everyone want to be on the face of the world, ranging from schools, government, businesses, companies, organization e.t.c , to show forth what they have. So learning web development will not be a mistake because it will still be in demand for as long as the internet exists.    What is web development? Web development can be referred to creating, building and maintaining a websites. A web site is a set of pages of information on the internet usually used for communication.   Web development includes web design, web publishing, web programming and database management. It’s divided into three types: ·         Front end development ·         Back end development, and ·         Full
Image
2020 Shell Undergraduate  Scholarship The Shell Petroleum Development Company of Nigeria Limited (Operator of the NNPC/SPDC /TEPNG/AGIP Joint Venture) in pursuance of its Education Social Investment programme, which aims to promote academic excellence and improve the skills of young Nigerians, hereby invites applications from suitably qualified Full Time Nigerian Students admitted in the 2018/2019 academic session to apply for its University Scholarship Scheme. Scholarship Summary Host Country: Nigeria Category:  Undergraduate  Eligible Countries: Nigeria Reward: Full  Sponsorship Deadline:  28 th  February 2020 Scholarship Requirements: Be citizens of the Federal Republic of Nigeria Be registered FULL TIME undergraduates in an accredited and approved University in Nigeria Be in 200 Level (as at December 2019) Method of Application All applicants should ha

Convert your whatapp voice note to text

Image
How to Convert WhatsApp Voice Messages to Text in Android / iOS ? As we all know, we can also send voice messages to anyone, but you are unaware of one fact. You can even convert your WhatsApp voice messages to text messages. Seems tricky? Well no you are wrong you can do that with the help of apps which we discuss below. We listed the apps for both Android and iOS, so you don’t need to worry about it. Well as we all know most probably all use WhatsApp in their day to day life. WhatsApp is the way to get connected with anyone to share and enjoy various moments. You can even share your essential documents and can do a hell lot of things which we don’t need to discuss. We will discuss here that how with the help of apps, you can convert voice message to text in both Android and iOS. It is not necessary to covert it, but somehow, one will not able to understand the language of others. Ways To Convert WhatsApp Voice Messages To Text Messages It is to solve those problems and

How to Capture Screenshot on Microsoft Surface

Microsoft Surface is a pretty compact and light-weight gadget. The Surface tablet gives an ultimate premium feel and experience for those who want to work and play while traveling. Microsoft has brought some notable modifications to the design of the Surface line. Maybe these changes have changed the way of taking a screenshot on this device. Many of us know that capturing a screenshot in a Windows device and PC is as simple as striking the Print Screen key, and an image of your screen will be saved in the clipboard, but this is a tablet. What if you have no keyboard attached? The process becomes complicated. Here’s are some new tricks to take a screenshot on your Microsoft Surface. 1: How to take a screenshot on Surface Go without a keyboard? Capturing a Screenshot on Surface Go tablet without a keyboard is slightly similar to how to capture screengrabs in mobile phones. • Go to the Screen where you wish to click the screenshot. • Now, Press the Power + Volume Up buttons simul

THE CONCEPT OF SYMMETRY

Image
Symmetry comes from a Greek word meaning 'to measure together' and is widely used in the study of geometry. Mathematically,  symmetry  means that one shape becomes exactly like another when you move it in some way: turn, flip or slide. Symmetry has a more precise definition, that an object is invariant to any of various transformations; including reflection, rotation or scaling. Mathematical symmetry may be observed with respect to the passage of time; as a spatial relationship; through geometric transformations; through other kinds of functional transformations; and as an aspect of abstract objects, theoretic models, language, music and even knowledge itself.   Symmetry  occurs not only in geometry, but also in other branches of mathematics. Symmetry is a type of invariance: the property that something does not change under a set of transformations. Given a structured object  X  of any sort, a symmetry is a mapping of the object onto itself which preserves the structu

Exploring Angular Services

Image
  Services in Angular is meant for specifically making the call to RestFul API and getting the data and passing data to all component which ever component subscribe it. Moreover it gives us the benefit of code reusability and data sharing across components. Goals How to create a basic service in Angular How to subscribe the service response. How to handle error in service. Specifications In this tutorial , we will create a basic angular application and try to use service to get data and pass the data component. Why Services Basically component is meant for providing the data to view, when I say view means providing the data to respective HTML whatever is required, it is not a good practice to make a api call directly from component. Services gives the benefit of separation of concerns and you can say single responsibility principle as well. Let see services in action Create angular project :go to VS code integrated terminal Run - ng new Servies