Close

GoLang, Go Programming Language

Golang, also known as Go, is an open-source, compiled programming language created by Google in 2009. It is a statically typed, compiled language, meaning the code is converted into machine code before it is executed. This makes Golang faster than interpreted languages, such as JavaScript.

Eliminating Vulnerabilities: The Rise of Memory-Safe Programming Languages

Eliminating Vulnerabilities: The Rise of Memory-Safe Programming Languages

Memory-safe languages incorporate features and mechanisms to prevent common memory-related errors, such as buffer overflows, dangling pointers, and memory leaks. These languages provide built-in safeguards and automated memory management to minimize the risk of memory-related vulnerabilities. Some of the prominent memory-safe languages include: Rust Rust is a systems programming language […]

Devamını Oku

Functional programming is finally going mainstream.

Functional programming is finally going mainstream.

Functional programming is finally gaining more traction and becoming a mainstream approach in software development. It is a programming paradigm that emphasizes writing programs using “pure functions”, which are stateless functions that always return the same value when given the same input and produce no side effects. In functional programming, […]

Devamını Oku

Memory-safe programming languages are on the rise. Here’s how developers should respond

Memory-safe programming languages are on the rise. Here's how developers should respond

The report puts forward ways that memory-safe coding should be encouraged. But there’s still a lot of other code out there. Memory Safe Programming Languages A memory-safe programming language is a language that is designed to prevent common programming errors that can lead to memory-related vulnerabilities such as buffer overflows, […]

Devamını Oku

Most popular languages on GitHub, 2019

github

Most popular languages on GitHub as of October 25, 2019, counting only repos with at least 10000 stars. # language repos count 1 JavaScript 397 2 Python 115 3 Java 103 4 Go 78 5 C++ 53 6 TypeScript 46 7 HTML 36 8 C 33 9 Shell 32 10 […]

Devamını Oku

The Thompson and Ritchie Story

Ken Thompson, Dennis Ritchie

Bell Labs colleagues Ken Thompson and Dennis Ritchie developed UNIX, a multi-tasking, multi-user operating system alternative to the batch processing systems that dominated the computer industry. Learn more about Thompson: https://www.invent.org/inductees/ken-… and Ritchie: https://www.invent.org/inductees/denn… Dennis Ricthie’s Life Dennis MacAlistair Ritchie was born on September 9, 1941, in Bronxville, New York. […]

Devamını Oku

Building Stronger Teams with Pair Programming

Yazılımda Ustalaşmak

Two people working together on a single computer create all code to be sent into production. Pair programming increases software quality without impacting the time to deliver. It is counter-intuitive, but two people working at a single computer will add as much functionality as two workings separately, except it will […]

Devamını Oku

Üç Beş Dakika Ne Farkeder?

sefarad

Ne Farkeder?Bir kadeh daha içsek ne olurYak bir sigara ne farkederNe söylesem de gideceksin zatenÜç bes dakika ne farkederNe söylesem de gideceksin zatenÜç bes dakika ne farkederHaydi yine yalan soyleBu saatten sonra ne farkederİstemem artık hiç bir şeyÖldüm ben nasıl ne farkederİstemem artık hiç bir şeyÖldüm ben nasıl ne farkederAzıcık […]

Devamını Oku