Journey


layout: post title: My Journey


# Moringa School

The third week of my precourse work, i was to Introduced to codewars java script where we were expected to write and execcute java programs and java script(katas) , we were then given assignments as fpollows :-

  • Front End Development

  • PSD to HTML exercise(Individual Work)

  • java script resources to go through and practice

Assignment three was tough, this clearly depicts how intense the going gonna be. Though with assisatance from tutors i was able to finish the assigment one

what i learned in assignment one

  • How to install install and use Ubuntu (basic commands) for instance get apt update,sudo

  • How to use github for instance creating repositories and updating github commands such as git init,git commit,git push

  • Basic html and css concepts(shaw howe is such Educative site)

  • basic object programing concepts in java

Read More

My Journey

Moringa School

The second second week of my precourse work, i was to Introduced to code wars where we where expected towrite and execcute java programs(katas) , we were then given assignments as fpollows :-

Read More

My Journey

Moringa School

My first day in Moringa, i was to Introduced to Ubuntu Operating System, github,then the blogs we were then given assignments :-

Read More

Chrome Development Tools

Introduction

Google Chrome is a rich and powerful web browser, pioneering what is possible for applications on the web. Google has worked hard to deliver a very fast, very stable, feature rich browsing experience for end users. Google has also ensured that developers like you have a great experience with Chrome. The Developer Tools, bundled and available in Chrome and Safari, allows web developers and programmers deep access into the internals of the browser and their web application.

Overview

Overall, there are eight main groups of tools available view Developer Tools, and the capabilities are being extended with every release. Chrome 5 now offers Elements, Resources, Scripts, Timeline, Profiles, Storage, Audits, and Console. Elements

The Elements tool allows you to see the web page as the browser sees it. That is, using the Elements tool, you can see the raw HTML, raw CSS styles, the Document Object Model, and manipulate either in real time.

Resources

Use the Resources tool to learn what components your web page or application is requesting from web servers, how long these requests take, and how much bandwidth is required. You can also view the HTTP request and response headers for each of your resources. The Resources tool is perfect for helping you speed up page load times.

Scripts

To peer inside the JavaScript for a page, you will use the Scripts tool. Here you can find a list of scripts required by the page plus a full featured script debugger. You can even change the JavaScript on the fly! Read more in Part Two, coming soon.

Timeline

For advanced timing and speed analysis, the Timeline tool offers in-depth visibility into the various Chrome behind-the-scenes activities. You can learn how long the browser takes to handle DOM events, rendering page layouts, and paint the window.

Profiles

Read More

Browsers

#Introduction Web browsers are the most widely used software. In this primer, I will explain how they work behind the scenes. We will see what happens when you type google.com in the address bar until you see the Google page on the browser screen.

Read More

Java World!


layout: post title: Object-Oriented Programming — Object Oriented Programming

Read More