Open in app

Sign in

Write

Sign in

Ajak Cyer
Ajak Cyer

26 Followers

Home

About

May 21, 2021

My Five Favorite JavaScript Math Methods and Properties

What is the Math Library? JavaScript has a built-in Math library that I found very helpful many times already (refer to a few of my algorithm review problems). Math is a built-in object, not a function. It has properties and methods of static mathematical constants and functions. Math.ceil(x) This method rounds a number (usually a decimal)…

Flatiron School

2 min read

My Five Favorite JavaScript Math Methods and Properties
My Five Favorite JavaScript Math Methods and Properties
Flatiron School

2 min read


May 17, 2021

Algorithm Problem Review # 6: Reverse the Number

This problem is found on LeetCode. I’ve done a lot of reversing strings and numbers so I thought this problem should be easy. It wasn’t…I found out here that reading closely is important even if you think you know what you’re doing. Problem 7: Reverse Integer Given a signed 32-bit integer x, return x…

Flatiron School

5 min read

Algorithm Problem Review # 6: Reverse the Number
Algorithm Problem Review # 6: Reverse the Number
Flatiron School

5 min read


May 10, 2021

ReactJS vs React Native — Differences

React and React Native have similarities and differences. They are popular JavaScript frameworks that were developed by the same company. They both HEAVILY use class and functional components. What is ReactJS? It’s a JavaScript frontend library used to build the user interface on web applications. It is an open-source Javascript library developed by…

Flatiron School

2 min read

ReactJS vs React Native — Differences
ReactJS vs React Native — Differences
Flatiron School

2 min read


May 4, 2021

Algorithm Problem Review #5: Arrays and Candy

A new week and a new problem. I found this problem on LeetCode. I had fun with this problem mainly because it had something to do with sweets. Problem 1431: Kids With the Greatest Number of Candies Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each…

Flatiron School

4 min read

Algorithm Problem Review #5: Arrays and Candy
Algorithm Problem Review #5: Arrays and Candy
Flatiron School

4 min read


Apr 27, 2021

Frequently Used React Native Components

***Disclaimer: If you are just getting started with React Native and have not set up your first React Native project yet, read my blog on how to getting started*** React Native has built-in components for us to use when making our apps. They can be found in the React Native…

Flatiron School

3 min read

Frequently Used React Native Components
Frequently Used React Native Components
Flatiron School

3 min read


Apr 20, 2021

Algorithm Problem Review #4: Multiple Pointers

Another week and yet another algorithm problem from the Colt Steele Udemy course. This week I was working on multiple pointers, a technique I can use to solve problems without having to doubly loop. …

Flatiron School

4 min read

Algorithm Problem Review #4: Multiple Pointers
Algorithm Problem Review #4: Multiple Pointers
Flatiron School

4 min read


Apr 13, 2021

Getting Started with React Native on MacOS

What is React Native? React Native is a mobile development framework written in JavaScript. It uses React.js which is a JavaScript library for building user interfaces. It also has its own special components that know how to communicate with the native device’s platform so you can build a user interface. Mobile devices don’t use…

Flatiron School

4 min read

Getting Started with React Native on MacOS
Getting Started with React Native on MacOS
Flatiron School

4 min read


Published in

Nerd For Tech

·Apr 6, 2021

Algorithm Problem Review #3: Anagram

This week I was working on another algorithm problem from my Colt Steele Udemy course. This is another frequency counter type problem but this time I’m working to see if two strings are anagrams of each other. Frequency Counter — validAnagram Given two strings, write a function to determine if the second string is…

Flatiron School

4 min read

Algorithm Problem Review #2: Anagram
Algorithm Problem Review #2: Anagram
Flatiron School

4 min read


Mar 30, 2021

Algorithm Problem Review #2

This week I was worked on an algorithm problem I came across on one of my Udemy courses by Colt Steele. I worked on how to problem-solve common algorithm question types. …

Flatiron School

5 min read

Algorithm Problem Review #2
Algorithm Problem Review #2
Flatiron School

5 min read


Mar 23, 2021

Leetcode Problem Review #1

I’ve decided that I will start reviewing some of the algorithm problems I come across while practicing on LeetCode. Problem 1480: Running Sum of 1d Array Given an array nums. We define a running sum of an array as runningSum[i] = sum(nums[0]…nums[i]). Return the running sum of nums. Example Input: nums = [1,2,3,4] Output: [1,3,6,10] Explanation: Running sum is obtained…

Leetcode

3 min read

Leetcode Problem Review #1
Leetcode Problem Review #1
Leetcode

3 min read

Ajak Cyer

Ajak Cyer

26 Followers

Software Engineering Student at Flatiron NYC. Learning day by day 💻

Following
  • Anthony Jimenez

    Anthony Jimenez

  • Stacey Carrillo

    Stacey Carrillo

  • Waverley Leung

    Waverley Leung

  • Shelby Talbert

    Shelby Talbert

  • Paul-Anthony

    Paul-Anthony

See all (26)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams