Freelancers using Azure SQL Database
Freelancers using Azure SQL Database
Sign Up
Post a job
Sign Up
Log In
Filters
1
Projects
People
Devowise Studios
pro
Pakistan
Web Design Studio | Brand Identity | Framer & AI Solutions
$5k+
Earned
2x
Hired
5.0
Rating
106
Followers
expert
Expert
+5
Follow
Message
Web Design Studio | Brand Identity | Framer & AI Solutions
2
Scalable Azure Data Engineering Solution Implementation
2
7
2
Clay – Modern Real Estate Website Development
2
11
3
NjeyTeam Website Development Project
3
9
2
Farmio Agriculture Website Design
2
4
Azure SQL Database
(1)
Follow
Message
Muhammad Faizan
Islamabad, Pakistan
AI-native Full Stack Mobile Engineer
$10k+
Earned
6x
Hired
5.0
Rating
28
Followers
Follow
Message
AI-native Full Stack Mobile Engineer
1
DawoHub - Apps on Google Play
1
54
3
Stable Portefeuille
3
18
3
.NET MAUI Developer for Mobile Application
3
25
1
Eagle Clean - Web & Mobile Application (Android) Tools: .NET (MVC), .NET MAUI, Figma, Azure ✦ Description: Custodian's Proof of Work(PoW) developed for Zebra devices. ✦ Client: USPS Contribution: • Developing a web portal with .NET MVC. • Developing .NET MAUI Mobile Application Features. • Implementing pixel-perfect designs for Android from Figma. • Integrating mobile features with .NET Core APIs. • Conducting code reviews and technical discussions. • Implementing version control and facilitating App Store deployment. #dotnet #maui #figma #mobile #android #azure #web
1
522
Azure SQL Database
(1)
Follow
Message
Andreas Watts
Copenhagen, Denmark
Optimising businesses with data and business intelligence.
17
Followers
Follow
Message
Optimising businesses with data and business intelligence.
1
Creating a Dimensional Model (Star Schema) in Databricks
1
79
0
Telco Business Intelligence Implementation
0
14
3
Sales and Marketing Analytics Implementation for Verisure
3
332
0
Dashboard & Report Creation - Telco
0
28
Azure SQL Database
(1)
Follow
Message
Ronald Muguna
Nairobi, Kenya
Data Analyst | Data Engineer
Follow
Message
Data Analyst | Data Engineer
0
Azure End-to-End Data Pipeline Design
0
23
0
Sir-Muguna/end-to-end-airflow-data-pipeline
0
10
0
Sir-Muguna/healthcare_data_pipeline
0
7
View more →
Azure SQL Database
(1)
Follow
Message
Ritik Goyal
Delhi, India
Python & Django developer for web apps and APIs
New to Contra
Follow
Message
Python & Django developer for web apps and APIs
0
Spent an afternoon this week chasing down why a client's order dashboard took around 2.5s to load. Turned out the page was firing 300+ database queries. Classic N+1 problem. Every order in the loop was making its own separate trip to the DB just to grab the customer and product. One line fixed it. select_related() tells Django to pull the related rows in a single JOIN instead of querying them one at a time. 312 queries down to 3. Page load went from 2.4s to 0.08s. The annoying part is this never shows up on small datasets in dev. It only bites you in production once the table grows. So now I always check the query count in Django Debug Toolbar before shipping any list view. What's the worst N+1 you've run into?
0
86
0
An AI-driven trading engine that analyzes 200-DMA breakouts and real-time market sentiment to generate long/short recommendations. It scans 1,500+ NSE stocks in under 2 seconds and uses generative AI to build option strategies, delivering event-driven trade signals end-to-end. I built the full Django backend, async APIs, and the signal-generation logic. Accomplishments and responsibilities: Built an AI-driven trading engine analyzing 200-DMA breakouts and market sentiment, generating long/short signals with ~70% directional accuracy — outperforming baseline strategies by 35%; Integrated generative-AI insights for automated option-strategy creation (spreads, straddles, condors), improving Sharpe ratio by 1.6× and cutting manual analysis time by 60%; Developed a Django backend with async APIs scanning 1,500+ NSE stocks in under 2 seconds, achieving 40% lower latency with event-driven alerts.
0
74
0
Hit a classic Django trap this week and figured it's worth sharing since so many people are running into it now. I was adding an LLM feature to a Django app. The AI call takes a few seconds, so naturally I made the view async so it doesn't block a worker while waiting. Wrote the async view, called the ORM like I always do, and boom: SynchronousOnlyOperation: You cannot call this from an async context. Turns out Django's ORM can't just be called normally inside async code. The classic sync API isn't safe in an event loop, so Django protects it and throws this error instead. The fix is simpler than most people think. Since Django 4.1 the ORM has async versions of everything, same names with an "a" prefix. So objects.get() becomes await objects.aget(), create() becomes acreate(), save() becomes asave(). For loops over querysets, async for works directly. And for old sync code or third party libraries you can't change, wrap them with sync_to_async(). Why this matters right now: everyone is bolting AI features onto Django apps, and LLM calls are exactly the slow I/O that async is made for. Which means a lot of devs who never touched async Django are suddenly hitting this error for the first time. One honest caveat: transactions still don't fully work in async mode, so if you need atomic blocks, keep that path sync and wrap it. Anyone else made the jump to async views yet, or still happily on WSGI?
0
84
0
An AI-powered news platform that delivers concise, real-time AI-industry updates to 2,500+ active users. It scrapes and aggregates 500+ sources daily, removes duplicates, and uses generative-AI summarization to cut reading time significantly while surfacing the most relevant stories. I built the backend responsible for scraping, deduplication, and the LLM summarization pipeline.
0
76
Azure SQL Database
(2)
Follow
Message
Ibad Siddiqui
Karachi, Pakistan
UI/UX (Figma) & .NET Full-Stack DevI design & build product
New to Contra
Follow
Message
UI/UX (Figma) & .NET Full-Stack DevI design & build product
0
Practical Golf is a premium golf education and lifestyle brand focused on helping players improve performance, lower scores, and enjoy the game through expert-driven content and modern digital experiences. The brand combines trusted instruction, product insights, and community engagement for golfers who value both skill development and a smarter approach to the game. The platform offers a wide range of resources including golf guides, equipment reviews, training tips, newsletters, books, and podcast content designed for players of all skill levels. Practical Golf is recognized for delivering practical strategies, honest recommendations, and data-driven advice that helps golfers make better decisions on and off the course. The website experience emphasizes clean design, bold visual storytelling, and easy content discovery, featuring recent articles, curated product selections, educational resources, and membership-focused call-to-actions that build long-term audience loyalty. Overall, Practical Golf represents a growth-focused sports media brand dedicated to improving the modern golfer’s experience through education, trusted content, and premium digital presentation.
0
38
0
E-commerce and Product Page Development for Mish Esthetics
0
2
0
This project highlights a modern UI/UX design created in Figma, focused on clarity, structure, and visual consistency. The design approach emphasizes clean layouts, balanced spacing, and a strong visual hierarchy to ensure a smooth and intuitive user experience. Every element is carefully crafted to maintain consistency across screens while keeping the interface simple and user-friendly. From wireframes to high-fidelity design, the process is driven by usability and purpose turning ideas into structured, visually engaging digital interfaces. This work reflects my approach to Figma design: clean, modern, and focused on delivering meaningful user experiences.
0
19
0
This project showcases a before and after UI redesign of a product landing page, focused on improving clarity, structure, and overall visual appeal. The “before” version reflects a cluttered layout with weak hierarchy and limited visual impact. The “after” redesign introduces a modern, clean interface with improved spacing, refined typography, and a stronger focus on product presentation. By enhancing visual hierarchy and simplifying the layout, the redesigned version creates a more engaging and user-friendly experience. The product becomes the focal point, supported by a balanced composition and premium aesthetic. This transformation highlights how thoughtful UI/UX decisions can turn a basic design into a polished, high-converting digital experience.
0
27
Azure SQL Database
(1)
Follow
Message
Peter B.
Biłgoraj County, Poland
GIS Mid - Web-Maps | Data Engineer | Real Estates
Follow
Message
GIS Mid - Web-Maps | Data Engineer | Real Estates
0
RED Labs - Spatial Platform for Real Estate
0
10
0
Properties for sale - Web Dashboard for Clients
0
42
0
Spatial Parcels Database
0
32
0
NYC Zoning Web map
0
30
Azure SQL Database
(1)
Follow
Message
Promise Chinonso
Lagos, Nigeria
Data Analyst building dynamic dashboards and reports
Follow
Message
Data Analyst building dynamic dashboards and reports
1
ETL, Data Analysis, and Predictive Modeling for BridgeBay
1
7
0
Comprehensive Overview of Unemployment in Africa (2021)
0
3
0
Apple's Carbon Neutrality Progress Report
0
3
View more →
Azure SQL Database
(1)
Follow
Message
Explore people