In order to ensure that our website runs as fast and efficiently as possible, we often use performance analysis tools to take a look at what is happening inside the browser, specifically on more constrained devices such as Mobile Phones. It was during one... (more…)
Read more »
Everything you need to start building ChatGPT Plugins in JS/TS 🔥 - GitHub - transitive-bullshit/chatgpt-plugin-ts: Everything you need to start building ChatGPT Plugins in JS/TS 🔥... (more…)
Read more »
TypeScript has a steep learning curve, at least for me, for a front-end developer used to write without types sometimes I struggled to… (more…)
Read more »
Last week was the 5th anniversary of the launch of TypeScript, and I had the opportunity to go back to visit Anders and the team for the… (more…)
Read more »
ESLint is a JavaScript linter that you can use to lint either TypeScript or JavaScript code. In this post, we'll walk through how to set up linting in your project. (more…)
Read more »