Open in app

Sign In

Write

Sign In

Kristian Roopnarine
Kristian Roopnarine

309 Followers

Home

About

Published in Level Up Coding

·Nov 18, 2020

Add Docker to your NodeJS workflow with 4 simple steps

Learn how to add Docker to almost any Node project with simple boiler plate code. What is Docker and why should you use it? Docker is a platform as a service which allows you to isolate an entire operating system via Linux containers. The files we create below are instructions for how Docker should build the Linux container. Dockerizing…

Java Script

2 min read

Add Docker to your NodeJS workflow with 4 simple steps
Add Docker to your NodeJS workflow with 4 simple steps
Java Script

2 min read


Jul 8, 2020

LeetCode Problem 206 — Reversed Linked List Solution

A walk through on how to reverse a linked list and solve the LeetCode problem #206. An approach to solving LeetCode questions If you’re new to LeetCode I wrote a guideline towards my approach to solving coding interview questions which you can find here : https://medium.com/@kristian.roopnarine/a-starting-approach-to-solving-coding-interview-questions-633dc03cbb0c . In addition if you’re new to linked lists I…

Leetcode

2 min read

LeetCode Problem 206 — Reversed Linked List Solution
LeetCode Problem 206 — Reversed Linked List Solution
Leetcode

2 min read


Published in Level Up Coding

·Jul 7, 2020

A starting approach to solving coding interview questions.

An outline of my process for solving coding interview questions to empower those who are starting to tackle data structures and algorithms. Disclaimer: I am not a coding interview question master! I’m in the process of applying for Software Engineering jobs and have been through some virtual tech screenings and…

Programming

6 min read

A starting approach to solving coding interview questions.
A starting approach to solving coding interview questions.
Programming

6 min read


Jun 23, 2020

Data structures — Binary Search Trees

An introduction to Binary Search Trees and some common methods for this data structure. What are Binary Search Trees? Binary Search Trees is a type of data structure to store data in an ordered way. This data structure consists of nodes, and each node has at most two child nodes. The order of these nodes…

Data Structures

4 min read

Data structures — Binary Search Trees
Data structures — Binary Search Trees
Data Structures

4 min read


Published in Level Up Coding

·Jun 18, 2020

Data structures— Linked Lists

An introduction to Linked Lists and some common methods for this data structure. What are Linked Lists? A singly linked list is a collection of nodes where each node stores two pieces of information, some value and a pointer to the next node. There are doubly linked lists where the nodes contain pointers to…

Programming

5 min read

Data structures— Linked Lists
Data structures— Linked Lists
Programming

5 min read


Published in Level Up Coding

·May 18, 2020

Implementing Classed Based Viewsets in Django REST Framework

A simple example of refactoring function based views to a class based viewset using Django Rest Framework. Django REST framework is a powerful and flexible toolkit for building Web APIs. This isn’t a tutorial for using Django REST framework but you can follow one at, https://www.django-rest-framework.org/tutorial/quickstart/ . Why use Django REST framework? Django is a…

Django Rest Framework

4 min read

Implementing Classed Based Viewsets in Django REST Framework
Implementing Classed Based Viewsets in Django REST Framework
Django Rest Framework

4 min read


Published in Level Up Coding

·Apr 7, 2020

How to Implement Login, Logout, and Registration with Django’s User Model.

Using Django’s built in User model to create a registration and login page. What you’ll learn Django’s built-in User model How to create Users with Django’s built-in UserCreationForm Django’s built-in authentication URL paths How to login and logout a user with Django’s authentication URLs How to set permissions on Django views using decorators …

Django

8 min read

How to Implement Login, Logout, and Registration with Django’s User Model.
How to Implement Login, Logout, and Registration with Django’s User Model.
Django

8 min read


Mar 30, 2020

Learning Programming Fundamentals using Python — Variables and Data types.

Exploring variables using Python Recap Welcome! This is a series where I introduce programming fundamentals in the programming language Python. In the last article I talked about data types. All programs basically do one thing, they take in some data, and output some data. What a program does with that data…

Python

4 min read

Learning Programming Fundamentals using Python — Variables and Data types.
Learning Programming Fundamentals using Python — Variables and Data types.
Python

4 min read


Published in Analytics Vidhya

·Mar 23, 2020

Learning Programming Fundamentals using Python

Exploring data types in Python. Background I am a self taught developer that started learning to code in March of 2019. I just recently graduated with my M.S. in Chemistry and while job hunting I came across programming and didn’t look back. I’ve tried many different methods to learning to program…

Python

6 min read

Learning Programming Fundamentals using Python
Learning Programming Fundamentals using Python
Python

6 min read


Feb 18, 2020

Consuming a Django REST API with React

Part 3: Displaying projects for my portfolio using Django REST API and React Overview and Plan This is part 3 of our series to create a software developer portfolio using Django REST API and React. In part 1 I created a REST API using Django Rest Framework to retrieve information about the projects…

Django Rest Framework

5 min read

Consuming a Django REST API with React
Consuming a Django REST API with React
Django Rest Framework

5 min read

Kristian Roopnarine

Kristian Roopnarine

309 Followers

Full Stack Engineer sharing tips and tricks for anyone learning to program. Connect with me on LinkedIn : https://www.linkedin.com/in/kristianroopnarine/

Following
  • Donna L Roberts, PhD (Psych Pstuff)

    Donna L Roberts, PhD (Psych Pstuff)

  • Golden Muse

    Golden Muse

  • Mitch Goldfarb

    Mitch Goldfarb

  • Joie Cooper

    Joie Cooper

  • Akshay S B

    Akshay S B

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech