r/DevLK

▲ 8 r/DevLK

How to get customers for my business

I have started a IT services business i do we design,custom systems,ui/ux ,i tried going the common way just by dialing businesses and asking if they have any needs and showing them how i could help them but i got no “yes” answers yet
I tried dialing for about 50 business morning still the same
What am i doing wrong , am i pitching services wrong or approaching the customer in a wrong way

Any tips on how you got your first few customers for you dev business would be highly appreciated

TIA

reddit.com
u/Silly_Werewolf_7892 — 1 day ago
▲ 6 r/DevLK+1 crossposts

Thoughts on Google I/O 2026

There were some cool shit, but overall I lacked that pizzazz compared to the previous I/O’s. Also Google Search is gonna die eventually in favor of this garbage Chat Experience. Omni(a glorified slop generator) was kinda cool but the cool factor just ends whenever it consumes 50% of the daily usage.

Overall I felt that Google is transforming into an AI first company.

reddit.com
u/Maletele — 1 day ago
▲ 13 r/DevLK

Are there front end software developer jobs left in sri lanka?

Are there jobs left with the rise of ai for front end developers? All i see is badnews related to ai and software engineering jobs

reddit.com
u/Fit-Yellow-9872 — 2 days ago
▲ 3 r/DevLK+1 crossposts

Mesh Router for SLT Fiber

https://preview.redd.it/qky9dy3nb42h1.png?width=1187&format=png&auto=webp&s=6a6fcb6863279e55a7684e9761b2121049317241

Planning to buy above mesh router from Dialog to use along with my SLT fiber ONT to overcome router bottlenect. Is this a viable option?
One single router might not work in my scenario so mesh is what I'm after.
https://dialog.lk/smarthome-devices/dialog-wi-fi-mesh-%28cudy-ax300%29

Open to other similar options as well. Let me know your thoughts or personal feedbacks

reddit.com
u/Dark_ZeLuS — 3 days ago
▲ 12 r/DevLK

Complete beginner to coding

Hi guys! Im a 22 yr old complete beginner who is doing software engineering. And i could use some advice;

I currently code with html,css and js.

I have been doing some projects and i want to know how do you'll do the ui/ux part? Are there tools u use or is it just ai?

And can u pls tell me wht i shoud be forcusing on next.

reddit.com
u/Fit-Yellow-9872 — 4 days ago
▲ 3 r/DevLK+1 crossposts

Looking for the best place for to buy electronics in Colombo

I’m looking for the best place in Colombo to buy original and high-quality laptop accessories like mechanical keyboards, gaming mice, mousepads, and other premium tech accessories. Preferably stores with genuine products, good warranty support, and reasonable pricing.

Any recommendations based on your experience?

reddit.com
u/Numerous_Use2118 — 4 days ago
▲ 6 r/DevLK

How do i price my IT services

I got a request to get a technical audit report for a fairly large codebase like pickme or uber it has all the same functionality like them client requested for a detailed report with all the current issues and any recommendations as well
How do i price a service like this ,client is from uk

reddit.com
u/Silly_Werewolf_7892 — 4 days ago
▲ 20 r/DevLK+6 crossposts

I built an AI that shows you every possible path to your goal before you commit to anything. Tell me what you think?

Most people don't fail because they lack effort — they fail because they can't see the full journey before committing. They Google, get 47 conflicting answers, and either give up or start the wrong thing.

Built PathFinder to fix this. Type your goal, it generates 3 structured routes with real costs, timelines, risks and every step — before you take one.

26 pre-orders in 2 weeks, zero marketing. Only 4 founding member spots left — first month free.

https://pathfinderofficial.vercel.app/

u/DueEggplant5520 — 5 days ago
▲ 7 r/DevLK

Mobile game development!

So, As I said why do big companies like derana mogo studios, "VEGA" car related company, never ever get into mobile gaming industry? It's always that cultural, platformer steam pc game?? Like why they do not have a clear image of how actually gaming industry works? I mean they easily can invest that budget into making a solid mobile game and advertise a lot into the global market(not to sri lanka, india etc..) and make millions of dollars? Just curious! Teach me if i'm wrong!!!🙂 i do not have that capital to make that global market targetted mobile game, that's why i' m yapping here:( Your ideas????

reddit.com
u/Standard_Fishing_690 — 5 days ago
▲ 12 r/DevLK

CS50 x

to give you some context im currently doing a/ls and i want to get into cs. How valuable is the cs50x certificate (pdf file) would it be accepted by an sri lankan employer ?

reddit.com
u/Molar7605 — 5 days ago
▲ 5 r/DevLK+1 crossposts

i am making multiplayer naval game

what do you think about my scripts architecture . some of these are bit abandoned sorry for that . here graphviz code for anyone wanna view . purple mean here is singleton instance . and dotted green mean usage or aggregation , and normal arrows mean usage. (i removed singleton instaces from image graph)

"digraph "Diagram" {

splines = ortho;

fontname = "Inconsolata";

node [colorscheme = ylgnbu4];

edge [colorscheme = dark28, dir = both];

ArtilleryDistanceEvaluator [shape = box , label = "ArtilleryDistanceEvaluator"];

ArtilleryTurret [shape = box , label = "ArtilleryTurret"];

BallisticEntry [shape = box , label = "BallisticEntry"];

BuoyancyPoint [shape = box , label = "BuoyancyPoint"];

CameraManager [shape = box , label = "CameraManager"];

ChatBroadcast [shape = box , label = "ChatBroadcast"];

ChatManager [shape = box , label = "ChatManager"];

GuidanceType [shape = box , label = "GuidanceType"];

HighFidelitySphericalOrbitCinemachine [shape = box , label = "HighFidelitySphericalOrbitCinemachine"];

IDamageable [shape = box , label = "IDamageable"];

Missile [shape = box , label = "Missile"];

MissileCore [shape = box , label = "MissileCore"];

MissileEnvironment [shape = box , label = "MissileEnvironment"];

MissileLauncher [shape = box , label = "MissileLauncher"];

MissileMath [shape = box , label = "MissileMath"];

MovementType [shape = box , label = "MovementType"];

NetworkedHealthBase [shape = box , label = "NetworkedHealthBase"];

PayloadType [shape = box , label = "PayloadType"];

PlayerInitialization [shape = box , label = "PlayerInitialization"];

PlayerInputHandler [shape = box , label = "PlayerInputHandler"];

ShipBuoyancy [shape = box , label = "ShipBuoyancy"];

ShipController [shape = box , label = "ShipController"];

ShipHealth [shape = box , label = "ShipHealth"];

ShipInputHandler [shape = box , label = "ShipInputHandler"];

Team [shape = box , label = "Team"];

TeamData [shape = box , label = "TeamData"];

TeamEntity [shape = box , label = "TeamEntity"];

TeamManager [shape = box , label = "TeamManager"];

ThrottleState [shape = box , label = "ThrottleState"];

WeaponBase [shape = box , label = "WeaponBase"];

WeaponBattery [shape = box , label = "WeaponBattery"];

WeaponManager [shape = box , label = "WeaponManager"];

ArtilleryDistanceEvaluator -> BallisticEntry [color = "#955ae0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ArtilleryDistanceEvaluator -> BallisticEntry [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ArtilleryTurret -> WeaponBase [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ArtilleryTurret -> WeaponBase [color = "#24a394", style = dashed, arrowtail = none , arrowhead = onormal , taillabel = "", label = "", headlabel = ""];

CameraManager -> CameraManager [color = "#955ae0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

CameraManager -> HighFidelitySphericalOrbitCinemachine [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

CameraManager -> HighFidelitySphericalOrbitCinemachine [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ChatManager -> ChatBroadcast [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ChatManager -> ChatManager [color = "#955ae0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

Missile -> GuidanceType [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

Missile -> MovementType [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

Missile -> PayloadType [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> IDamageable [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> Missile [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> Missile [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> MissileEnvironment [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> MissileEnvironment [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> MissileMath [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileCore -> TeamEntity [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileLauncher -> Missile [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileLauncher -> MissileCore [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileLauncher -> TeamEntity [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileLauncher -> WeaponBase [color = "#24a394", style = dashed, arrowtail = none , arrowhead = onormal , taillabel = "", label = "", headlabel = ""];

MissileLauncher -> WeaponBase [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileMath -> Missile [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileMath -> MissileEnvironment [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

MissileMath -> MovementType [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

NetworkedHealthBase -> IDamageable [color = "#24a394", style = dashed, arrowtail = none , arrowhead = onormal , taillabel = "", label = "", headlabel = ""];

PlayerInitialization -> TeamEntity [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInitialization -> TeamEntity [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInitialization -> TeamManager [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInitialization -> WeaponManager [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInitialization -> WeaponManager [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> CameraManager [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> ChatManager [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> ChatManager [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> ShipInputHandler [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> ShipInputHandler [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> WeaponManager [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

PlayerInputHandler -> WeaponManager [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipBuoyancy -> BuoyancyPoint [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipController -> ShipInputHandler [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipController -> ShipInputHandler [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> NetworkedHealthBase [color = "#24a394", style = dashed, arrowtail = none , arrowhead = onormal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> NetworkedHealthBase [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> ShipBuoyancy [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> ShipBuoyancy [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> ShipController [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> ShipInputHandler [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipHealth -> WeaponManager [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

ShipInputHandler -> ThrottleState [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

Team -> TeamData [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

TeamManager -> Team [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

TeamManager -> TeamData [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

TeamManager -> TeamManager [color = "#955ae0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

WeaponBattery -> WeaponBase [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

WeaponManager -> MissileCore [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

WeaponManager -> TeamEntity [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

WeaponManager -> TeamEntity [color = "#5fad65", style = dotted, arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

WeaponManager -> WeaponBase [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

WeaponManager -> WeaponBattery [color = "#3574f0", style = solid , arrowtail = none , arrowhead = normal , taillabel = "", label = "", headlabel = ""];

}

"

u/SlRenderStudio — 6 days ago
▲ 14 r/DevLK

Any idea about this tuk tuk game from nutlk.com?

Hi there, im happy this subreddit existed since recently, and i have no hope for the r/ srilanka subreddit due to the moderators and their actions (like deleting good posts).

i used to play a game in the 2000s which was downloaded by my uncle on my father's laptop back then (which is no more with us). i used to enjoy this game when i was quite young and i also had memories crashing this tuk tuk. Now i feel very nostalgic about this game and im unable to download this game. Can anyone help me get this game?

u/supirimalli86 — 6 days ago
▲ 32 r/DevLK

[Thread] Showcase your websites/ portfolios! Or even project websites!

Like to see what cool stuff you guys build! (ˆ⌣ˆԅ)

u/sameera_s_w — 8 days ago
▲ 8 r/DevLK

LemonSqueezy Verification Failing in Sri Lanka, Anyone Successfully Verified?

Has anyone successfully completed LemonSqueezy (the payment gateway) verification recently?

I tried verifying my account using my NIC first, then my passport, but both got rejected without a clear reason. The images were clear and details matched correctly.

Did anyone here manage to get verified successfully?
What documents did you use and is there anything specific I should do differently?

Would really appreciate any help because support replies are very generic.

reddit.com
u/BlackAlpha0 — 8 days ago
▲ 13 r/DevLK

Thoughts on Mac appstore?

What are your thoughts on Mac appstore? Is it worth it to go through the hassle of review process and 30% cut? I personally think the speed of iteration and the freedom to push updates easily (at least in the beginning) is more important, but I’m just wondering if I’m giving up a large potion of users who are exclusively only install apps through appstore. Has anyone launched on both appstore and through a personal medium?

Btw, just found this sub. Crazy we didn’t have something like this so far.

reddit.com
u/n8x4te — 8 days ago
▲ 13 r/DevLK+1 crossposts

Made an app for cli note takers that uses .md .org or .norg (IOS only for now)

Here are some promo codes and testflight link, have at it and would love some feedback

https://preview.redd.it/mv3w38uvd31h1.png?width=1290&format=png&auto=webp&s=18c1b4a4c889e2559a46e8da7ae43b21e7d190dd

Web - https://www.gitnotes.org/
Testflight - https://testflight.apple.com/join/wCWrqru9

WALX7PHTLTP6

HH4R3YK4LPX9

X9MPMLFFW636

EWMY7KHYNALH

MMT3Y76MNJLY

7HP3XYHJ7JR3

L699FPP6EW4P

MA4JFKF49JXF

AJ96P6NAK73N

EXTKRWNNWFRT

reddit.com
u/Professional-Tap-186 — 8 days ago