My Personal Recommendations for Software Developers
1- Be good person2- When You join a new developer team,Some people can give you missing data, info, file(.env ..) etc..at your first installations. Don’t care.3- Before You write code, make some research.But don’t consume so much time. Because You
Most Used Shortcuts at Eclipse
You will find most used and usefull Eclipse IDE Shortcuts below. Ctrl + Shift + X : Convert to Upper Case Ctrl + Shift + Y : Convert to Lower Case “sysout”, then Ctrl + Space : System.out.println() “main”, then
Quick Overview of AWS, AZURE and Google Cloud Services
In this post, I will show most popular cloud platfoms and their popular services on table. AWS, AZURE and Google Cloud have an overwhelming market share. Good Luck…
Writing Unit Test at PHP Laravel
It is important for us to write unit test if we want the codes we developed in a software project to deploy production with the least bugs. Especially if we are going to work in corporate and enterprise companies, we
Developing Currency Converter Chrome Extension
In this post, I will explain the extension that I developed for the Chrome Internet Browser to convert the exchange rate to Turkish Lira. The extension that converts the dollar value selected on the visited website to TL with the
Currying at Javascript
Currying is an important technique in functional programming. It is asked as an interview question in many interviews. Currying technique is the process of transforming a function so that it is called with a single parameter like f(a)(b)(c) each time,
Dynamic Autocomplete Search With typeahead.js
When we design search input field, It is important to show hints or a list of possible choices based on the text that user enter to improve user experices. In this post, I will show you how to implement this
Save Screenshot of the Entire Web Page in Chrome Browser Without Extension
I will explain how to take a screenshot in the chrome web browser, including the parts of the web pages that overflow from the screen. After clicking the right mouse button on the web page where you will take screenshot,
How To Add Google Translate Pop-Up Feature in Chrome Browser
We come across texts and words in different languages in our research with the internet browser. Especially when reading English texts from wikipedia or blog sites, we come across words that we do not know that we have to look
How to Integrate ckeditor5 in Web Aplications with Custom Plugins
Ckeditor is the most used text editor in web applications. In this post, I will explain how to use CKeditor5 in web applications we develop (laravel, codeigniter … in PHP, Django, Flask … in Python). Customizing the toolbar and integrating