๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

ViewModelProviders is deprecated in 110

๐Ÿ“‚ Categories: Programming

Looking at the Google docs for ViewModel they show the below sample code on how to get a ViewModel val model ViewModelProvidersofthisgetMyViewModelclassjava

Thumbnail for Posts

VueJS conditionally add an attribute for an element

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Vue.Js Vuejs2

In VueJS we can add or remove a DOM element using vif ltbutton vifisRequiredgtImportant Buttonltbuttongt but is there a way to add remove attributes of a dom

Thumbnail for Posts

vuejs update parent data from child component

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Vue.Js Vuejs2 Vue-Component

Im starting to play with vuejs 20 I built a simple page with one component in it The page has one Vue instance with data On that page I registered and added

Thumbnail for Posts

What are the differences between applicationjson and applicationx-www-form-urlencoded

๐Ÿ“‚ Categories: Programming

What is the difference between requestContentType applicationjson charsetutf8 and webRequestContentType

Thumbnail for Posts

What are the specific differences between msi and setupexe file

๐Ÿ“‚ Categories: Programming

I searched a lot but all are guessed answers Help me to find the exact

Thumbnail for Posts

What does low in coupling and high in cohesion mean

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Oop Ooad

I have problems understanding the statement low in coupling and high in cohesion I have googled and read a lot about this but still finding it hard to

Thumbnail for Posts

What does upstream mean in nginx

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Nginx Configuration

upstream appfrontstatic server 19216820610580 Never seen it before anyone knows what it

Thumbnail for Posts

What is function in JavaScript

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Function Ecmascript-6

In this page I found a new JavaScript function type NOTE function is not supported yet in Firefox Remove the asterisk in order for this code to work in Firefox

Thumbnail for Posts

Whats the difference between JWTs and a Bearer Token

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Oauth Jwt Token Bearer-Token

Im learning something about Authorization like Basic Digest OAuth20 JWTs and Bearer Token JWTs are used as an AccessToken in the OAuth20 standard JWTs appears