Automate your software delivery process and improve your workflow Continuous integration (CI) and continuous deployment (CD) are two software development practices that can help you to improve your software delivery process. CI involves automating your code’s building, testing, and deploying, while CD automatically deploys your code to production. Overview of […]
Devamını Oku
Understanding the C Language Skeleton Most coding starts with a C language structure. This skeleton includes the basic bones upon which most programs are written. Use this simple skeleton to get started: #include int main() { return(0); }
Devamını Oku
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
SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality. It provides automated reviews with static code analysis to detect bugs and code smells in 29 programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security […]
Devamını Oku
Hayat bayram olsa ya da yarın hiç olmasaGözlerini açsan penceremden baksanGüneş yüzüne doğsa Hayat bayram olsa ya da yarın hiç olmasaGözlerini açsan penceremden baksanYüzüne yüzüm doğsa Olmuyor istediğimiz gibi olmuyorGenellikler içindeyiz öznellik görünmüyorOlmuyor istediğimiz gibi olmuyorGenellikler içindeyiz öznellik görünmüyor Sözün dilim olsa ya da neden hiç olmasaEllerimi açsam gözlerimden baksanYoluna […]
Devamını Oku