Skip to content
View misterhtmlcss's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report misterhtmlcss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
misterhtmlcss/README.md

About me.

  • πŸ‘¨β€πŸ‘©β€πŸ‘¦ Being a Father and Husband is awesome! And also really hard too. 🩷
  • πŸ”­ I’m working on building up my leadership, product and communication skills. Tweet Me and we can talk reading.
  • 🌱 I’m currently learning, Elixir; Tweet Me if you are too.
  • πŸ€” I’m reading: The Effective Executive, The Coaching Habit
  • πŸ”¨ What I use: Ruby on Rails, T3-ish
  • 😎 Other interesting stuff: ProductTalk, Curious Humans, Huberman Lab, The Art of Accomplishment and the Knowledge Project
  • ⚑ Lightening fact: I think playing with APIs and Data is fun! Yeah I said it :)

Connect.

I have Built.

  • All of these: SDKs, CRM, Sports Management, HR and Payment Provider (not exhaustive)
  • Need to put thought into this...Will add soon.

Side hustle

  • Birthday web app
  • Car Dealership Sales app

Pinned

  1. Describe the differences between cha... Describe the differences between chained and nested conditionals
    1
    """
    2
    Describe the difference between a chained conditional and a nested conditional. Give your own example of each. Do not copy examples from the textbook.
    3
    4
    Deeply nested conditionals can become difficult to read. Describe a strategy for avoiding nested conditionals. Give your own example of a nested conditional that can be modified to become a single conditional, and show the equivalent single conditional. Do not copy the example from the textbook.
    5
  2. Define precondition and postconditio... Define precondition and postcondition show return errors
    1
    # CS1101 - Discussion Forum Unit 4
    2
    # Section 6.9 of your textbook ("Debugging") lists three possibilities to consider if a function is not working.
    3
    
                  
    4
    # βœ“ Define "precondition" and "postcondition" as part of your description. (First two paragraphs)
    5
    # βœ“ Describe each possibility in your own words. (All three paragraphs)
  3. learning-journal-u2-a learning-journal-u2-a
    1
    """
    2
    # Part 1
    3
    4
    The volume of a sphere is 4/3Ο€r3, where Ο€ has the value of "pi" given in Section 2.1 of your textbook. Write a function called print_volume (r) that takes an argument for the radius of the sphere, and prints the volume of the sphere.
    5