Open in app
Home
Notifications
Lists
Stories

Write
Sandra Escalante
Sandra Escalante

Home
About

Aug 15, 2021

Class 14

Tell me about a project you’re particularly proud of. What did you do that worked out well? I am proud of the final website assignment from the HTML/CSS class. I think I made a visually appealing and functional website. …

Austin Coding Academy

2 min read


Aug 10, 2021

Class 12

What’s the difference between operational and programmer errors? Operational errors are part of the normal operation of a program. Programmer errors are bugs. Sometimes, you have both operational and programming errors as part of the same root problem. …

Austin Coding Academy

2 min read


Jul 26, 2021

Class 8

What is “callback hell” and how can it be avoided? “Callback hell” is coding with complex nested callbacks. JavaScript provides an easy way of escaping from a callback hell. This is done by event queue and promises. What are “stubs” in Node.js? Stubs are functions or programs that affect the…

Austin Coding Academy

2 min read


Jul 19, 2021

311 — Prompt 6

If a user attempts to create a resource that already exists — for example, an email address that’s already registered — what HTTP status code would you return? The HTTP 409 Conflict response status code indicates a request conflict with current state of the target resource. Consider a responsive site…

2 min read

311 — Prompt 6
311 — Prompt 6

Jul 11, 2021

Class 4 — JS311

What do you find challenging about coding? I find JavaScript to be incredibly difficult. I am waiting for the “aha!” moment I hear so much about. It’s not clicking for me yet and I feel like I fall further behind with every class. Talk about a project that disappointed you…

Austin Coding Academy

1 min read


Jun 16, 2021

Prompt 205

Describe one thing you’re learning in class today. Why do you think it will be important in your future web development journey? We are learning about Object.create() which allows us to create objects with more attribute options like configurable, enumerable, writable and value. …

Austin Coding Academy

2 min read


Jun 15, 2021

Prompt 204

Describe one thing you’re learning in class today. We are learning about Regular Expressions. It helps you find keywords or characters that you would have to type out manually. Can you describe the main difference between a forEach loop and a .map() …

Austin Coding Academy

2 min read


May 30, 2021

Prompt 203

Describe one thing you’re learning in class today. Today in class we are continuing the lessons on JSON Objects and Arrays. We went over how to access data in complex data structures. What’s the difference between: function Person(){}, var person = Person(), and var person = new Person()? function Person() {} Function Declaration. Declares a function statement (statements perform an action) but does not execute, however, it does get registered into the global namespace.

Austin Coding Academy

3 min read


May 30, 2021

Prompt 202

What’s something that’s been confusing? How would you explain it to someone else? Something that is confusing to me is how to write conditional statements. I get mixed up on the order and where to put all the data. If I was explaining conditionals, I would say that a conditional statement checks a specific condition and performs a task based on the conditions…

Austin Coding Academy

2 min read


May 6, 2021

Blog 201

Today we are learning about conditional statements that are used to compare two or more things and then return results. It’s all still a bit confusing and almost abstract. There are several things to memorize and it still feels a little overwhelming. One new operator to memorize is the =…

Austin Coding Academy

2 min read

Sandra Escalante

Sandra Escalante

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable