Close

Clojure, Lisp

Lisp is a historical programming language created in 1958 by John McCarthy. It is a descendant of the programming language Scheme. Lisp is a symbol-manipulating language that uses symbols to represent data and code.

Clojure is a modern programming language created in 2007 by Rich Hickey. It is a dialect of the programming language Lisp. Clojure is a compiled language, which is converted into machine code before it is executed.

What Is Functional Programming?

What Is Functional Programming?

Functional programming is a programming paradigm emphasizing writing programs as a series of independent, stateless functions operating on data structures. In available programming, data is treated as immutable, and parts are pure, meaning they always produce the same result for a given set of inputs and don’t cause side effects. […]

Devamını Oku

Lisp and Its Legacy: A Deep Dive into the World’s Oldest High-Level Language

Lisp and Its Legacy: A Deep Dive into the World's Oldest High-Level Language

The Genesis of Lisp Lisp, an acronym for “List Processing”, emerged in the late 1950s, making it one of the oldest high-level programming languages. Conceived by John McCarthy at MIT, Lisp was initially designed for artificial intelligence research. Its unique structure, based on symbolic expression processing, set it apart from […]

Devamını Oku

AWS EKS: The Easy Way to Run Kubernetes

AWS EKS: The Easy Way to Run Kubernetes

Subtitle: A managed Kubernetes service that makes it easy to run Kubernetes on AWS. Introduction Kubernetes is a powerful container orchestration platform that can help you deploy and manage your containerized applications. However, managing Kubernetes can be complex and time-consuming. AWS EKS is a managed Kubernetes service that makes it […]

Devamını Oku

The Formula for Great Storytelling: How to Inspire Your Audience

The Formula for Great Storytelling: How to Inspire Your Audience

Great leaders know how to tell stories that connect with their audience and inspire them to take action. Here’s how you can do the same. Storytelling is a powerful tool that can be used to connect with people, build relationships, and inspire action. Some of the most successful leaders in […]

Devamını Oku

Revving Up Your App Testing: A Beginner’s Guide to AWS Device Farm for Comprehensive and Automated Mobile Testing

Revving Up Your App Testing: A Beginner's Guide to AWS Device Farm for Comprehensive and Automated Mobile Testing

AWS Device Farm is a fully managed service that Amazon Web Services (AWS) provides. It lets you test your mobile apps on real devices to ensure they work correctly across various device types, operating systems, and network conditions. With AWS Device Farm, you can upload your app and test it […]

Devamını Oku

GitHub Atom Editor

GitHub Atom Editor

GitHub Atom is a text editor that GitHub develops. It is an open-source editor built on the Electron framework, allowing it to run on multiple platforms, including Linux, macOS, and Windows. Atom is known for its extensibility, with many plugins enabling users to customize and extend the editor’s functionality. It […]

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

Freelance Yazılımcının Sırt Çantasında Neler Olur?

Yazılımcının çantası

Yeni arkadaşlara faydası olması için kendi araç kutumu açıklıyorum 🙂 PENCIL Flowchart, akış diagramlarını hazırlamak için çok pratik bir araçtır.   Pencil kurumsal site TRELLO Tek başımıza dahi olsak, çevik yöntemleri uygulamaya devam edelim.  Yalnız çalışmak, takım üyesi olmaktan daha fazla disiplini gerektiriyor. Kendi işlerinizi kendiniz izleyeceksiniz.   TRELLO görsel […]

Devamını Oku

class BuildConfig is public, should be declared in a file named BuildConfig.java

class BuildConfig is public, should be declared in a file named BuildConfig.java

I am using Android Studio for flutter development on MacBook-pro. Everything was normal. Now I am getting this “class BuildConfig is public, should be declared in a file named BuildConfig.java” error whenever I want to run my application on Android simulator. Solution is “ “

Devamını Oku

Could not install Gradle distribution from

Could not install Gradle distribution from

Android Studio’ da normal çalışırken bir gün “Could not install Gradle distribution from …” hatası aldım.

Devamını Oku