How to Prepare for the Law of Protection of Personal Data?/ Ekonomist

What should institutions pay attention to while preparing for Law of Protection of Personal Data transformation?

To this date, an administrative fine of approximately 9 million TL has been imposed within the scope of the Law of Protection of Personal Data. Companies need to transform in all areas within the scope of Law of Protection of Personal Data. Otherwise, the risk of penalty is high.

The fact that a large part of business and daily life has now been transferred to digital environments, the increase in data collection and processing capacity has brought along the need to protect personal data.

Law of Protection of Personal Data that entered into force in 2016 in Turkey but it was not fully implemented by companies.

The Law of Protection of Personal Data, which includes critical changes for companies, has brought many concepts and obligations such as data controller, data processor, and personal data not being processed with explicit consent. Companies are also required to register with the Data Controllers Registry Information System (VER-BİS).

THERE IS A PENAL SANCTION

An administrative penalty from 15 thousand TL to 1 million TL can be imposed on those who do not fulfill their obligations regarding data security. In 2020, the upper amount will increase to 1.5 million TL.

WHAT SHOULD INSTITUTIONS CONSIDER WHEN PREPARING?

PEAKUP, which provides consultancy services to institutions, has prepared a list of nine items to work in accordance with the Law of Protection of Personal Data.

1- It should be shared with the candidate in detail for how long the resume containing the personal information of the candidate applying for a job will be kept in the company database and who it will be shared with, and when they will be destroyed or anonymized.

2- The storage conditions of resumes should be protected against any office accident or cyber-attack.

3- In resumes with reference information, the candidate should be reminded that he/she must also get the consent of the person of reference.

4- The protection conditions of health information or criminal record that are in the cope of special personal data must comply with the Law of Protection of Personal Data processes.

5- Law of Protection of Personal Data clause should be added to employee contracts to inform them about their rights.

6- Consent of the employees must be obtained before sharing their photographs.

7- The angles of security cameras should be positioned in a way that they do not interfere with the private life of the employee.

8- Fingerprints or retinal scanning should not be preferred in security solutions.

9- Risk analysis should be done in IT departments in order to avoid internal and external cyber-attacks.

 

Software Export to 650 Companies from Turkey / Akşam

Local cloud computing company PEAKUP exports technology to the world with a 60-person team from Turkey. The new goal of the company that opened an office in London is to open up to the USA.

Founded in 2012 to provide end-to-end solutions and products from IT infrastructure services to software development activities, the Turkish technology company PEAKUP has switched 600 thousand end users to cloud computing technologies since the day they went into action. The company, which develops high-tech products with a team of 60 people, delivers these products to 650 corporate customers in Europe, the Middle East and Africa regions and reaches a growth rate of 150 percent every year.

AN OFFICE IN LONDON

“The best way to contribute to Turkey’s economic development is through developing and exporting high-tech products,” said Peakup CEO Ahmet Toprakçı and continued: “We will bring our software to the EU through the office we have opened in London. Another target is the USA. With these new markets that we will open up to, 40 percent of our turnover will come from abroad within 3 years. ”

PRODUCTIVITY OF BUSINESSES INCREASE

PEAKUP facilitates the daily life of businesses and provides efficiency with the software it develops. The software named PassGate, developed by the company, takes the user password reset requests from IT departments and enables users to resolve the issue with an SMS-based autonomous system. With PassGate, companies save 10 million TL a year. Velocity, which strengthens in-house communication for HR departments, and Sign & Go, which transforms billions of e-mails in circulation every day into digital traceable marketing items with banner images that can be added via a web console, are two other important products developed by the company.

THE NUMBER OF EMPLOYEES WILL BE INCREASED BY 20 PERCENT

Peakup that has Turkey’s 867th R&D center works on internet of objects, artificial intelligence, machine learning, micro-processor circuits, image and natural language processing technologies in this center. Pointing out that the most important investment areas in the 2020 budget will be human resources, Toprakçı added that they will increase the number of employees by 15-20% next year.

Human Resources Theories

The concept of Human Resources, which has emerged with the Industrial Revolution, has reached an important point for the existence of companies with the development of the industry and economic life. Human Resources management is an approach that focuses on the creation, development and maintenance of employee resources and maximizing the productivity of both employees and companies. We can briefly summarize the reason for the existence of the human resources department of the companies as follows:

It increases the quality of the working environment by regulating the relationship that employees establish with the working environment. Maximizes productivity and profits. Helps employees to easily adapt to changes. Helps to motivate employees and achieve company goals. Defines the value of the employee and contributes to this value. Creates and nurtures team spirit and corporate loyalty. Contributes to the resolution of internal conflicts by working as an advisory body. Contributes to strengthening the image of companies in the market. [1]

1 – Standard Human Resources Model

This model is derived from the approaches that emerged in the 90s and 2000s. This model starts with business strategy and ends with improving financial performance through HR processes. For this model to be effective, the HR strategy must be in line with the business strategy. Hence, the HR strategy is derived from the overall strategy. This model focuses on improving internal performance. It focuses on efficiency, innovation and quality, which in turn constitute financial performance. Some HR practices directly lead to improved performance. For example, a good education can directly lead to a better performance.

2 – 8-Box Model

This model shows the internal and external factors that determine the effectiveness of HR activities. For example, if there are some skills deficiencies in the sector, this affects our human resource creation and recruitment processes. These conditions also affect the legislation, and the working principles of HR.

In this model, the history of the company, its culture, the technology it uses and its workforce form the structure of the company. This structure is the factors that determine the communication established with HR, the goal to be achieved and the effectiveness of HR policies.

3 – HR Value Chain

This model is one of the best-known models. According to this model, everything done in HR can be divided into two categories: HR activities and HR outputs. HR activities are daily activities such as recruitment, compensation, training and are usually measured using HR metrics. HR outputs are the goals to be achieved through HR activities. These outputs are employee satisfaction, motivation etc.

RESOURCES

https://www.businesstopia.net/human-resource/importance-human-resource-management

https://www.digitalhrtech.com/human-resources-models/

The CONCATENATE function

The Concatenate function concatenates texts in different cells and allows you to write them in one single cell. Texts can be edited in a very flexible way with the Concatenate formula.

In this manner, you can freely change any field you want in the formula and get the desired result.

The arguments of the formula consist of successive textual expressions.

=Concatenate(text1, text2,…)

You can select the texts to be concatenated from the related cells one-by-one.

In the example bellow, the address is created by concatenating the Strict, Street and Number. When the A2, B2, and C2 cells are concatenated directly, it created the MerkezAyazma37 result.

To see a more familiar result like Merkez Strict Ayazma Street Number:37 (this is the Turkish way of writing an address), what can we do?

You can write textual expressions like “Street”, “Strict” into the formula with the long method.


*When you need to write a text with the keyboard into the formula, you need to write it into a double-quote (“ ”). Using texts in ” ” in Excel is pretty strict.

A more efficient method for it to be reusable, editable and controlled centrally is to write strict, street, number information into a cell and use that cell as a reference.

Click here to take a look the the details of the Concatenate formula.

In addition, it to possible to concatenate without using a function. You can use the & symbol as a concatenation operator. It works similar to the concatenate function and allows you to concatenate the texts directly.

We have learned how to concatenate texts above. In addition to this, we might want to separate concatenated texts as well.

You can separate texts written in one cell into separate cells with the Convert Text to Columns function. So, it works the opposite way of the Concatenate function. Click here to read our article about Convert Text to Columns.

BT Haber / Deloitte Technology Fast 50

[mk_page_section][vc_column width=”1/6″][/vc_column][vc_column width=”2/3″][mk_fancy_title color=”#000000″ size=”20″ font_family=”none”]As part of Fast 50 program, the fastest growing 50 technology companies of Turkey are determined each year since 2006. This year, the 14th “2019 Deloitte Technology Fast 50 Turkey Program” was held and we are happy to be among the 50 Fastest Growing Technology Companies of Turkey for the 3rd year in a row.

 

PEAKUP is in the Technology Fast 50 for the third time

Every year since 2006, “2019 Deloitte Technology Fast 50 Turkey Program” is organized. Within the scope of the program, the fastest growing 50 technology companies are determined. PEAKUP that was in the list for 3 years in a row is among the fastest growing technology companies of Turkey.

The fastest growing 50 technology companies in the program implemented in 18 countries and Central Europe apart from America are entitled to participate in Deloitte’s international “Technology Fast 500” program. The fastest growing technology companies in the last 4 years are eligible to participate in Fast 500 EMEA. PEAKUP, who got to be among the 50 companies for 3 years in a row, proved once again that it is growing constantly ever since they day it got established.[/mk_fancy_title][mk_image heading_title=”Deloitte Technology Fast 50″ src=”https://peakup.org/wp-content/uploads/2023/12/peakup_deloitte_odul.jpg” image_size=”large” align=”center”][mk_fancy_title size=”20″ font_family=”none”]PEAKUP CEO Ahmet Toprakçı told that Deloitte Technology 2019 Fast 50 offers a chance for the values born and raised in Turkey to come up and he said: “We are extremely happy to be among the fastest growing technology companies of Turkey once again. It is very important for us to make the growth momentum we have achieved as PEAKUP sustainable. The fact that we have been on this list for the third time proves that the studies and strategies we have implemented have achieved their goals. We will work for the continuation of these successes we have achieved in the upcoming period. Our aim, as a Turkish company with 100% domestic capital and exporting technology to abroad, is to be aware of our society and the environment and to be permanent in this list by producing value with sustainable growth. ” about the success momentum they have achieved in this program.[/mk_fancy_title][/vc_column][vc_column width=”1/6″][/vc_column][/mk_page_section]

Introduction to Digital Forms with MS Forms

Communication with your employees and customers, and tracking and analyzing it  play an important role in determining your strategies. You can quickly prepare and share e-form with MS Form while digitalizing. You can take a look at this article to read business scenarios with MS Forms and practical examples in detail.

Your forms that you work on by logging it with your user information are stored in a secure environment. Since you keep your forms in a digital environment, every action you take is saved immediately. For this reasons, your forms don’t get lost or deleted.

10 Outstanding Skills of MS Forms:

  1. The form can be previewed on the mobile phone or computer.
  2. You can receive an e-mail notification when your form is responded.
  3. You can add rules to your form. With these rules, you can change the questions according to the answers given to the questions. Thus, the question displayed by the user changes according to the answer given by the user.
  4. Answers can be analyzed by question-based or person-based custom charts.
  5. Responds can be viewed on the Excel list.
  6. The background color or picture of the form can be customized.
  7. When you delete a form, it goes to the recycle bin. Thus, you can activate the form for reuse whenever you want.
  8. You can make forms with points. You do not have to show the scores to the person who answered the form. When you want to show it, you can show it as soon as the form is answered.
  9. The user can be allowed to respond the form multiple times.
  10. The questions can be mixed within themselves. The options of the questions can be mixed within themselves.

MS Forms Screen

You can start creating your own form by click the New Form button here. The forms shared with you or group forms can be viewed in this screen.

Create a Form

We can divide a created form into 6 main topic.

  1. Questions
  2. Answers
  3. Preview
  4. Theme (Design)
  5. Share
  6. Setting

We can start by naming the Form first. You can add your company’s logo or an image suitable for you company’s concept through the add image button right next to the name of your Form.

Add Form Elements

The questions type you will add to your poll with the Add new button look like this:

There are 4 standard question types.

  1. Option
  2. Text
  3. Rating
  4. Date

You can view more question types by clicking the arrow button on the right corner. These are other question types like Ranking, and Likert.

You can add an image for the form element you have added.

The buttons in the upper right corner are:

  1. Make a duplicate of the question (default)
  2. Delete the question (default)
  3. Change the order of the questions (default)

In the lower right corner:

  1. For questions with options; allows markings multiple options
  2. Requires the question to be responded (default)

If you think that you have completed the form when you are done adding the questions, you are ready to share it.

It is enough for you to click the Share button on top right and copy your form’s link  and then send this link to the people you want.

Even if you share your form, any change you make is active all the time. People who you shared it with always see the latest version of your Form.

 

Excel Shortcuts1

It is possible for you to get to your destination the fastest way when you use shortcuts. But when you get support from the Navigation, it is probable that you will taking the fastest and traffic-free way.

We, as Office lecturers, offer you the most special and functional Excel shortcuts below for you to get to the result you want faster and in an optimum way.

Move Cells Between Pages

The Alt Shortcut:
It is enough to drag and leave while pressing the Alt key to move cells. This way, you can move cells to the page or location you want.

Create a New Line in the Cell

Alt & Enter Shortcut:
You can write texts one under the other or create articles in a cell in Excel just like in Word. It is enough to press the ALT and ENTER keys to move onto the next line in the cell.

Fastest Way to Create a Chart

Alt & F1 Shortcut:
It is the shortcut that allows you to create a chart the fastest way possible.
Select a field in the list you want to create a chart from and then press the Alt and F1 keys. A chart like the one below will be created quickly.

Navigate in the Page Fast

Ctrl & Arrow Keys:
You can quickly navigate in your list with the Ctrl & Arrow keys. You can reach the last full cell in your list. You can change the direction with the arrow key you want while pressing the Ctrl key.
*This is a general shortcut, you can even use it to navigate between texts while writing a text on your device.

Select Step by Step in the Page

Shift & Arrow Keys:
Allows you to select the cells in your list one by one. You can change your selection with the arrow key you want while pressing the Shift key.
*This is a general shortcut. You can even use it to select texts while writing a text on your device.

Bulk Selection in the Page

Ctrl & Shift & Arrow Keys:
You can select one by one with the Shift key, and if you want to make this action faster you can add the CTRL key. This way you can select way faster!
*This is a general shortcut. You can even use it to select texts while writing a text on your device.

Experience the easiness of adding and deleting a column/row quickly.

Ctrl & –  Shortcut and Ctrl & + Shortcut

You can delete columns/rows with the Ctrl & – keys,  and add columns/rows with the Ctrl & + keys.

Make the Cells Writable

F2 Shortcut:
We usually double-click the cell in order to write something in it. But it is enough to use the F2 shortcut instead of this.
*This is a general shortcut. You can even use it to change the name of a file on your device.

Enter Data to All Selected Cells

Select the cells you want to enter the data to.
Don’t click anything else once you are done selecting. Write the text you want directly.
Press the Ctrl & Enter keys for the text to be distributed to all cells.

The Fastest Way to Create a Table in Excel

Ctrl & L Shortcut:

Repeat the last action!

F4 Shortcut:
Allows you to repeat your last action.

For example, highlight the A1 cell with green and press the F4 key after clicking the B1 cell. You will see that the B1 cell will be highlighted with green as well! Since the previous action is repeated every time, you can just keep doing this with F4 forever!

It allows you to pin a cell while writing a formula. There are 4 different ways ($A$1 , A$1 , $A1, A1) to use this feature which is also known as Cell Reference Styles.

*Note: You might need to use the fn key (depending on your computer) to use the function keys with F like F1 and F2.

 

A combination of little clicks and keys can accomplish great things!

Interview with Our CEO Ahmet Toprakçı / ICT Medıa

PEAKUP CEO Ahmet TOPRAKÇI:

“We see that the technology priorities of all sectors, especially retail, health, production, and logistics, are gathered in cloud technologies, artificial intelligence, internet of things and robotic process automation. It is foreseen that this will leave 1 job out of 5 out of the picture, but new job descriptions will balance this employment gap. “

PEAKUP CEO Ahmet Toprakçı said that in the first half of 2019, financial uncertainty and exchange rate fluctuations in the economic markets were intensely felt. Stating that the sector is cautious about new investments for this reason, he added: “In this economic fluctuation, institutions focused on productivity in the products they use and excellence in business processes rather than new investments. This perspective has created a movement area for domestic software companies that develop products. In such uncertain times, ‘Pay as you use’ monthly options play an important role in purchasing decisions.” He stated that for many years the sales policy of the companies have been like this and continued: “Many firms are in recession in the industry or getting smaller, we completed the year with a growth of over 40 per cent in terms of net financial performance. We have barked on a global journey with our products such as PassGate and Sign & Go, Velocity that have been patented in Turkey and abroad. Brand registration titles abroad, especially the United States of America and England, were among our important goals this year. We carried out modest sales actions in countries such as the Emirates. In addition, this year we were among the top 50 fastest growing technology companies in the Deloitte Technology Fast50 research. Our biggest goal is to continue this momentum in 2020 with our R&D activities.[/mk_fancy_title][mk_fancy_title color=”#000000″ size=”20″ font_family=”none”]Toprakçı, said about the it developments awaiting Turkey and the world in 2020: “As the importance of technology unites increase day by day, we can talk about the need of the tasks of CIOs changing considering the managements being aware of this situation. We expect the continuous and sustainable IT performance adopted by CIOs in Turkey, which is at the top of the list with 64 percent, and the following operational efficiency topics to be replaced by improving customer experience, cyber security and smart systems design in the coming periods.

We see that the technology priorities of all sectors, especially retail, health, production, and logistics, are gathered in cloud technologies, artificial intelligence, internet of things and robotic process automation. It is foreseen that this will leave 1 job out of 5 out of the picture, but new job descriptions will balance this employment gap. Ahmet Toprakçı stated that the most important investment areas as an institution are human resources. For this reason, he stated that they will continue to invest in human resources in 2020 and continued: “The most important starting point for quality global products is the right human resource; therefore, we will continue to invest in our employees and our organizational culture. Of course, our investments will include R&D activities, channel structure for international marker and digital marketing. The R&D activities focus on software technologies, machine learning, business analytics, microprocessor circuits and multiple hardware components. The budget we spare for these areas is around 17 percent of our total turnover. We see an increase of 15-20 percent in our workforce planning next year.

We will be making this increase mostly on the technical resources side. Business intelligence, IoT, Mobile and Web-based Software departments will be the main areas in which we will be recruiting. ”

Stating that digitalization is a never-ending process, Toprakçı pointed out that it is wrong for institutions to perceive digitalization as transformation. Emphasizing that an approach such as “we will go digital and it will be over” would be wrong for institutions and organizations, Toprakçı continued his statements as:

“Therefore, companies should first adopt this perspective. When we look at the history of many institutions, we see that there are stillborn projects or wasted money. Instead of buying random software, it is very important to listen to the demands and needs of employees and customers and to move forward by choosing appropriate solutions. Because we see the people who work in the institution as the ones who start digitalization.

In addition, the perception that digitalization is only for institutions is very wrong. Digitalization is a concept that affects both the lives of individuals and the lives of institutions. Individuals and institutions have to keep up with digitalization in the face of these developing technologies. Companies that are afraid of digitalization and cannot give up traditional company understanding are gradually disappearing in this competitive market. When we look at the new generation, we see that they are smart, talented and have higher technology adaptation processes. While their expectations are different, so are their perceptions. For this reason, we have to offer smart systems that will make life easier. Long story short, digitalization is a constant journey and it must be accepted that this journey will not end. “

Excel Shortcuts 2

It is possible for you to get to your destination the fastest way when you use shortcuts. But when you get support from the Navigation, it is probable that you will taking the fastest and traffic-free way.

We, as Office lecturers, offer you the most special and functional Excel shortcuts below for you to get to the result you want faster and in an optimum way.

 

Format Cells

Ctrl + 1 Shortcut :
Opens the Format Cells window.
It is the window that allows you to execute formatting actions like font type, cell color, cell borders in detail.

Repeat the Last Command

Ctrl + Y Shortcut:
As often the Undo (Ctrl Z) shortcut is used, this shortcuts that does the opposite exists as well. With Ctrl Y, you can do the actions that you have undone with Ctrl Z.

Fastest Filter

Ctrl & Shift & L Shortcut:
To filter your list quickly, you can use the Ctrl & Shift & L shortcut.

Print

Ctrl & P Shortcut:
You can use the Ctrl and P shortcut the print your page.
*This is a general shortcut. You can use it to print a file, document or image on your device.

Sum Formula

Ctrl & M Shortcut:
Would you like to write the =Sum() formula the fastest way possible? You can create your formula instantly with the Ctrl & M shortcut.

Show Decimal Points

Ctrl & Shift & 1 Shortcut:
You can show the decimal points of numbers quickly.

Save As

F12 Shortcut :
When you ned to save a copy of the document or need to save it in a different format, you usually go to File Tab –> Save As. This action takes a while, you can access the Save As window directly by pressing F12.

Go To Special

F5 Shortcut:
We use the Go To Special Window to detect the cells that contain special values like Conditional Formatting, Data Validation, Formulas… The shortcut to open this window is F5.

Open a New Document

Ctrl N Shortcut :
Allows you to open a new Excel document.
*This is a general shortcut. Allows you to open a new one of the same tab of a file, document or browser.

Add Comments to A Cell

Shift F2 Shortcut:
Allows you to add a comment to the active cell.

Add a New Page

Shift F11 Shortcut:
You can add a new page to Excel with this shortcut.

Replace

Ctrl H Shortcut :
You use the Fin&Replace screen to replace a text completely.
The Replace window is opened with the Ctrl & H shortcut.

 

*Note: You might need to use the fn key (depending on your computer) to use the function keys with F like F1 and F2.

 

A combination of little clicks and keys can accomplish great things!

We Joined the Made in Turkey Podcast As a Guest

We joined the Made in Turkey Podcast as a guest and talked about a lot of topics from our establishment process to our products, from our office life to getting the Great Place to Work certificate and entering the Deloitte Technology Fast 50 list. You can listen to the program by clicking here.