Open in app

Sign In

Write

Sign In

Natalia Wit
Natalia Wit

10 Followers

Home

About

Jan 31, 2021

Intro to Vue.js

Two weeks ago I covered the topic of how to get started with your first Vue.js App. This week I decided to write about the core concepts in Vue while building a mini-app. Interpolations and data-binding: One way of data binding is text interpolation where you can use the double…

2 min read

Intro to Vue.js
Intro to Vue.js

2 min read


Jan 24, 2021

Chrome DevTools TipsChrome DevTools Tips

Google Developer Tools, also referred to as Chrome DevTools is a very vital and powerful tool within the browser that every developer should learn to utilize. DevTools allow us as web developers to edit a website through manipulation of code in the browser. …

2 min read

DevTools Tips
DevTools Tips

2 min read


Jan 17, 2021

Creating your first Vue.js App

What is Vue.js? Vue is a progressive framework in JavaScript that is used to build web interfaces and one-page applications. Vue is user and developer-friendly, it allows us to use a lot of useful libraries and is very easy to learn. …

Vuejs

3 min read

Creating your first Vue.js App
Creating your first Vue.js App
Vuejs

3 min read


Jan 11, 2021

Integer Reversal Algorithm

In this week's blog, we are going to go over the integer reversal algorithm question that may seem easy at first but there are a few tricky issues you may run into when approaching the problem. We will be working with the following question: Directions: Given an integer, return an…

Reverse Integer

3 min read

Integer Reversal Algorithm
Integer Reversal Algorithm
Reverse Integer

3 min read


Jan 4, 2021

Approaching a Palindrome Algorithm

A palindrome is a word, phrase, or sequence that reads the same backward as forward. For example, if we reverse the word dad, it will still read as the word dad. We will be approaching a problem where we have to find out if the given string is a palindrome…

2 min read

Approaching a Palindrome Algorithm
Approaching a Palindrome Algorithm

2 min read


Dec 27, 2020

Data Types in JavaScript

What is a Data Type? In JavaScript, everything is data except: Operators: +, !, <=, etc… Reserved words: functions, for, debugger, etc. In JavaScript, every kind of data falls into JavaScript’s seven data types which include numbers, strings, booleans, symbols, objects, null and undefined How to identify a data type? …

Datatypes In Javascript

2 min read

Data Types in JavaScript
Data Types in JavaScript
Datatypes In Javascript

2 min read


Dec 20, 2020

Understanding Hoisting in JavaScript

Variable and Function Hoisting — How does it work? In Javascript variables and functions are all hoisted to the top of the page in which they are declared — with being either a global or function scope. Variable and function hoisting is basically the process in which the Javascript interpreter…

Javascript Hoisting

3 min read

Understanding Hoisting in JavaScript
Understanding Hoisting in JavaScript
Javascript Hoisting

3 min read


Dec 13, 2020

Arrow Functions

What are arrow functions? In the above example, you can see that arrow functions are related to using =>. Arrow functions are invoked just like regular standard functions. Arrow functions just like regular standard functions have their body aka (block body) declared inside of brackets {}. The functions params are always declared in…

1 min read

Arrow Functions
Arrow Functions

1 min read


Dec 7, 2020

Ruby Loops for Beginners

What is a loop? A loop is a piece of code that has a repetitive execution until a certain condition is met. Using loops allows you to → Go over a list of items and work with each element → When you want to repeat something many times → Keep…

3 min read

Ruby Loops for Beginners
Ruby Loops for Beginners

3 min read


Nov 29, 2020

Boolean Values in Ruby

In this article, we will cover boolean values in Ruby and go over examples that will make things about booleans a little more clear. What is a boolean? A boolean is a value used in logic statements to figure out if something is considered true or false. There are a…

2 min read

Boolean Values in Ruby
Boolean Values in Ruby

2 min read

Natalia Wit

Natalia Wit

10 Followers
Following
  • Alessandro Butler

    Alessandro Butler

  • Andrew Richards

    Andrew Richards

  • A.Dot

    A.Dot

  • April Escobar

    April Escobar

  • Aleksandra BT

    Aleksandra BT

See all (20)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech