@roman_nums = []
puts "Enter the number less then 4000 you want to convert"
@start_num = gets.chomp.to_i
def convert
if @start_num >= 1000
@start_num -= 1000
DTR Memo
FRAMEWORKS:
Frontend
Backend
- What it is. The journal will help guide you through the process of discovering who you are as a new developer and how that translates into your career goals. It’s a way to check in with yourself through self-reflection, prompts, and questions, organize your targeted job search, and remember who you met as you build a professional network.
- Make it your own. Add questions and areas to reflect on each week. Just don’t forget to share all of your successes and achievements along the way!
- Ongoing progress checks. Throughout the module, you'll respond to the other prompts and update your progress in your document during professional development workshops and set aside work time.
- Module Expectations. A completed career journal is required for successfully passing Module 3. The career development team will be assessing your progress throughout the module, and you will submit it for final review in week 6. You will also include highli
Project Feedback Name: Fred Rondina
Partner: Ana Santos
Project Reflection
What is one thing that went unusually well during this project? The overall smoothness of the workflow. We were on schedule for pretty much the entire time, and never were really nervous that we would not finish.
How can you limit which columns you select from a table? | |
SQL select limit statement is used to retrieve records from one or more tables in a database and limit the number of records returned based on a limit value. | |
How can you limit which rows you select from a table? | |
This would also be done using the select limit statement, just using a different parameters | |
How can you give a selected column a different name in your output? | |
You can alias the column names one by one using select "asdf" as "fdsa" | |
How can you sort your output from a SQL statement? |
I am Fred Rondina, a Marketing graduate from Florida State University. Currently attending the turing school of software and design. | |
Looking for a career in the tech industry. I am expected to graduate spring of 2020 and will be seeking a junior developer role, | |
preferably working with ruby and ruby on rails. |
B2 Intermission Work | |
Answer these Check for Understanding questions as you work through the assignments. | |
HTML | |
What is HTML? | |
HTML is the standard markup language for creating Web pages. | |
What is an HTML element? | |
HTML elements tell the browser how to display the content,elements are represented by tags. | |
Tags label pieces of content such as "heading", "paragraph", "table" |
Waterfall development is the traditional software developement process. The work is passed from the higher ups down to developers, testers and eventually the users. If the users have any complaints or issues the proccess has to begin again. Typically companies that use waterfall development has less than 6 releases or updates a year. Agile development revoles around a quick development cycle and pushing updates to users frequently, so that their input can be incorperated much quicker.
For project management my group would have a meeting at the beginning of ever week to set expectations and set the workload for each of us. Every class day we would have a meeting to go over what we have done so far, and help each other with any difficulties or issues that we were coming up with. If any of us finished our work before the deadlines we set for each other, we would help the others with work they still had to do.