Tumgik
#clienthandling
rehman-coding · 2 years
Photo
Tumblr media
#developer #reactdeveloper #reactjs #reactjsdeveloper #teammanagement #clienthandling #restfulapis #mobiledevelopment #troubleshootingskills #projectmanagementskills #golang #frontend #frontenddeveloper #frontenddevelopment #babel #webpack #wfo #wfojobs #mumbai #mumbaijobs #mumbaihiring #jobs #jobsforyou #jobopening #jobopportunity #job2022 #linkedinjobstips https://www.instagram.com/p/ClWuLKUDAOR/?igshid=NGJjMDIxMWI=
1 note · View note
authoritydigital · 2 years
Photo
Tumblr media
Client কে শুধু Income Source হিসেবে না দেখে, যখন একজন Individual হিসেবে দেখবেন। তার সমস্যা গুলো মন থেকে Solve করতে চেষ্টা করবেন। সেদিন আসলেই Client এর Life এ Value Add করবেন। @nijhoomofficial #clientsatisfaction #clienthandling #professionalism #fiverrhelpbangladesh #fiverrinternational #fiverrsellers #dhakagram #dhakabangladesh #dhaka #banglagram (at Bangladesh) https://www.instagram.com/p/CkQS0gSSc8n/?igshid=NGJjMDIxMWI=
0 notes
debasisbasurii · 4 years
Photo
Tumblr media
This is a very common phenomenon for many! Answering calls or texts is a big question. What do you prefer and why? - Comment below and tag someone whom you want to answer this! - 🔥 Join Me @debasisbasurii 🔥 🔥 Join Me @debasisbasurii 🔥 🔥 Join Me @debasisbasurii 🔥 _ _ _ _ _ #clientrelation #clienthandling #clientacquisition #clientanswers #clientmanagement #clientpreferences #productivelife #productivemindset #productiveandfree #productivehabits #productiveideas #productivebusiness #howtobeproductive #productivityhabits #productivitytools #productivitycoach #productivityninja #productivityapps #productivityimprovement #productivitycoaching #productivityinbusiness #productivityconsultant #productivityexpert #productivitymentor #discoveryourself #productivityatwork #businessstrategies #smallbusinessconsultant #debasisbasuri #debasisbasurii (at Delhi) https://www.instagram.com/p/CCn8btQhMeP/?igshid=1v0xnd18a4ckf
0 notes
masadir99services · 3 years
Photo
Tumblr media
APPLY NOW - https://www.linkedin.com/jobs/view/2630163206/?refId=EBEa2gcIONxjRwdTJvLm3Q%3D%3D&trackingId=13lNeUxw5MId0Ji7RQRP7Q%3D%3D & Visit - www.masadirservices.com
#recruitment #placementservices #executiveseaarch #technicalrecruiters #mumbaijobs #clienthandling #contractual #staffing #staffingservices #graduatecareers #recruiters #bangalorejobs #indiajobs #jobsnearme #linkedinconnection #linkedinjobs
0 notes
helloschritt · 4 years
Text
dia 23
Então aqui vai uma dissertação sobre a minha interpretação do pequeno e simples programa “Chat Server”.
1. Existem pelo menos duas thread’s:
a) a principal onde se encontra o main( ) e que essencialmente fica atenta a conexões à porta especificada (ServerSocket(5000)). Assim que é aceite uma conexão a um cliente (ServerSocket.accept( )) devido ao pedido desse cliente, é criado um PrintWriter ligado a essa conexão em particular. O PrintWriter é depois guardado num ArrayList. Ou seja, no final tenho um ArrayList com PrintWriter’s de cada cliente que contactou com o servidor, cada um com o IP e Porta específico e prontos para enviar informações para eles.
Logo a seguir é criado um novo thread baseado nessa ligação a esse cliente em particular.
b) Este novo thread vai essencialmente criar um BufferedReader nessa ligação. Isso garante que o servidor está a partir deste momento sempre atento ao que o cliente diz.
Se houverem mais clientes haverão mais threads: um “ouvinte” para cada.
Esse thread vai também chamar o tellEveryone method assim que recebe algo do cliente. A mensagem do cliente é lida e enviada para o tellEveryone(mensagem). Nesse método o servidor vai aceder ao ArrayList e para cada um dos PrintWriter’s que houver, enviar essa mensagem por essa conexão.
Voilá
Porquê um thread para enviar info aos clientes e vários threads para cada cliente que queremos ouvir? O acto de ouvir tem de ser constante, já o acto de enviar info é planeado e só é activado quando realmente queremos.
E aqui está o código para o futuro eu conseguir perceber melhor o que escrevi aqui.
public class VerySimpleChatServer { ArrayList clientOutputStreams; public class ClientHandler implements Runnable { BufferedReader reader; Socket sock; public ClientHandler(Socket clientSocket) { try { sock = clientSocket; var isReader = new InputStreamReader(sock.getInputStream()); reader = new BufferedReader(isReader); } catch (IOException e) { e.printStackTrace(); } } // close constructor @Override public void run() { String message; try { while ((message = reader.readLine()) != null) { System.out.println("read " + message); tellEveryone(message); } } catch (Exception ex) { ex.printStackTrace(); } } // close run method } // close inner class public static void main(String[] args) { new VerySimpleChatServer().go(); } public void go() { clientOutputStreams = new ArrayList(); try { ServerSocket serverSocket = new ServerSocket(5000); while (true) { Socket clientSocket = serverSocket.accept(); var writer = new PrintWriter(clientSocket.getOutputStream()); clientOutputStreams.add(writer); Thread t = new Thread(new ClientHandler(clientSocket)); t.start(); System.out.println("got a connection"); } } catch (Exception ex) { ex.printStackTrace(); } } // close go method public void tellEveryone(String message) { Iterator it = clientOutputStreams.iterator(); while (it.hasNext()) { try { PrintWriter writer = (PrintWriter) it.next(); writer.println(message); writer.flush(); } catch (Exception ex) { ex.printStackTrace(); } } } // close tellEveryone } // close class
0 notes
quickensol · 6 years
Photo
Tumblr media
Have a look at our clients.
Visit - www.quickensol.com/our_clients
0 notes
rehman-coding · 2 years
Photo
Tumblr media
#developer #reactdeveloper #reactjs #reactjsdeveloper #teammanagement #clienthandling #restfulapis #mobiledevelopment #troubleshootingskills #projectmanagementskills #golang #frontend #frontenddeveloper #frontenddevelopment #babel #webpack #wfo #wfojobs #mumbai #mumbaijobs #mumbaihiring #jobs #jobsforyou #jobopening #jobopportunity #job2022 #linkedinjobstips https://www.instagram.com/p/ClOIWIxDELr/?igshid=NGJjMDIxMWI=
1 note · View note
debasisbasurii · 4 years
Photo
Tumblr media
Sales is the backbone of any business. Do you feel that? Great! I do feel sales is very important as it brings about financial development and helps a business grow but what is the backbone of sales? Ever thought? - Following up can be considered the backbone of sales. You can either invest your time in searching for 100 new prospects every month or just focus on 10 quality prospects and follow them up till closure. Which one looks good to you? - Following up is way more important than we think it is. We take it for granted and many firms perish due to this. A quality follow up accompanied with quantity can bring about mind blowing results like never before. - In this post I have covered a couple of facts and some tips on how you can actually improve your follow up quality and eventually close deals much faster and accurately. Check out the post and do not forget to comment and share. Tag someone who you think needs to know this. - 🔥 Join Me @debasisbasurii 🔥 🔥 Join Me @debasisbasurii 🔥 🔥 Join Me @debasisbasurii 🔥 - 🚀Save This Post For Later 🏆Turn On Post Notifications _ _ _ _ _ #clientfollowup #clientrelations #salesstrategy #salesadvice #salesleadership #businessrelationships #startupculture #startupadvice #startuptips #entrepreneuradvice #indianentrepreneur #entrepreneurindia #learnbusiness #clienthandling #brandingadvice #brandingstrategist #brandingandmarketing #businessgrowthexpert #marketingtipsforyou #salestips101 #salestips #boostsales #smallbusinessconsultant #salesconsultant #businessconsultancy #businessconsulting #businessconsultant #brandstrategist #debasisbasuri #debasisbasurii (at Delhi, India) https://www.instagram.com/p/CB7PYl7hyFZ/?igshid=12dndwgesszub
0 notes
debasisbasurii · 4 years
Photo
Tumblr media
"You are too expensive" "Your charges are too high" "What! I can get this done in one fourth of what you are charging" "You must be joking. Right?" Are these common phrases for you? Do your clients keep asking you these questions? - If you have been in business for some time now, you must have come across such comments and you might be thinking sometimes to lower down your charges. Do you? Please don't. Go through this post and check out for yourself why I say this. - Here are some ways you can use to revert to your clients if they find you expensive. Check them out and let me know if this works for you. Donot forget to comment! - Tag someone who really needs to see this now! - - 🔥 Join Me @debasisbasurii 🔥 🔥 Join Me @debasisbasurii 🔥 🔥 Join Me @debasisbasurii 🔥 - 🚀Save This Post For Later 🏆Turn On Post Notifications _ _ _ _ _ #clienthandling #clientacquisition #customerretention #businessculture #businesstrategy #businessconsultancy #mediumbusiness #businesshack #startupadvice #salespitch #clientcare #clientexperience #salesexecutive #customerengagement #startupproblems #personalbrandingtips #customerhandling #marketingconsulting #b2bsales #clientrelationships #scaleyourbusiness #growthstrategy #salesleads #businessconsultant #businessconsulting #businessstrategist #entrepreneuradvice #startupcoach #debasisbasuri #debasisbasurii (at Delhi, India) https://www.instagram.com/p/CBpP4MqhJj9/?igshid=104x0rk99ne44
0 notes
debasisbasurii · 4 years
Photo
Tumblr media
"YOU" is not just a word. It holds great power within. Marketing is all about this very little word. It is the consumers who builds brands by consuming what the real business owners manufacture. - What if there is no "YOU"? Scared? Yes it is the consumers and only the consumers because of which any firm grows! - Start respecting and praising this little word! Start from today. - I say "You are special" to everyone who even gives a glance to my post because it is because of YOU I am making all these effort. - Please tag one person who is your "YOU" and needs to know this. - #you #audience #branding #clienthandling #brandvalue #brandpositioning #brandmarketing #brandingstrategy #socialstrategy #brandstrategy #brandingtips #brandvalues #brandinglessons #youarespecial #brandingexpert #creativemarketing #growyourbrand #brandingexperts #entrepreneurship #smallbiztips #smallbizowners #smallbusinesshelp #smallbusinessmarketing #smallbusinessadvice #smallbusinesstips #growyourbiz #hustlewithease #businesssupport #debasisbasuri #debasisbasurii https://www.instagram.com/p/CAjzMBmnyng/?igshid=8zd4p2s77mty
0 notes