Open in app

Sign in

Write

Sign in

Emily Y Leung
Emily Y Leung

315 Followers

Home

Lists

About

Published in

Python in Plain English

·Pinned

Set Up a “Hello World” Project Using Django REST Framework

Part 1: Setting up a “Hello World” Django REST Framework Project — Live dev notes taken throughout the following tutorial by Dennis Ivy — Django + React Notes App In this series, we’ll be working towards building and deploying a React application with a Django API backend. In part 1, we look at how to design a RESTful API, set up our…

Python

8 min read

Set Up a “Hello World” Project Using Django REST Framework
Set Up a “Hello World” Project Using Django REST Framework
Python

8 min read


Published in

Python in Plain English

·Pinned

An Introduction to Django REST Framework

What are Rest APIs and what does it take to set up a basic API using the Django REST Framework? — Live dev notes taken throughout the following tutorial by Dennis Ivy — Django REST Framework Oversimplified In this post, we look at what REST APIs are and what it takes to set up a basic API using the Django REST Framework. You can also follow along by referring to my…

Python

11 min read

An Introduction to Django REST Framework
An Introduction to Django REST Framework
Python

11 min read


Sep 2

Objects in JavaScript

Basics of Objects — Field notes while going through the JavaScript Roadmap What is an Object? An Object in JavaScript is a data type that stores a collection of properties in key-value pairs. Each key-value pair is used to define characteristics of any arbitrary item. The key of an Object must be a string, whereas the value can…

JavaScript

3 min read

Objects in JavaScript
Objects in JavaScript
JavaScript

3 min read


Aug 27

Data Types

Understanding Primitive Types — Field notes while going through the JavaScript Roadmap What are Data Types? Every variable in JavaScript has a data type which is used to describe the operations possible on that value There are 7 primitive data types: Number, BigInt, String, Boolean, Null, Undefined and Symbol The Object data type is not considered a primitive…

JavaScript

3 min read

Data Types
Data Types
JavaScript

3 min read


Aug 6

All About Variables

How to work with information in JavaScript — Field notes while going through the JavaScript Roadmap Variable Declarations in JavaScript A variable is a “named container” for a value To declare a variable in JavaScript, use the let , const or var keyword Here’s an example of a variable “message” initialised with the value of string “Hello” let message; message = "Hello"; // or let…

JavaScript

7 min read

All About Variables
All About Variables
JavaScript

7 min read


Jul 31

Introduction to JavaScript

From the very beginning — Field notes while going through the JavaScript Roadmap What is JavaScript? JavaScript is one of the core technologies used in the World Wide Web (alongside HTML and CSS) It is a scripting language typically used to make webpages interactive by programming the behavior of web pages — sliders, alerts, click interactions, popups, etc. …

JavaScript

5 min read

Introduction to JavaScript
Introduction to JavaScript
JavaScript

5 min read


Published in

Python in Plain English

·Apr 1

Building in the CRUD Functionality with Django REST Framework

Part 3: Updating database records through the Django REST API — Live dev notes taken throughout the following tutorial by Dennis Ivy — Django + React Notes App In part 3 (final part in the series), we look into setting up a single endpoint for creating, reading, updating and deleting individual records through a Django API backend — then testing it…

Python

9 min read

Building in the UPDATE functionality with Django REST Framework
Building in the UPDATE functionality with Django REST Framework
Python

9 min read


Published in

Uncurated

·Jan 9

Flexbox (Part 2) — Direction and Axis

Knowing which way you’re going — Live dev notes taken throughout the What the Flexbox course by Wesbos — What the Flexbox In this post, we’ll be looking at how to read and specify the direction of how your flex items are arranged in its container. This is fundamental to implementing justification and alignment properties. Flex Direction The…

CSS

3 min read

Flexbox (Part 2) — Direction and Axis
Flexbox (Part 2) — Direction and Axis
CSS

3 min read


Published in

Uncurated

·Jan 6

Flexbox (Part 1) — Setup and Fundamental Concepts

Understanding the basics of Flexbox — Live dev notes taken throughout the What the Flexbox course by Wesbos — What the Flexbox In this series, we’ll be looking at flexbox from the ground up by working through simple sandbox examples to visually understand how it works. In this post, we’ll be setting up our working environment…

CSS

5 min read

Flexbox (Part 1) — Setup and Fundamental Concepts
Flexbox (Part 1) — Setup and Fundamental Concepts
CSS

5 min read


Published in

Python in Plain English

·Apr 18, 2022

Building Your First Endpoint with the Django REST Framework

Part 2: Setting up models, serialization, and API routes using the Django REST Framework — Live dev notes taken throughout the following tutorial by Dennis Ivy — Django + React Notes App In part 2, we look at setting up two GET endpoints by creating a database model, accessing the admin panel and serializing the records in our Django API backend You can also follow…

Python

10 min read

Building Your First Endpoint with the Django REST Framework
Building Your First Endpoint with the Django REST Framework
Python

10 min read

Emily Y Leung

Emily Y Leung

315 Followers

Creative. Problem solver. Learning programming in public | emilyyleung.github.io

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams