Remove 2005 Remove Coding Remove Programming
article thumbnail

The Roots of Today's Modern Backend Engineering Practices

The Pragmatic Engineer

Backend code I wrote and pushed to prod took down Amazon.com for several hours. and hand-rolled C -code. We used a system called CVS ( Concurrent Versions System ) for version control, as Git did not exist until 2005 when Linus Torvalds created it. I then half-manually pushed code from staging to production.

article thumbnail

Making GHC faster at emitting code

Tweag

Some of that slowness is difficult to avoid—no matter how you slice it, typechecking and optimizing Haskell code takes a lot of work—but nobody would argue that there is not ample room for improvement. Remarkably, these gains come purely from targeted improvements to the mechanism by which GHC emits compiled code. As of version 9.6,

Coding 72
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

A List of Programming Languages for 2024

Knowledge Hut

With the invention of Computers, programming language became a necessity in this world. Today's programming languages are similar to the language we speak and are much more powerful and faster. For training on Programming and getting started, visit the Software Programming course. What is a Programming Language?

article thumbnail

Top 18 Famous Ethical Hackers: The World Has Ever Known

Knowledge Hut

On-site vulnerability assessment, reverse engineering, cyber fraud investigation, and security awareness programs are some of Abene's major services. He was formerly the chief code inspector at Identity Guard. On the other hand, Torvalds retains final authority over what new code is integrated into the Linux kernel.

article thumbnail

Streaming Market Data with Flink SQL Part II: Intraday Value-at-Risk

Cloudera

Code and data for this series are available on github. You can view the code here. Fortunately, with a modern streaming platform like Flink, and an easy to use stream programming language like Flink SQL, we can quickly build robust pipelines to calculate intraday risk measures as market data arrives in real-time. Citations. [1]

SQL 99
article thumbnail

Cyber Security Laws and Regulations of 2024

Knowledge Hut

Indian Penal Code (IPC) (1980) : This cybercrime prevention act has primary relevance to cyber frauds concerning identity theft and other sensitive information theft. Securely Protect Yourself Against Cyber Trespass Act (SPY ACT): The SPY ACT was passed by the US House of Representatives in 2005 but died in the US Senate.

article thumbnail

Hadoop 2.0 (YARN) Framework - The Gateway to Easier Programming for Hadoop Users

ProjectPro

YARN) -Swiss Army Knife of Big Data With the introduction of Hadoop in 2005 to support cluster distributed processing of large scale data workloads through the MapReduce processing engine, Hadoop has undergone a great refurbishment over time. Table of Contents Evolution of Hadoop 2.0 Need to Switch from Hadoop 1.0 to Hadoop 2.0 and Hadoop 2.0

Hadoop 40