UNDERCODE COMMUNITY
2.67K subscribers
1.23K photos
31 videos
2.65K files
79.7K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
Since there are no update rules during package update, we do not need a separate file to add custom directives, unlike mod_security.

The mod_evasive.conf file has the following directives enabled by default (note that there are many comments in this file, so we removed them to highlight the configuration directives):

<IfModule mod_evasive24.c>
DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
</IfModule>

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Ali Baba got a fine of 1.5 million! Why did the antitrust rule go online after 12 years?
#international
Forwarded from UNDERCODE NEWS
Intel's AI chip designer falls victim to a cyber attack.
#Vulnerabilities
Forwarded from UNDERCODE NEWS
Apple plans to increase production of 96 million iPhones in the first half of 2021.
#international
All inactive accounts since 1 month/week are kicked
Forwarded from UNDERCODE NEWS
It is illegal to make virtual currency deposits! Keep out of these valueless scams!
#CyberAttacks
Forwarded from UNDERCODE NEWS
GSMA announces that in 2021 the MWC will return to Shanghai, to be conducted from 23 to 25 February
#international
Forwarded from UNDERCODE NEWS
Don't be selfish at a cheap price! Again the mutual power bank has a problem: it will hack to the user's cell phone.
#Vulnerabilities
Forwarded from UNDERCODE NEWS
Microsoft can bring to Windows 10 an essential and expected function that should already be present.
#Updates
Forwarded from UNDERCODE NEWS
A group of anonymous hackers arrested after stealing more than 20 million from bank cards of Russians.
#CyberAttacks
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘πŸŒ Best JavaScript frameworks / libraries for front-end development


1) React
React is not really a framework, but rather a JavaScript library for building user interfaces.

It is open source and maintained by Facebook and the individual developer community.

Some of its features include the following:

Provides reactive, customizable and reusable components
Uses virtual DOM
Very fast
Component based
One-way data binding
Reusable code
Behind it is a vibrant and thriving ecosystem.
Convenient state management
Installation and use

πŸ¦‘React can be used in two different ways:

Through CDN
Using Node.JS
Through CDN
You can refer to their official website for a script link that you can include in the title tag in your HTML markup.

Choose links based on your purpose.

For example, when used in a development environment:

<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
And for production:

<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>


2) Using Node.JS
I am assuming you have NodeJS installed already.
To install React, just enter the following command.
sudo npm i -g create-react-app --save-dev

After the installation is complete, enter the following command
create-react-app my-first-react-application

The above command will install all the prerequisite libraries required for React to work properly, including the development server, webpack, and babel.

Go to your application folder my-first-response-application and run the following command

npm start

The above command will start the development server on port 3000.
And, when you access the IP address of your server on port 3000, you should have a welcome page

3) Vue.js


Vue.js is a progressive JavaScript framework for building interactive user interfaces and single page applications.

This is a presentation-oriented framework with a core library.

Vue is popular because it supports single page apps.

Unlike React, Vue uses raw HTML, not JSX.

Vue.js is open source and was originally created by Evan Yu and released publicly in February 2014.

Below are some of the features.

It provides reactive and composite view components.
Uses virtual DOM
Focuses on the core library (e.g. routing and state management)
CSS Scope Handled Without CSS-In-J
One-way binding inside components.
Support for major add-ons
Reusable code

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
ABEMA develops new paid service, rental service with pay-as-you-go.
#Updates