Tag: Web Development
All the articles with the tag "Web Development".
How to package Electron applications with electron-builder
Published: at 05:15 AMLeverage the power of NodeJS in your Electron application
Updated: at 07:54 AMBuild a JavaScript Desktop app with Electron
Updated: at 07:19 AMBuild a JavaScript Desktop app with Electron with only 13 lines of code.
GraphQL vs REST
Published: at 10:22 AMLearning curve, tooling, and development in GraphQL vs REST
How I became a Web Developer
Updated: at 09:00 AMMy story of becoming a Web Developer when dial-up modems were rare in households and computers cost a fortune.
How to add TypeScript types to useReducer
Updated: at 06:59 AMuseReducer is a great way to abstract some of your application's complexity in React. In this post, we're enhancing our reducers with TypeScript types!