compilation - What does a just-in-time (JIT) compiler do? - Stack Overflow

First Answer JIT compiler only compiles the byte-code to equivalent native code at first execution. Upon every successive execution, the JVM merely uses the already compiled native code to optimize performance. Without JIT compiler, the JVM interpreter translates the byte-code line-by-line to make it appear as if a native application is being executed. Source Another Good answer JIT-Just in time the word itself says when it’s needed (on demand)...

2 min · Jaaved Khan

Definition of Done (DOD)

Definition ref: link Scrum defines the Definition of Done in pretty simple terms: it’s the acceptance criteria that are common to every single user story. The definition of “done” depends on the task. In Agile Software Development, we use the User Story Definition Of Done(DOD) for User Stories to ensure the quality of work and to assess whether the team completes a User Story or not. If respected, the Definition of Done (DOD) in Scrum is keeping the development team away from the ....

2 min · Jaaved Khan

Debugging under-maintenance or Service page(error) for ICTC applications?

Domain Name System(DNS) points to LoadBalancer IP or Server When you request for a DNS at , team create Context How Domain Name System(DNS) points to the servers to server web-request? DNS Unit at ICTC creates a new DNS by pointing to the Load balancer(F5) IP or Virtual IP (VIP) or Load balancer server created by security team. Security team also points this Loadbalancer server to the IP(DNS) of the application host machine....

2 min · Jaaved Khan

Custom Resource Definitions

Tags Summary Extend the Kubernetes API with CustomResourceDefinitions. When you create a new CustomResourceDefinition (CRD), the API Server creates a new RESTful resource path for each version you specify. The CRD can be either namespaced or cluster-scoped, as specified in the CRD’s scope field. As with existing built-in objects, deleting a namespace deletes all custom objects in that namespace. CustomResourceDefinitions themselves are non-namespaced and are available to all namespaces. For example, if you save the following CustomResourceDefinition to resourcedefinition....

2 min · Jaaved Khan

Deanship of Scientific Research

0 min · Jaaved Khan

CUDA

Summary https://en.wikipedia.org/wiki/CUDA CUDA (an acronym for Compute Unified Device Architecture) is a parallel computing platform and application programming interface (API) model created by Nvidia. [1] It allows software developers and software engineers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing – an approach termed GPGPU (general-purpose computing on graphics processing units). The CUDA platform is a software layer that gives direct access to the GPU’s virtual instruction set and parallel computational elements, for the execution of compute kernels....

1 min · Jaaved Khan

CSRF Forgeries

Related The Problem: position ease box interval due front 2.5 0 0 2021-09-12T08:03:13Z Man in the middle attack, hacker tricks client to believe that his/her machine is the actual server or sends email with link to initial a transaction on original site. CSRF client tricks server to believe that it is the intended client. Assuming that the user is currently accessing “http://bank....

1 min · Jaaved Khan

Course Specifications

Summary Application As Chairman user Code

1 min · Jaaved Khan

Cookies

Summary position ease box interval due front 2.5 0 0 2021-09-09T14:15:14Z HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies). are small blocks of data created by a web server while a user is browsing a website and placed on the user’s computer or other device by the user’s web browser. Cookies are placed on the device used to access a website, and more than one cookie may be placed on a user’s device during a session....

5 min · Jaaved Khan

company-mode

Modes company-dabbrev is related to dabbrev: Dynamic abbreviations. Summary dabbrev-expand is essentially a form of completion where you first type a couple of letters of a word and press M-/ . When enabled in org mode it shows suggestions to complete a word. Details ref: https://jblevins.org/log/dabbrev-expand Emacs tries to complete the word by first looking at all the words in the current buffer, then in all other open buffers. Pressing M-/ multiple times will cycle through all possible completions....

1 min · Jaaved Khan