#day053 of #365daysofcode
Practicing verbally communitciating my code line by line. There’s a lot of details that goes on in programs, it’s best to clarify n explain what each line is doing. I’ve never been more literal in my life but i enjoy it! #javascript#fullstack
#day052 of #365daysofcode@careerdevs
Found a new website to practice algorithms with, https://t.co/Oe3Y7S1uOM The problems can range from Very Easy to Expert. Have only been through a few algorithms, but definitely a resource I'm looking in to. #javascript#fullstack
#day051 of #365daysofcode@careerdevs
squeezed in an algorithm today. I added some small animations to icons on my side project to make it more alive. The UI is coming along nicely, definitely eager to work with another framework as soon as i get more of the fundamentals down.
#day050 of #365daysofcode
Crunched over 4 algorithms today! My ability to think logically is slowly piecing together. 2 of them had to do with the #filter method to test the arguments passed through the function parameters. #java
#day049 of #365daysofcode@careerdevs
Wrote an algorithm that returns the largest number in a set of sub arrays. There were multiple approaches but i wrote 2 for loops for the main array then sub array. Took my variable that was = 0 then use the push method to plug in the lg #
#day048 of #365daysofcode
Solved an algo using a function that will accept 2 arguments, a string, and a number which denotes the max length of said string. If the string was longer than the length, I had to use the slice method to cut it. #javascript
https://t.co/1O8g8G6Yh1
#day047 of #365daysofcode
Starting our 2nd group #agile project. We're still brainstorming ideas to create a program that performs certain functions designated to the user. #javascript
#day046 of #365daysofcode
Structuring the feature section to my side project. Having some trouble manipulating columns to align evenly and then add content vertically in the column. Also, Pushed to github as well #fullstack#javascript
#day045 of #365daysofcode@careerdevs
Changed some of the UI on my side project. Added in different fonts and different styling to the pricing cards. Still not quite right but it’s definitely getting there #html#css#javascript
#day044 of #365daysofcode@careerdevs
Competed a simple challenge using my skills of #html#javascript and #css to create a button and linking those files to the html. Not a true test of my skills but it was completed. Also added more content to the cards on my side project.
#day043 of #365daysofcode
Wrote another regular expression. I’ve also been thriving on my side project, adding in icons, cards and finally finished the email submission form. The design is coming out great, more work to do! #css#javascript
#day041 of #365daysofcode
More #JavaScript alogirthms! A simple one to check if a value is classified as a Boolean primitive in which the parameter used returned true or false. Also trying a get my #css border boxes in check on my side project
#day040 of #365daysofcode@careerdevs
Did some backend work on my side project today. Added #JavaScript feature discovery promt for a user to click to receive more info about the site. Unique pop up that was displayed
#day039 of #365daysofcode@careerdevs
Fixed my navbar on my side project and used some different fonts to start getting the format and styling down.
Did another #javascript algorithm where I had to use bitwise operators.
#day038 of #365daysofcode@careerdevs
Wrapping up the last of our team #agile sprint. In QA testing phase. Got back to work on my personal project, added some new #css waves for the background
#day037 of #365daysofcode@careerdevs
finishing up our #agile sprint. Created a stock #API to pull real-time data and display a user's profit or loss for the day through their inputs. through their returns. The program then displays items they can buy through their stock return
#day036 of #365daysofcode@careerdevs
Solving more algorithms using classes for the first time. Defining classes as a declaration instead of as an expression seems more straightforward. Also have begun diving into our team sprint in #Trello using the #agilescrum methodology.
#day035 of #365daysofcode
solving #javascript algorithms using try, catch, and finally statements. Interesting seeing how each statement executes different lines of the block of code. Also dove into #Trello learning how stories and team cards are used
#Trello or #Asana?🤔