All posts by Seecoding Technologies

About Seecoding Technologies

Seecoding Technologies provides all kind of digital services from Kadi, India. We are providing best digital services like Web Development, WordPress Web Development, PHP Web Development, Custom Coded Site, HTML/CSS, Responsive Web Designing, Graphics Design, Web Hosting & Domain name, Optimization & SEO, Graphics Design, Data Scrapping and much more.

22May/25

Mocking (Python)

When I write code I like to include tests. Tests help me to reduce the risk of code breaking changes and give me the reassurance that what I have coded does what I need it to do. I’m currently writing a backend (Django/Python) that serves some APIs and a frontend (Flask/Python) to consume those APIs, […]