Tools that I use regularly to improve my workflow UX Design is one of the most important fields of Web Design nowadays in our society. It has evolved very fast, and the changes have not been small. If you are a designer or plan to become a designer, you will need a set of tools to compete. With […]
Web development can’t survive without encryption. As web apps continue to gain access to large amounts of sensitive data that belongs to people, organizations, and even governments, the threat to data security is also at an all-time high. Since the early days of programming, programmers used cryptography and encryption techniques to protect such sensitive data […]
Who doesn’t want to simplify development today? The manual processes can be automated, and the apps can be made flexible to finish all the tasks with low-code yet reliable development. Low-code development helps create development solutions and software development tools by removing the element of often complex coding. The abstraction thus helps the IT team […]
There’s no doubt about it. Web development is a competitive field. It has almost unlimited growth opportunities, but you must find ways to stand out from others. There are two sides to just about every website. There is backend development which includes database management, interfaces, APIs, and more. And there is frontend development, which focuses […]
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 […]
Some of the best chrome extensions for web developers in 2021 As developers, we use our browsers every day for all sorts of things, from googling, finding solutions to our problems on stack overflow to wasting time on Reddit (yes, I’m one of those), but also to test run the applications we are developing. It’s […]
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 […]