Accessing MySQL using a web interface through docker
Part III: Classes, Objects, Attributes & Methods
As a product developer, I am always on a lookout for new tools and tricks, to improve…
Need to have only one object for an application, that we can achieve to make the entity a singleton entity. Creating a singleton class is implementing a singleton design pattern that is a simple and easy thing. Up to now I created a single object per JVM.
Merhabalar,
Nosql database ler günümüzde hayli kullanılmakta.Performans açısından büyük olanaklar sağlıyor.Gördüğüm kadarıyla özellikle eticaret uygulamalarında ve mobil uygulamalarda yaygın olarak kullanılıyor.
You worked your butt off and gained all kinds of coding skills. Now it’s time to take them out into the real world and find out what you’re made of. It’s exciting and scary at the same time (‘cause…
In this tutorial, We are using the Scripts Tab the postman — Pre Request & Test script — Which run before and after the response and request.
In last week’s article, we used benchmarks to determine how well our code performs on certain inputs. First we used the Criterion library to get some measurements for our code. Then we were able to look at those measurements in some spiffy output. We also profiled…
I’ve always wondered if I could turn a Chromebook into a full-time development machine, so I recently started…
I should tell you beforehand that I am not identified by terms like expert blogger, keen writer or any of the like. This is…
I thought I might title this one “Work and the Older Developer”. Basically, this is to tell the world that I am looking for work/paid projects, and to discuss what I am good at, and the constraints on where and how I can work, in order for me to find somewhere I can make a…
Regardless of whether or not you choose to accept it, the most important part of the development cycle is communication. When communication breakdowns happen during a project, products are late…
A story of integrating APIs and using Docker as a development environment
In this tutorial, We are going to write NodeJS app with help of the Weather API from openweathermap.org which provides us daily temperature with the every rate fresh data.
Although Clever Beagle was preceded by the mentorship service at our sibling site — The Meteor Chef — in its new incarnation, it may not be entirely clear why or how Clever Beagle is a good fit for your product. In the past, our mentorship was more generalized; our…
Every company is a technology company. A technology company without great software and technical team is insignificant. In this post, I will unfold my understanding of what makes a tech team competent in 4 levels with 6 main criteria and 25 sub-criteria.
In this tutorial, Number of times You want to write Unit Test Cases, You have to understand the Assert module in NodeJS.
This module has 11 methods that can be used to write test cases for the code that you…
Why React?Nowadays developers know that Javascript world is in constant change. Every day a new library, framework or…
Loving it.
It really is pretty simple to start using featureflow in an application. If you’re deciding how hard it is and whether you can make that switch, read on.
Wait… Shouldn’t events be applied to the in-memory state as they occur? Why is GenServer instead in charge of fetching the latest from the storage? Or, in simpler terms, shouldn’t event application be push rather than pull based?