Niall HarringtonforNiall Harrington's sad attempt at a coding blog.getoutofthatgarden.hashnode.net·Jun 17, 2022Today I Learned: Thursday 16 June 2022Watching Coldfusion's video on Blockchain: https://www.youtube.com/watch?v=_3gbo_NinT0 In Italy, 85 of banks use a blockchain system called Corda. Chronicled is a supply chain technology provider that uses blockchain tech. https://www.chronicled.c...Discuss·1 like·75 readscodecademy
{{ MonaCodeLisa }}for{{ MonaCodeLisa }}monacodelisa.hashnode.net·Jun 9, 2020Codecademy “Colmar Academy” Workflow – Part 1 DesktopThis is the final project for the Codecademy‘Build a Website with HTML, CSS, and Github Pages’ skill pathand the project is called “Colmar Academy”. I am setting two goals for myself for this part of the project: To scale images correctly – so that ...Discuss·61 readsHTML / CSScodecademy
Niall HarringtonforNiall Harrington's sad attempt at a coding blog.getoutofthatgarden.hashnode.net·Jun 16, 2022WTH is a Glyphicon?! Bootstrap, flask and still chugging away at this Python 2 course. Today I learned: Tuesday 14 June 2022Continueing with Codecademy's 'Python 2' course: I can confirm that functions in py are defined using the def keyword. I just spotted another placeholder: %f I'll figure out what this one means soon. Instead of importing a whole library, which t...Discuss·90 readsFlask Framework
The Future Programmerfor1LinksApp : The Future Programmer Blog1linksapp.hashnode.net·Mar 20, 2023Learn SQL for Free: Top 5 Websites for Beginners and Experienced UsersSQL is one of the most widely used database management systems in the world. It is an essential skill for any data scientist, business analyst, or software developer. If you want to learn SQL or improve your SQL skills, there are several websites tha...Discuss·28 readsSQL
William KanforMy Journey as a Developerthe-dog-can-blog.hashnode.net·Dec 24, 2022Week Forty-Three Xmas Break (19- 23/12/2022)It was great to set aside the employment-based tasks so that I could focus on personal learning projects and researching other tools and technologies that I may use in the future outside of our work tech stack. As mentioned in a previous post, I had ...DiscussRecording the JourneyLearning Journey
Matthew ReedforA Javascript Learning Expeditionmreed.hashnode.net·Oct 15, 2022Codecademy: assert.deepEqual()Overall this Codecademy lesson on assert.deepEqual does a good job of explaining what I imagine to be a very basic example of how to use deepEqual. At the end of the guided lesson the code looks as follows: const assert = require('assert'); describe...Discuss·53 readscodecademy
Stanley NadarforiStealersn.dev Blogsistealersn-dev.hashnode.net·Sep 17, 2022Elegant way to Calculate Mean and/or ModeIntroduction As part of the codecademy.com challenges, I came across this code challenge to 'Calculate Mean and Mode.' It appeared quite simple while reading the problem statement, but getting started raised a number of questions. As a result, I crea...Discuss·58 readsJavaScript
CynthiaforCynthiaCodescynthiacodes.hashnode.net·Aug 15, 2022Here's to new beginningsHi, My name is Cynthia and I started learning how to code 2 weeks ago. The idea of becoming a programmer or learning coding languages did not drop out of nowhere two weeks ago. I would say this all started last year when Youtube recommended a bunch o...Discuss#codingNewbies
Niall HarringtonforNiall Harrington's sad attempt at a coding blog.getoutofthatgarden.hashnode.net·Jun 19, 2022Finishing one course and starting another. The road to a PCEP certificate. Today I Learned: Saturday 18 June 2022I'm on the last hurdle of codecademy's Python 2 course. Now I'm learning about classes. The 'pass' keyword is used in the body of a class. It's not used for anything, just used to prevent an error from happening because the body is empty. The 'self...Discuss·75 readsPython
Niall HarringtonforNiall Harrington's sad attempt at a coding blog.getoutofthatgarden.hashnode.net·Jun 17, 2022Today I Learned: Thursday 16 June 2022Watching Coldfusion's video on Blockchain: https://www.youtube.com/watch?v=_3gbo_NinT0 In Italy, 85 of banks use a blockchain system called Corda. Chronicled is a supply chain technology provider that uses blockchain tech. https://www.chronicled.c...Discuss·1 like·75 readscodecademy
Niall HarringtonforNiall Harrington's sad attempt at a coding blog.getoutofthatgarden.hashnode.net·Jun 16, 2022Python Practice, and trying not to feel old. Today I Learned: Wednesday 15 June 2022Still working through Codecademy's Python 2 course. while loops are similar to if statements. They will continue to loop while the condition is true. while/else loops will execute the else block once the loop condition evaluates to false. A trai...Discuss·100 readscodecademy
Niall HarringtonforNiall Harrington's sad attempt at a coding blog.getoutofthatgarden.hashnode.net·Jun 16, 2022WTH is a Glyphicon?! Bootstrap, flask and still chugging away at this Python 2 course. Today I learned: Tuesday 14 June 2022Continueing with Codecademy's 'Python 2' course: I can confirm that functions in py are defined using the def keyword. I just spotted another placeholder: %f I'll figure out what this one means soon. Instead of importing a whole library, which t...Discuss·90 readsFlask Framework
{{ MonaCodeLisa }}for{{ MonaCodeLisa }}monacodelisa.hashnode.net·Jun 16, 2020Codecademy “Colmar Academy” Workflow – Part 2 MobileThis is the final project for the Codecademy‘Build a Website with HTML, CSS, and Github Pages’ skill pathand the project is called “Colmar Academy”. In this part of the project I started setting up my media queries and I had to hide some elements.Als...DiscussHTML / CSSHTML5