Open in app

Sign In

Write

Sign In

Kody Samaroo
Kody Samaroo

11 Followers

Home

About

Jul 10, 2022

Dysfunctional Directories: 5 tips for organizing a directory

As a young dev, I was once given the daunting task of building out a new implementation to a code base that consisted of 1 file with over 5000 lines of code. It lacked comments, a consistent structure or any organization at all. …

5 min read

Dysfunctional Directories: 5 tips for organizing a directory
Dysfunctional Directories: 5 tips for organizing a directory

5 min read


Aug 25, 2021

React deploying frontend on Netlify

Wrapping up the blog I posted and the series on creating a real-time chat application and then deploying the API to Heroku, I wanted to go over deploying the frontend and React component to Netlify and getting an actual application up and running on the internet. Much like deploying on…

3 min read

React deploying frontend on Netlify
React deploying frontend on Netlify

3 min read


Aug 22, 2021

How to deploy a RailsAPI to Heroku

Introduction Deploying to Heroku is relative simple and the guide on the website is very accurate and concise. This blog post will restate a lot of the stuff in that guide. …

2 min read

How to deploy a RailsAPI to Heroku
How to deploy a RailsAPI to Heroku

2 min read


Aug 15, 2021

Learn Action Cable and React by building a real-time messaging application

I spent many hours trying to connect subscribers with Action Cable, a technology in Rails that is capable of integrating Websockets in an application. Websockets are a TCP protocol like HTTP is a protocol but is made with the intention of sending data to and from multiple clients. In order…

Rails

8 min read

Learn Action Cable and React by building a real-time messaging application
Learn Action Cable and React by building a real-time messaging application
Rails

8 min read


Aug 1, 2021

A look at trees

Data Structures and Binary Trees There are plenty programming data structures each with their own characteristics, pros and cons. A data structure is just a way to organize data to be usable. Examples include arrays, linked-list, matrixes, and binary tress. …

Binary Tree

2 min read

A look at trees
A look at trees
Binary Tree

2 min read


Jul 26, 2021

Access URL params

URL parameters or sometimes called query strings is a concept of structuring additional information in the URL. The parameters follow a “?” and multiple parameters are separated by the ‘&’. These parameters are great ways to include additional data that is readily available and accessible at all times. For example, if our url looked something like this https://www.videostreaming.com/watch?cat_memes

JavaScript

1 min read

Access URL params
Access URL params
JavaScript

1 min read


Jun 25, 2021

Java — Access Modifiers — Public, Private, Protected & Default

The access modifier is the keyword that precedes all other keywords when creating a class, method or even a variable. There are four keywords, public, private, protected & default, each with different levels of access. I believe it be best practice to start with the lower access levels and more…

Java

2 min read

Java — Access Modifiers — Public, Private, Protected & Default
Java — Access Modifiers — Public, Private, Protected & Default
Java

2 min read


Jun 19, 2021

Big O Notation: Calculate Time & Space Complexity

Efficiency in algorithms is very important when it comes to scaling and sizing. Total execution time and space required for an algorithm can be the difference between a seamless experience and one that is laggy and robust. …

Big O Notation

4 min read

Big O Notation: Calculate Time & Space Complexity
Big O Notation: Calculate Time & Space Complexity
Big O Notation

4 min read


Jun 13, 2021

React — The beauty of styled components

Importing styled components into your React applications can bring peace and mind to styling your front-end. Before styled components I would struggle to maintain .css files with 100+ lines of code. When you factor in the many components that any React project may have it can become incredibly difficult and…

React

2 min read

React — The beauty of styled components
React — The beauty of styled components
React

2 min read


May 25, 2021

JavaScript: How to compare elements in an array?

This blog will examine arrays in JavaScript and how to manipulate the elements inside and predict outcomes. In order to illustrate this we will look at common entry level interview questions and walk through them to better understand arrays and how to approach problems in a similar vein. I. Palindrome A common…

JavaScript

5 min read

JavaScript: How to compare elements in an array?
JavaScript: How to compare elements in an array?
JavaScript

5 min read

Kody Samaroo

Kody Samaroo

11 Followers
Following
  • Josh Frank

    Josh Frank

  • Sam Hall

    Sam Hall

  • John J Wisneski

    John J Wisneski

  • Mel F.

    Mel F.

  • Yevgeniy Valdman

    Yevgeniy Valdman

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams