Dantu Sai Kamal
@Dantusaikamal
Dantu Sai Kamal
@Dantusaikamal
Full Stack Developer, Replicant Systems
Hyderabad, India
Devfolio stats
Devfolio stats
3
projects
3
3
prizes
3
81
hackathons
81
0
Hackathons org.
0
GitHub
GitHub
628
contributions in the last year
Aug
S
M
T
W
T
F
S
Jul
112
stars earned
118
repositories
64
followers
Healthify
A mobile application that can predict and detect heart strokes using machine learning and fitness trackers.
Dart
1Stars
0Forks
emf2png
The first open source NPM package to Convert EMF files to PNG or JPEG in Node.js without Office, LibreOffice, or Inkscape dependencies
TypeScript
1Stars
0Forks
Leaf-disease-identification
A mobile application that uses an integrated machine learning model to identify and classify leaves based on their disease.
Dart
5Stars
3Forks
eswecha-os
A quintessential Operating System for every Engineer which comes pre-loaded with all the softwares an Engineer of any domain would require.
Shell
4Stars
0Forks
Medium Posts
Medium Posts
Tracing an iOS Keyboard Bug Through Flutter’s Text Input Stack
dantusaikamal.medium.com
A keyboard that refuses to disappear sounds like a small UI bug. But sometimes the visible symptom is only the last step in a much deeper lifecycle problem. Recently, I came across a Flutter issue where an iOS keyboard could be re-presented after it had already been dismissed. The interesting part was that, from Flutter’s point of view, the text field was no longer focused and the text input connection was already considered closed. Yet the native side could still retain stale text input state. Tracing ...
Converting EMF to PNG in Node.js Without Office, LibreOffice, or Inkscape
dantusaikamal.medium.com
How a DOCX image extraction issue turned into an open-source npm package powered by WebAssembly, libemf2svg, and resvg Some engineering problems look small until they break a real production pipeline. For us, it started with this file: word/media/image1.emf We were building a document-processing workflow in Node.js. The system had to extract content from Word documents, process the data, validate it, and render important assets back into web-friendly previews. Most of the pipeline worked smoothly. Text e...
How to Install Java in Windows 10, 7, 8.1, XP?
dantusaikamal.medium.com
Have you started learning Java recently? Or do you require Java JDK for your Android project? Nonetheless, let us see how we can go head and install Java and write our first Hello world program today. Before we start, Let us see if you have already installed Java in your Laptop / PC. There might be a small chance you’ve already installed Java or your brother might have installed it for his projects 👻 Click on Start, Type CMD in your search bar. Now when the Command Prompt opens, just type java -version...