Close

Yazılım geliştirmek

Yazılım geliştirmek, yazılımcılık ile ilgili tüm içerik burada

What Is The SRID?

What Is The SRID?

SRID stands for Spatial Reference Identifier, a unique identifier assigned to a spatial reference system used in Geographic Information Systems (GIS). SRIDs define the coordinate system, projection, and geographic location of the data being used in a GIS system. SRIDs are used in maps like Google Maps and Yandex Maps […]

Devamını Oku

JavaScript Best Clean Code Practices and Coding Conventions

JavaScript Best Clean Code Practices and Coding Conventions

This video examines some of the best practices and coding conventions for JavaScript. We’ll go through several rules to help you write clean code. People will perceive your work differently if you write clean JavaScript code. Coding conventions secure quality, improve code readability and make code maintenance easier. They can […]

Devamını Oku

Evolving a Clean, Pragmatic Architecture – A Software Crafter’s Guide

Evolving a Clean, Pragmatic Architecture – A Software Crafter’s Guide

In the mood for a closing brainstorm? Let’s critically review the major decisions in a typical enterprise application architecture and learn to balance pragmatism with design goals. Find out how to do just-in-time design to keep as many use cases as simple as possible (KISS). We’ve all seen that without […]

Devamını Oku

Coding, Fast and Slow: Developers and the Psychology of Overconfidence

Coding, Fast and Slow: Developers and the Psychology of Overconfidence

What goes on inside a developer’s head when they make estimates, and why that’s so hard to fix The article focuses on why developers are bad at estimating and how this affects development. The author argues that one of the main reasons is that writing software involves figuring out something […]

Devamını Oku

The New Approach to Work Requires a New Approach to Trust

The New Approach to Work Requires a New Approach to Trust

Trust is a critical aspect of team dynamics, and it becomes even more complex and essential in a remote work environment. Without the ability to engage in casual conversations and share in social events, building trust can be difficult, especially with managers. Additionally, communication gaps can exacerbate the trust deficit […]

Devamını Oku

What Is Dapper?

What Is Dapper?

Dapper is an open-source micro-ORM (Object-Relational Mapper) for dotNET. It is designed to be lightweight and fast and is often used as an alternative to larger ORMs such as Entity Framework. An ORM tool simplifies interacting with a database from within an application. It does this by mapping objects in […]

Devamını Oku

Streamlining Your Acceptance Testing with FitNesse Framework

Streamlining Your Acceptance Testing with FitNesse Framework

FitNesse is a web-based acceptance testing framework for software. It allows users to define and execute acceptance tests for web applications using a simple, wiki-based syntax. FitNesse is implemented in Java and can test applications written in any language. One advantage of FitNesse is that it is easy to use […]

Devamını Oku