Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  Jscrambler technology Blog  > 

Jscrambler Blog


blog.jscrambler.com
Jscrambler is a Web startup that works on highly innovative security products to protect Web and Mobile Applications. Its flagship product, Jscrambler, is a JavaScript protection solution that has so far been used by more than 28.000 companies and individuals, across 145 countries. It is trusted by Fortune 500 companies and organizations in a number of sectors, including Finance, Advertising, Media and Gaming. It makes applications self-defensive and resilient against tampering, malware injection, IP and code theft, among other attacks. Jscrambler's blog covers topics related with JavaScript, Web Development and Security.
End-to-End Testing With Vue And Cypress
2023-05-03 08:21
Testing our entire application to identify bugs, website performance, and poor UI/UX functionalities is essential. End-to-End testing can assist in solving all of these issues as it involves… Read More
Understanding Data Fetching In Next.js
2023-04-11 14:37
Server-side rendering (SSR) is the technique of generating the page on the server side and then once it's ready, sending it over to the client side to hydrate. SSR is also good from a searc… Read More
Creating A Kanban Board With Vue Draggable
2023-04-04 08:33
A kanban board is a management tool that tracks and manages the team's activity in an organization or personal projects. It has a sequence of columns with different tracking categories or ac… Read More
Understanding Routing In Next.js
2023-02-28 17:42
In this tutorial, you'll learn the basics of how to route pages in your Next.js application. Throughout the course of this tutorial, I'll try to explain the different types of routing availa… Read More
Unit Testing In Angular
2023-01-31 11:30
Unit testing is an important phase of software development. It helps in adding new enhancements without breaking the existing application features. There are a number of tools and frameworks… Read More
Vuex Vs Global Store(Vue.Observable)
2023-01-11 10:04
As a Vue developer, you've probably heard of the terms Vuex and Vue.observable; both are used to control the state of your application, but one is rather lengthy and tough for a newbie to g… Read More
Unraveling HTTP Parameter Pollution
2022-10-28 08:21
In this blog post, let's learn about the lesser known vulnerability known as HTTP Parameter Pollution or HPP, which affects multiple modern applications. We will go over what's the reasons… Read More
Creating A Functional Component In Vue.JS
2022-09-30 13:24
One of VueJS's features is functional components, which is another option for how we can write our components. It allows us to design stateless components quickly. If you are a developer wh… Read More
Understanding Context API In React.js
2022-09-09 08:36
Data is one of the essences of any application. For a web app to be functional it requires the data to flow from one part of the application to another. From a React or Angular application'… Read More
Addressing OWASP MASVS-R With Jscrambler
2022-07-28 10:25
In this post, we will address the role of OWASP’s MASVS-R, the Mobile Application Security Verification Standard, the application standard for mobile applications security, and how we… Read More
Cross-site Scripting (XSS)
2022-07-01 08:20
Cross-site scripting is a vulnerability that happens when there’s an injection of malicious code to run on a regular webpage. This piece of code can go on to cause unauthorized actions… Read More
Deep Dive Into MITRE ATT&CK Framework
2022-06-15 17:18
Introduction We introduced MITRE ATT&CK in our previous blog post where we explored threat intelligence. In this post, we’ll take a look at every aspect of MITRE ATT&CK in deta… Read More
10 Classic Games Recreated In JavaScript
2022-05-25 15:26
Are you a gamer? Are you a child of the 80s and 90s? If the answer to these two questions is yes, this might be the best post you see today. Those classic games you played in the arcade wit… Read More
Bots And Credential Stuffing Attacks
2022-05-20 06:48
In this blog post, we explore how there is a rise in bots attacking organizations using credential stuffing attacks and why there is a need to understand them for better and more secure mit… Read More
Application Security In Banking
2022-05-10 15:08
In recent years, we have seen the technologies used for creating web products develop rapidly, and JavaScript became the predominant language of the Web. In fact, JavaScript is part of 97%… Read More
Steganography In Magecart Attack
2022-05-05 16:04
About a month ago, we came across a report about the discovery of another magecart infection. Even though this infection was first detected in a known consumer electronics retailer, the sam… Read More
Working With Angular Local Storage
2022-04-08 14:04
Storage means a space for putting things for future use. From a web application perspective, storage can be broadly classified into two types: server-side storage and client-side storage. S… Read More
Development Predictions For 2022
2022-01-14 17:38
Over the last couple of years, we have witnessed the acceleration of the shift towards digitalization due to the COVID-19 pandemic. And with each new year, come new trends in the software d… Read More
How To Protect Your Code While Using Gulp
2021-11-11 15:45
As the web development ecosystem grew, with frameworks and libraries becoming the status quo, build tools quickly became an essential part of the dev toolchain. Gulp has been one of the mos… Read More
Implementing Angular Lazy Loading
2021-10-28 15:15
When your Angular application loads, all the application modules are loaded whether they’re required or not. Now, it may not sound like much of an issue if the application is a small… Read More
2021-08-26 14:45
Firebase is a service provided by Google where the back end is provided as a service for use in applications. Its database (Firebase Realtime Database) is a NoSQL database where data is sto… Read More
Jscrambler 101 — SIEM Integration
2021-07-21 08:55
Welcome back to Jscrambler 101! A collection of tutorials on how to use Jscrambler to protect your JavaScript. This tutorial covers Jscrambler version 7.2. Introduction Last time, on Jscram… Read More
Working With Angular FormArray
2021-07-07 10:41
Forms are an integral part of the web application development scheme, and there are many different ways we can use a form. For instance, you can have multiple forms on a page or you can hav… Read More
How To Prevent Data Leakage On Your Website
2021-06-14 15:34
If you are already familiar with the concept of data leakage, you are likely also familiar with its consequences. But what about the mechanics behind it? And even more importantly, how do y… Read More
Validations In Angular Reactive Forms
2021-06-02 09:02
Before submitting data to the server, it's really important to validate if it's in the expected format. In this Angular tutorial, you'll learn how to add validations in Angular Reactive for… Read More
2021-05-05 16:04
Reinventing the wheel is a waste of time and effort. Let's take the example of building a car. If you try to create an engine from scratch each time you build a car, it will take quite some… Read More
Top 5 Biggest Data Breaches And Data Leaks
2021-03-10 16:25
Over the years, we have seen more and more data breaches and leaks. In fact, the number of exposed records in Q1 2020 was 273% higher than the same period in 2019. What used to be something… Read More
12 Useful JavaScript Newsletters
2020-12-11 18:06
As any software developer will know, it's vital you keep learning to improve your game and stay on top of things. This is especially important in the JavaScript ecosystem, where things keep… Read More
Jscrambler 101 — Memory Protection
2020-11-11 11:31
Welcome back to Jscrambler 101! A collection of tutorials on how to use Jscrambler to protect your JavaScript. This tutorial covers Jscrambler version 7.1. Introduction Last time, on Jscram… Read More
12 Frameworks For Hybrid Mobile Apps
2020-10-21 17:31
Working with hybrid mobile app frameworks makes life easier for developers as they are able to write code once and build mobile applications that run on the main platforms with no extra eff… Read More
How To Protect Node.js Apps With Jscrambler
2020-09-16 14:10
Node.js is an extremely popular and open-source JavaScript runtime environment to create server-side applications. This tutorial will explain how to integrate Jscrambler seamlessly into the… Read More
Cryptography Introduction: Block Ciphers
2020-09-08 15:09
Before we dive deep into what symmetric ciphers are and how important they are in our daily lives, there are two theoretical concepts that need to be reviewed to better understand them: (Ps… Read More

Subscribe to Jscrambler

Get updates delivered right to your inbox!

Thank you for your subscription

×