Learn how platform and developer teams can collaborate effectively using CDK for Terraform, Terraform Cloud, and Sentinel to safely deploy EKS workloads to AWS. Oscar Medina, senior cloud architect at Amazon Web Services, joined us on a live stream recently to demo a collaborative workflow to enable self-service Amazon EKS deployments for developers, using CDK […]
Selecting a frontend framework can be a difficult decision for a developer because there are so many options. React is one of the most popular choices. It is well established and has an 84% satisfaction rating as of the 2021 State of JS Survey. Still, there are several other frameworks with interesting features and functionality that […]
Learn how to customize the default styles of a TailwindCSS application Front-end development is fascinating, not only because you can create magical experiences and it is very tangible to see the results of your work, but also because of the vast number of options available for building UIs. Regularly we face the decision to pick […]
Learn multiple options to convert strings into numbers with JavaScript In a Javascript application, the input data we accept from users are often in string format. Forms and input fields are the biggest examples of this. But our application can’t always process all these data as strings themselves. Especially when it comes to inputs like […]
Dates are hard, let’s learn how to compare them Working with dates is something developers encounter very often. From creating to storing and processing dates, date manipulation in Javascript has many use cases in application development. In today’s tutorial, we thought to focus on one of them: comparing dates. Javascript’s built-in date object gives us enough functionality […]
Learn how to build and work with this genius data structure Wait! Does Javascript have a Dictionary type now? Not exactly. At least, not yet. But with its ever-so-flexible Object and ES6 Map types, creating a dictionary-like object for storing data as key-value pairs is only a matter of minutes. This statement may seem a little strange […]
Template engines make it easy to render views, for emails, screens, or anything else Building dynamic websites with APIs is something we all are familiar with as modern-day web developers. Node.js, especially, makes it really easy to set up API backends quickly and connect them with the client-side web applications. But did you know that […]
Learn how the `this` keyword works in JavaScript If you belong to a programming background, you might have come across “this” keyword, multiple times. Every programming language that exists usually contains the concept of “this”, especially the modern programming languages. But the catch here is, different programming languages have slight changes in the definitions for […]
Intro to building full stack applications with JavaScript and NextJS Even though modern Javascript-based frontend frameworks like React help us develop robust dynamic websites, they have one major downside: the client has to wait until all Javascript code loads to render the page and display content to a user. As a page’s loading speed significantly […]
Learn some great one-liners to use on your next project Javascript syntax and built-in methods allow us to cut down a lot of unnecessary lines in our code and write short, easily readable code. In this post, we are taking this simplicity another step forward to see where you can write one-line solutions to some […]
- 1
- 2