Browsing Tag
code
23 posts
Day 1010 : Closing Time
liner notes: Professional : I have no clue where the day went. I sat in an all hands…
Day 998 : Bittersweet
liner notes: Professional : Today became a day from impromptu things popping up. First, a coworker wanted to…
Data Calculation Problems Based on Object-Event Schema
Data computation based on the object-event schema can be said to be the most common data analysis task…
Kotlin Coroutine mechanisms: launch v. async
Examining join, await, coroutine behavior through playful examples Art by lavnatalia This series serves as spin off from Programming…
The long path of JavaScript – from ES6 until today.
According to a Stack Overflow survey, JavaScript was the most popular language among developers in 2023. JavaScript was…
Kotlin Coroutine mechanisms: runBlocking v. launch
Introduction to coroutine behavior through playful examples Sometimes you think you know coroutines and then after a while, you’re…
Date Function in Javascript
Using the Date function without the ‘new’ keyword will give you a string showing the current date and…
Day 942 : Smooth Sailing
liner notes: Professional : So…today was the day. After copying over code from the proof of concepts I…
Codia AI: Shaping the Design and Code Revolution of 2024 – Part 2
Preface In the first part of “Codia AI: Shaping the Design and Code Revolution of 2024” we highlighted…
Help! ” Is causing undefined errors in my project
Yes, I do know that is an escape character. I am writing a code for a keyboard, and…