How to Set up RESTful API Routing using Express.js with TypeScript

Note: This post is part of Learn How to Use TypeScript With Node.js and Express.js series. Click here to see the first post of the series. Create API Endpoint Routes So far our server has only one API endpoint / which we defined in the index.ts returning a Hello World! message. app.get(‘/’, (req: Request, res: … Read more

Learn How to Use TypeScript With Node.js and Express.js

Introduction to a typed RESTful API development experience JavaScript is the language of choice when it comes to frontend development for the web. Advances in web development have led to the rise of multiple libraries and frameworks such as Vue, React, Angular, Svelte, and many others. A long time ago, JavaScript was seen as the … Read more

Is JavaScript Client-Side Secure? What Are The Vulnerabilities?

Is-JavaScript-Client-Side-Secure

Software Development has evolved dramatically over the last 10+ years. Prior to the development of Frontend JavaScript frameworks, multiple projects relied on the backend, including its security. With more advances on the client-side, the level of responsibility has increased equally on both ends. However, is the JavaScript Client-Side Secure? In short, JavaScript client-side applications are … Read more

Do You Need To Be Good At Math To Be a Software Engineer?

Those who are not in the software engineering industry let themselves think software engineers are good at Math. Most likely this is because you hear the word engineer in the title, and almost instantly your brain relates to studying Physics and/or advanced Mathematics. As a professional software developer, software engineer, or programmer, let me answer … Read more