IKIge Kehindeinkennygrace.hashnode.dev·Oct 23, 2020 · 5 min readHOW THE INTERNET WORKSTHE INTERNET According to Wikipedia, The Internet is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a network of networks that consists of priv...00
IKIge Kehindeinkennygrace.hashnode.dev·Aug 9, 2020 · 7 min readGETTING STARTED WITH JAVASCRIPTJavaScript is one of the most powerful and flexible programming language, which is quite popular as well. It is responsible for the dynamism of most websites, it enables user interaction in a web page. JavaScript basically dictates the behaviour of t...01D
IKIge Kehindeinkennygrace.hashnode.dev·Aug 8, 2020 · 3 min readSOFT SKILLS EVERY DEVELOPER SHOULD HAVEWhat Are Soft Skills? Soft Skills as defined by Oxford Dictionary means *personal attributes that enable someone to interact effectively and harmoniously with other people.* As defined by Wikipedia; Soft skills are a combination of people skills, soc...00
IKIge Kehindeinkennygrace.hashnode.dev·Jun 13, 2020Variables in JavaScriptVARIABLES IN JAVASCRIPT Like many other programming languages, JavaScript has variables. JavaScript variables are containers for storing data values. Variables can be thought of as named containers. You can place data into these containers and then r...00