Dávid CsejteiinJavaScript in Plain EnglishWebsocket server and client in Bun(js)Bun has a new websocket implementation. This is orders of magnitude faster than any socket solution available in Node. See an example.Nov 30, 20231Nov 30, 20231
Dávid CsejteiinJavaScript in Plain EnglishWhat is the most painful part of using TypeScript?What is the most painful part of using typescript in general? Handling a value from JavaScript.Jan 11, 20211Jan 11, 20211
Dávid CsejteiinJavaScript in Plain EnglishA Practical Intro to the Vue 3 Composition APIThe Composition API is a great way to share application logic between components in Vue.js. Not only can you organize repetitive snippets…Dec 29, 2020Dec 29, 2020
Dávid CsejteiWhat I’ve learnt from 7,847 enrollments and 136 reviewsUdemy accepted ‘Your custom React component’ video course 618 days ago which is my very first video course. It’s a one hour, free tutorial…Nov 2, 2020Nov 2, 2020
Dávid CsejteiinThe StartupCoding styles — small remarkI have worked in several different developer teams in the last eight years. All teams had both higher educated and lower educated members…Oct 26, 2020Oct 26, 2020
Dávid CsejteiinThe Startup(Type) ORM — TypeScriptIn the last couple of years I used ORM (Object-Relational Mapping) in my Node.js projects a lot. Every time when I had to work with any…Oct 19, 20201Oct 19, 20201
Dávid CsejteiinJavaScript in Plain EnglishHow to Unit Test Express MiddlewareIf you use Test Driven Development for your Node.js project uses Express library you need to write unit tests among other things. As I…Oct 16, 20206Oct 16, 20206
Dávid CsejteiHow to find and list files larger than 10 MB in UbuntuFind and list (size given in MB not in KB) files larger than 10 MB in /home directory:Dec 20, 2017Dec 20, 2017
Dávid CsejteiHow to set MySQL default charset in Windows XAMPMySQL has the latin1_swedish_ci as default charset but I need to set utf-8.Dec 10, 2017Dec 10, 2017