Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,205,519 members, 7,992,788 topics. Date: Sunday, 03 November 2024 at 04:33 PM |
Nairaland Forum / Science/Technology / Programming / Diary Of An Aspiring Software/web Developer (29206 Views)
Bank Plus Core Banking Software/web App In Nigeria / What Every Aspiring Software Developer Must Know! VERY IMPORTANT / Aspiring Software Developer Seeking An Environment Contribute And Learn (2) (3) (4)
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (Reply) (Go Down)
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 12:19pm On Oct 13, 2021 |
de3lar:Thanks buddy |
Re: Diary Of An Aspiring Software/web Developer by IhateRetards: 8:50am On Oct 15, 2021 |
Guy Keep up the good work ,you be inspiration when I no get inspiration |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 9:40am On Oct 15, 2021 |
It's a beautiful morning D! Resumed work yesterday.. I'm just thinking about the stress, but I'll be good. I learnt about some new stuff yesterday, and they include: 1. The return statement - used to make sure the value of a function can be used outside it. 2. Order - Making sure we declare variables and constants at the top of code, also noting that functions can be placed anywhere. 3. Global and local scope - A variable can be declared at the top of the of js page, and not defined, but can be called at any point in the page. Also noting that every code after a return statement in a function doesn't get executed. 4. How to add an event listener to our code. 5. JavaScript reads any line of html code as string automatically. But this can be converted to a number using the parseInt, parseFloat, and + sign before the string. 6. A number can be converted to a string using . toString() function. Later D. 1 Like |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 12:43pm On Oct 15, 2021 |
IhateRetards:Thanks boss |
Re: Diary Of An Aspiring Software/web Developer by EricBraven: 5:26pm On Oct 15, 2021 |
MirthOsas:Yeah |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 11:38pm On Oct 19, 2021 |
Wassup D! It's been a lil while. JavaScript isn't easy I must confess, the course I downloaded isn't really for beginners oo, because my head don dey scatter like this, coupled with the fact that work hasn't been easy on me. I've resolved to learn js using another route, I downloaded a book - JavaScript Novice to Ninja, it seems really easy to follow. I'll use the book alongside the course by Maximilian Schwarzmuller. My motivation is being put to the test, but I'll be fine. See ya! 4 Likes |
Re: Diary Of An Aspiring Software/web Developer by sosowater: 9:36pm On Nov 01, 2021 |
Hey bro, @MirthOsas Been a while. Hope you're good. Your diary is waiting for you. |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 10:15pm On Nov 01, 2021 |
sosowater:Hey buddy, thanks for reaching out. JavaScript hasn't been easy at all, I had to stop using the course I downloaded and got a book - JavaScript Novice to Ninja, which kinda simplifies things. I jumped on the course again from the start and it's been a smooth ride so far. Updates would come in soon. 2 Likes |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 10:08am On Nov 03, 2021 |
Sup D! This dude is back and this time, for real! I did have an issue comprehending some of the basics of JS using the course by Maximilian. I had to stop using the course, then I downloaded a book - JavaScript Novice to Ninja, which has proved to be really helpful. I've covered a huge part of the book and decided to start the course by Maximilian all over again, and so far it's been a really smooth ride. There'll be more updates here D! I do hope I don't lose focus, consistency and motivation. Cheers to better days! 2 Likes |
Re: Diary Of An Aspiring Software/web Developer by LikeAking: 10:13am On Nov 03, 2021 |
MirthOsas: Good luck. |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 2:34pm On Nov 03, 2021 |
LikeAking: Thanks Boss. |
Re: Diary Of An Aspiring Software/web Developer by The5DME(m): 5:19pm On Nov 05, 2021 |
MirthOsas:bro, please can u share that fullstack web development course u have? |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 8:17am On Nov 08, 2021 |
Hey D! It's good to be back. Prior to last night, I had learnt about: variables and constants, operators, data types, return statement, data type conversion, creating arrays and objects. All introductions though. Last night, I learnt about: 1. If statements and boolean operators. 2. The if, else and else-if statements. 3. The logical AND and OR operators -- && and ||. 4. Operator precedence and the sequence that is followed when expressions, statements and functions are being executed. 5. Truthy and Falsy values - when js forces a boolean on a function or variable when it is compared on its own. JS is pretty much coming together, and I'd like to say D! That I'm back for good, no more excuses. I'd also like to appreciate some of the persons I've met through this platform (I'll mention y'all subsequently), y'all have been sources of motivation. I'm grateful guys. I'll see ya later this evening D! 1 Like |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 12:27am On Nov 09, 2021 |
So I learnt some new stuff, they include: 1. More indepth knowledge of the if, else and else if statements. 2. The ternary operator which could be used to represent the if else statement. 3. The Switch - case statement, this can be used in stead of the the if-else statement where there are lots of else ifs , but when there's basically just a single condition. 4. Intro to loops - the for, for-of, for-in and while loops. I sincerely cannot wait to get to the module where I'd start manipulating the contents of a webpage using JS - DOM. One step at a time I guess. Later D! |
Re: Diary Of An Aspiring Software/web Developer by The5DME(m): 6:14am On Nov 09, 2021 |
MirthOsas:How do you know when you're done with HTML? Because it seems u didn't spend too much time with it. I've been learning html for like one week plus now, and there's still a lot to learn. |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 9:14am On Nov 09, 2021 |
The5DME: Hey buddy, I actually stated that in the context of the course I used for html. I discover new stuff on html daily, I never knew about the progress tag until some days back. We keep learning |
Re: Diary Of An Aspiring Software/web Developer by The5DME(m): 9:15am On Nov 09, 2021 |
MirthOsas:How many weeks did you spend learning HTML? |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 10:23am On Nov 09, 2021 |
The5DME:I think it was one week. 1 Like |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 12:12am On Nov 17, 2021 |
Hey D! I'm still hanging on. I learnt some new stuff recently, they include: 1. The differences between ES5 and ES6+. 2. Differences between VAR, LET and CONST keywords. 3. Methods 4. Function expressions and function declarations/statements. 5. Anonymous functions. 6. Arrow functions. It really hasn't been easy, but I'll keep keeping on. More updates coming in soonest D! Later! |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 9:58pm On Nov 17, 2021 |
Omo! Work was stressful today. I actually am handling my first major project at work and it's draining. I'll be fine though. So, I learnt some new things: Creating default parameters for functions, and Rest parameters/operators. Tomorrow it'll be D! 1 Like |
Re: Diary Of An Aspiring Software/web Developer by rainlover(m): 2:45pm On Nov 18, 2021 |
MirthOsas:can you share some of the courses? |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 11:10pm On Dec 05, 2021 |
Whew! Finally finished the module on DOM manipulation. I learnt the following: 1. How to select elements in the DOM. 2. DOM traversal. 3. Nodes. 4. How to select sibling elements, parent elements and parent nodes. 5. How to create elements using JavaScript. 6. How to remove and replace elements. Omo! Programming requires consistency oo.. I'll be good though, it's only a matter of time. |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 11:11pm On Dec 05, 2021 |
rainlover:I currently use JavaScript - the complete guide by Maximilian Schwarzmuller |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 11:14pm On Dec 10, 2021 |
Hey D! I want to pop champagne!! I finally deployed my first fairly responsive dummy website using HTML, SCSS and a lil bit of JavaScript, link is given below. https://mirthosas.github.io/Traveasy-Project/ The journey hasn't been easy, and the pace at which I started has reduced, but I'm not going to give up, I'll keep keeping on. I could have written the code a lot better, we'll keep improving daily. Cheers to progress D! 16 Likes 2 Shares |
Re: Diary Of An Aspiring Software/web Developer by rainlover(m): 5:16pm On Dec 15, 2021 |
MirthOsas: Bro, can pls help me with your learning materials? |
Re: Diary Of An Aspiring Software/web Developer by rainlover(m): 5:20pm On Dec 15, 2021 |
MirthOsas: I just checked site. I'm wowed at the rate at which You have Improved. 1 Like |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 10:18am On Dec 16, 2021 |
rainlover: Definitely. I could send the links to the courses used so far. |
Re: Diary Of An Aspiring Software/web Developer by MirthOsas(m): 10:18am On Dec 16, 2021 |
rainlover: Thanks man |
Re: Diary Of An Aspiring Software/web Developer by rainlover(m): 10:22am On Dec 16, 2021 |
MirthOsas:Pls send o. You could also send to my WhatsApp. |
Re: Diary Of An Aspiring Software/web Developer by MyAmericandream(f): 3:58pm On Dec 16, 2021 |
MirthOsas:did you get the material for free? If you have the link , kindly send! |
Re: Diary Of An Aspiring Software/web Developer by 2braithe: 7:13pm On Dec 16, 2021 |
Please whoever has a working laptop he/she is not using should please gift me. I don't want this Passion to die because of poverty.Help a student. |
Re: Diary Of An Aspiring Software/web Developer by rainlover(m): 5:23pm On Dec 19, 2021 |
MirthOsas:I'm still expecting the files o |
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (Reply)
Development Agencies The Best Magento Marketplace Multi Vendor Module - Magebay. / Nicholas Kajoh Builds A Video-based Vehicle Counting System As His Project / Muili Seun Sells Off Gocampus To Vickram Sybri, Indian Tech Guru
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 50 |