BooleanDev Profile Banner
Boolean_Dev Profile
Boolean_Dev

@BooleanDev

Followers
3
Following
52
Media
13
Statuses
67

Joined June 2021
Don't wanna be here? Send us removal request.
@BooleanDev
Boolean_Dev
4 years
How to be a good employee?.
0
0
1
@BooleanDev
Boolean_Dev
4 years
#javascript #es6 #variable.Variable declaration in javaScript:
Tweet media one
0
0
2
@BooleanDev
Boolean_Dev
4 years
Tweet media one
0
3
1
@BooleanDev
Boolean_Dev
4 years
Tweet media one
0
1
1
@BooleanDev
Boolean_Dev
4 years
#DogeFather #SpaceX .Happy Birthday @elonmusk ๐Ÿฅณ๐Ÿฅณ.
0
2
1
@BooleanDev
Boolean_Dev
4 years
#webdev #HTML5 . โžก๏ธThe data-* attribute is used to store custom data private to the page or application.
Tweet media one
0
1
2
@BooleanDev
Boolean_Dev
4 years
๐™‡๐™ค๐™˜๐™–๐™ก ๐™ซ๐™–๐™ง๐™ž๐™–๐™—๐™ก๐™š๐™จ:
Tweet media one
0
0
0
@BooleanDev
Boolean_Dev
4 years
๐†๐ฅ๐จ๐›๐š๐ฅ ๐•๐š๐ซ๐ข๐š๐›๐ฅ๐ž๐ฌ:.To create a variable with global scope, declare it inside the :๐ซ๐จ๐จ๐ญ selector.
Tweet media one
1
0
0
@BooleanDev
Boolean_Dev
4 years
๐Ÿ’ The var() function is used to insert the value of a CSS . variable. ๐˜€๐˜†๐—ป๐˜๐—ฎ๐˜…: ๐˜ƒ๐—ฎ๐—ฟ(--๐—ป๐—ฎ๐—บ๐—ฒ, ๐˜ƒ๐—ฎ๐—น๐˜‚๐—ฒ).โžก๏ธHow var() Works? . ๐’๐œ๐จ๐ฉ๐ž: CSS variables can have a global or local scope.
1
0
0
@BooleanDev
Boolean_Dev
4 years
#CSS #CssVariables #webdesign #webdev #webdevelopers.๐‡๐จ๐ฐ ๐‚๐’๐’ ๐ฏ๐š๐ซ๐ข๐š๐›๐ฅ๐ž๐ฌ ๐ฐ๐จ๐ซ๐ค๐ฌ?.๐Ÿงต๐Ÿ‘‡
1
2
1
@BooleanDev
Boolean_Dev
4 years
#API #webdevelopment #Backend .The 5 basic design guidelines that make a RESTful API are:.1. Resources (URIs).2. HTTP methods.3. HTTP headers.4. Query parameters.5. Status Codes.
1
0
1
@BooleanDev
Boolean_Dev
4 years
#REST .๐‘๐„๐’๐“ determines how the API looks like. It stands for โ€œRepresentational State Transferโ€. It is a set of rules that developers follow when they create their API. One of these rules states that you should be able to get a piece of data (resource) when you link to a URL.
0
0
0
@BooleanDev
Boolean_Dev
4 years
#API #webdevelopment .What is REST API?. An ๐—”๐—ฃ๐—œ is an application programming interface. It is a set of rules that allow programs to talk to each other. The developer creates the API on the server and allows the client to talk to it.
1
0
1
@BooleanDev
Boolean_Dev
4 years
#RESTAPI #API .Q. Is it possible to send form data using a GET request?. ANS. YES, itโ€™s possible though not recommended. Usually, form data contains fields that are sensitive like passwords and using GET requests for submitting these means your password will be out with req URL.
0
0
2
@BooleanDev
Boolean_Dev
4 years
#HTTP/3.The key difference between HTTP/3 and previous versions of the protocol is that HTTP/3 runs over QUIC instead of TCP. QUIC is a faster and more secure transport layer protocol that is designed for the needs of the modern Internet.
0
0
1
@BooleanDev
Boolean_Dev
4 years
HTTP/1.1 loads resources one after the other, so if one resource cannot be loaded, it blocks all the other resources behind it. In contrast, HTTP/2 is able to use a single TCP connection to send multiple streams of data at once so that no one resource blocks any other resource.
0
0
1
@BooleanDev
Boolean_Dev
4 years
HTTP/2 offers a feature called weighted prioritization. This allows developers to decide which page resources will load first, every time. #HTTP/2 > #HTTP/1.1.
0
0
2
@BooleanDev
Boolean_Dev
4 years
10. The server at that IP returns the webpage to be rendered in the browser. Thanks for reading!! :-).
0
0
1
@BooleanDev
Boolean_Dev
4 years
9. The browser makes a ๐—›๐—ง๐—ง๐—ฃ(๐—›๐˜†๐—ฝ๐—ฒ๐—ฟ ๐—ง๐—ฒ๐˜…๐˜ ๐—ง๐—ฟ๐—ฎ๐—ป๐˜€๐—ณ๐—ฒ๐—ฟ ๐—ฃ๐—ฟ๐—ผ๐˜๐—ผ๐—ฐ๐—ผ๐—น) request to the IP address.
1
0
1
@BooleanDev
Boolean_Dev
4 years
Once the 8 steps of the DNS lookup have returned the IP address for the browser is able to make the request for the web page:.
1
0
1