Giter Site home page Giter Site logo

banki's Introduction

Group 3 (1)

πŸ‘‹ Hello! My name is Curtis...

I'm a creative software engineer with a passion for systems. I have a BSME degree and a background in manufacturing project management where I've implemented agile style kanban and continuous improvement mindsets to my teams. When I've seen technology gaps in the past I've used VBA, Excel, and Smartsheet to create dashboards and planning programs to help our teams more effectively prioritize and communicate. I take inspiration from nature when building elegant, efficient, and resilient systems. I want to continue working with diverse, passionate teams to improve the world we live in.

  • πŸ”­ I’m currently working on onsenDB

  • πŸ‘¨β€πŸ’» To see my favorite projects visit https://www.curtisbarnard.com/

  • πŸ’¬ Ask me about πŸšΆβ€β™‚οΈ Hiking, 🍺 craft beer or my love of πŸš… trains.

  • ⚑ Fun fact: My favorite morning snack is onigiri πŸ™



πŸ“¬ Connect with me



πŸ›  Languages and Tools



πŸ“ˆ Stats

Top Langs

GitHub stats

GitHub Streak

banki's People

Contributors

adamrathbun avatar adamrobinsonse avatar andymlearmouth92 avatar boonaki avatar brendondsouza avatar caleb-cohen avatar citrinedragon avatar codingcomrade avatar curtisbarnard avatar danjkim21 avatar devmev10 avatar eleanorlatus avatar elektrazcode avatar evshaw avatar juctaposed avatar kbventures avatar ladybluenotes avatar mhalverstadt avatar moses-codes avatar neffcodes avatar netmagik avatar octoshrimpy avatar rahulkarda avatar saira512dev avatar sleepguywd avatar tch4lla avatar tehuberjohn avatar victoriacheng15 avatar zacrous12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

banki's Issues

typo

typo in the answers file

Question 2: Tell me about a time you had to work on several projects at once. How did you handle this?
Cause: I was working on two large projects for two separate clients that were at different stages of their lifecycle. One project was in production and the other project was in the implementation phase.
Action: I decided to send a less experienced colleague to the installation site while I went to do a production check-in on the other project in China. Prior to leaving I briefed my colleague in on the project and told then what to look out for.

typo in the `why use node.js` answer

should be package instead of pacakge

- **Explanation:** It uses fewer resources and memory because it is single threaded, it has wide adoption with many open source pacakages available, it is multi-platform and it simplifies the full stack as you can use just one language: Javascript.

Code Example Fix and Small Typo

Heya, I was playing around with the code given in the example for the question "Explain how prototypal inheritance works " and found that it has a bug. 'this.name' in the greet function returns undefined, what works though is 'Parent.name'. Have been looking for a reason why that is but no luck.

Also, there are a few comma's in the 'Explanation' part of the answer.

Example Code Given:

function Parent() {
  this.name = 'Parent';
}
Parent.prototype.greet = function () {
  console.log('Hello from ' + this.name);
};
const child = Object.create(Parent.prototype);
child.cry = function () {
  console.log('waaaaaahhhh!');
};
child.cry();
// waaaaaahhhh!
child.greet();
// hello from Parent
child.constructor;
// Ζ’ Parent() {
// this.name = 'Parent';
// }
child.constructor.name;
// 'Parent'

This works:

Parent.prototype.greet = function () {
  console.log('Hello from ' + Parent.name);
};

T-Node-8: Example Missing closing parenthesis

The current example for T-Node-8 demonstrates the 'then' syntax. However, in the example, the closing parenthesis for the method is missing for each respective console.log(data) line.

Split questions to ask your interviewer

Split the questions to ask your interviewer into two categories:

  • Questions during the interview
  • Questions once you receive an offer

Be careful what you ask during the interview as it can expose potential weaknesses.

HTML-11 Incorrect information

Currently the answer reads: "Yes, I have used EJS. The popular templating languages include Ejs, Jade, Pug, Mustache, HandlebarsJS, Jinja2, and Blade."

However, Jade and Pug are the same templating language. Jade was renamed to Pug.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.