Bidirectional text

Creating a JavaScript promise from scratch, Part 3: then(), catch(), and finally()

Scrollable Grid with Just-in-Time Data Loading – Part 5: Hooking up the Database

Issue #16

10/6/2020

A Byte of Coding Issue #16
Ko-ni-chi-wa
Here's me telling you that here's the issue.

Bidirectional text

Published: 6 October 2020
Tags:
unicode


I don't know how many of you have experience working in different languages, but I'm guessing a lot (since most of the people who have emailed me so far are from all over the place). Personally I've had to work with English, Russian, Mandarin, and German, but I've yet to experience a language that writes from right to left. In this concise article, John D. Cook explains how Unicode characters are used to override left-to-right text in browsers and text editors.

Read Full Article

Creating a JavaScript promise from scratch, Part 3: then(), catch(), and finally()

Published: 6 October 2020
Tags: javascript


In the not-so-distant past we've had the previous article in this series on the newsletter. Well Nicholas C. Zakas doesn't disappoint in this one either, where he covers some of the key aspects of Promises in JavaScript. Specifically Nicholas covers the topics mentioned in the title, which are responsible for what happens next in the Promise's life cycle.

Read Full Article

Scrollable Grid with Just-in-Time Data Loading – Part 5: Hooking up the Database

Published: 6 October 2020
Tags: typescript, sql


Modern web development technology makes it possible (and fairly easy) to do some very cool implementations. Are they always absolutely necessary? Not really, but humans love fun things, and making the web fun is great. In this ultimate article of a five part series, Lydia Cupery does the fairly simple job of replacing fake data with real data queried from a GraphQL database. However, I'm sharing this post because the series as a whole is fairly interesting, so be a weirdo like me and read the end first, then start it from the beginning!

Read Full Article
Thanks for your Support! 

This newsletter is provided to you for free, but if you'd like to show your support and help out, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here






This email was sent to <<Email Address>>
why did I get this?    unsubscribe from this list    update subscription preferences
A Byte of Coding · 750 Fowler St NW · Atlanta, GA 30332-1914 · USA

Stats (updated daily)

Sent: 669

Opens: 346

Clicks: 141

Link Clicks Clicks % Unique Clicks Unique Clicks %
Bidirectional text 52 36.88% 45 39.13
Creating a JavaScript promise from scratch, Part 3: then(), catch(), and finally() 53 37.59% 38 33.04
Scrollable Grid with Just-in-Time Data Loading – Part 5: Hooking up the Database 36 25.53% 32 27.83

Previous

Back to Issues

Next