How to configure PATH and CLASSPATH for Java in Mac OS First, you need to find where the bin directory that contains all java binary files is located. To do that simply cd /Library/Java/ Then do one “ls” to see what you have in this directory. Then continue cd to the inner directories to reach […]
Devamını Oku
A Smart City is a designation given to a city that incorporates information and communication technologies (ICT) to enhance the quality and performance of urban services such as energy, transportation, and utilities to reduce resource consumption, wastage, and overall costs. Smart cities are rising to meet the challenges of rapid urban development In the approach to the Smart Cities Mission, the objective is […]
Devamını Oku
Compile | Run JAVA Program In VS Code (Visual Studio Code) Language Support For JAVA :- https://marketplace.visualstudio.com/… JAVA Debug :- https://marketplace.visualstudio.com/…
Devamını Oku
You can’t fight Conway’s law (but you can undoubtedly waste energy trying) — Practical implications of Conway’s law Most software that performs non-trivial tasks is complex. We understand that and welcome that. However, we often feel that much of the software we design, create and deploy is more complicated than necessary or “unnecessarily complex. “ […]
Devamını Oku
REST API has no official standard because it is an architectural style. SOAP API, on the other hand, has an official standard because it is a protocol. REST APIs use multiple standards like HTTP, JSON, URL, and XML, while SOAP APIs are primarily based on HTTP and XML. REST allows more data formats, whereas SOAP only allows XML. Coupled with JSON (which typically works better with data […]
Devamını Oku
What is Web service? What is API? What is REST API? How REST works Implementation of REST API A web service is a software system that supports interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the web service related using SOAP messages, […]
Devamını Oku
What is Swagger? The goal of Swagger™ aims to define a standard, language-agnostic interface to REST APIs that allows humans and computers to discover and understand the service’s capabilities without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service […]
Devamını Oku
All is not entirely rosy in microservice-land. It’s often a sign of an architectural approach’s maturity that anti-patterns begin to be identified and classified alongside well-established principles and practices. Daniel Bryant introduces seven deadly sins from real projects, which, left unchecked, could easily ruin your following microservices project. Daniel offers an updated tour of some […]
Devamını Oku
12 Mayıs 2018 tarihinde Nişantaşı Üniversitesi’nde düzenlenen Developer Summit İstanbul’da Lemi Orhan Ergin’in sunduğu Kod İncelemede 10 Kusurlu Hareket oturumu.
Devamını Oku
YALAN DÜNYA Hep sen mi ağladın sen mi yandınBende gülmedim yalan dünyadaSen beni gönlünce kutlu mu sandınÖmrümü boş yere çalan dünyada Ah yalan dünyada yalan dünyadaYalandan yüzüme gülen dünyada Sen ağladın canım ben ise yandımDünyayı gönlümce olacak sandımBoş yere aldandım boş yere kandımİrengi gözümde solan dünyada Ah yalan dünyada yalan dünyadaYalandan yüzüme gülen dünyada Bilirim […]
Devamını Oku