Open in app

Sign In

Write

Sign In

Tasnuva Zaman
Tasnuva Zaman

196 Followers

Home

About

Published in

AWS Tip

·Apr 17

Building A Serverless AWS Application using Python, Lambda, API gateway and Dynamodb

“If you’re paying for it but not using it, it’s not serverless.” What Serverless is? Serverless is a development model that allows developers to develop and deploy applications without managing servers. Serverless applications don’t require provisioning, maintaining, and administering servers for backend components such as compute, databases, storage, stream processing, message queueing etc. …

AWS

7 min read

Building A Serverless AWS Application using Python, Lambda, API gateway and Dynamodb
Building A Serverless AWS Application using Python, Lambda, API gateway and Dynamodb
AWS

7 min read


Published in

Nerd For Tech

·Jul 1, 2021

S O L I D Python

“If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization”. (Gerald Weinberg) Hi builders, the buildings should be SOLID, pure SOLID ;) . S O L I D In software engineering we write efficient algorithms for an efficient application. Once the algorithms got in place the most vital and crucial thing would be to ensure that the…

Python3

9 min read

S O L I D Python
S O L I D Python
Python3

9 min read


Published in

Analytics Vidhya

·May 17, 2020

Regular Expression(regex)

Everybody talks about regular expression, but everyone hates regular expression yet ends up using regular expression! So what is regular expression? Umm, we need to go deeper? So yeah, Let’s dive into building blocks of regex with a short intro.. regular expression: Regular expression or rational expression itself is an object and…

Regex

5 min read

Regular Expression(regex)
Regular Expression(regex)
Regex

5 min read


Published in

Towards Data Science

·Nov 13, 2019

Understanding Cost Function in Machine Learning

“Computers are able to see, hear and learn. Welcome to the future.” — — Dave Waters — So, I have started doing the popular Machine Learning course from Coursera. And thought, why not sharing what I am learning? So, today I am going to talk about two fundamental topics of Machine Learning. Model Representation Cost Function Model Representation: The primary goal of most of the machine learning…

Machine Learning

4 min read

Understanding Cost Function in Machine Learning
Understanding Cost Function in Machine Learning
Machine Learning

4 min read


Published in

FAUN — Developer Community 🐾

·Aug 25, 2019

Redirect HTTP to HTTPS in Nginx

In a previous article, we’ve discussed deploying flask application using Nginx and Gunicorn. In this article, we’ll see how can we redirect all http to https so that, our applications and sites are always using SSL certificates. Note: I am just including the redirection part here if you want to…

Ssl

4 min read

Redirect HTTP to HTTPS in Nginx
Redirect HTTP to HTTPS in Nginx
Ssl

4 min read


Published in

Towards Data Science

·Aug 6, 2019

Training Neural Network using PyTorch

“A little learning is a dangerous thing; drink deep or taste not Pierian Spring” (Alexander Pope) So in the previous article we’ve build a very simple and “naive”neural network which doesn’t know the function mapping the inputs to the outputs. To make it more intelligent, we will train the network…

Deep Learning

6 min read

Training a Neural Network using PyTorch
Training a Neural Network using PyTorch
Deep Learning

6 min read


Published in

Towards Data Science

·Jul 15, 2019

Building Neural Network Using PyTorch

“The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.” ― Edsger W. Dijkstra In this tutorial we will implement a simple neural network from scratch using PyTorch. I am sharing what I have learnt from my recent facebook-udacity…

Deep Learning

5 min read

Building Neural Network Using PyTorch
Building Neural Network Using PyTorch
Deep Learning

5 min read


Published in

Analytics Vidhya

·May 13, 2019

A walk through python List Comprehension

A concise way to create lists — List comprehension allows creating a new list from another sequence or iterable. List comprehensions in Python are constructed as follows: list_variable = [x for x in iterable one_or_more_condition] A list comprehension consists of the following parts: An Input Sequence. A Variable representing members of the input sequence. An Optional Predicate…

Programming

4 min read

A walk through python List Comprehension
A walk through python List Comprehension
Programming

4 min read


Published in

FAUN — Developer Community 🐾

·Apr 29, 2019

“What, Why, How” Docker Compose?

Preface: This post assumes that you have a basic understanding of Docker . In the earlier post, https://medium.com/@tasnuva2606/dockerize-flask-app-4998a378a6aa we’ve discussed how we can turn docker containers into development machines. In this post, we’ll talk about how we will grip the strengths of docker containers to run a multi-container application. …

Docker

5 min read

“What, Why, How” Docker Compose?
“What, Why, How” Docker Compose?
Docker

5 min read


Published in

FAUN — Developer Community 🐾

·Apr 23, 2019

Say ‘Yes’, to Git! understanding Git!

What actually Version Control System Is? Version Control systems are a category of software tools that help a software team manage changes to source code over time. It keeps track of every modification to the code in a special kind of database. Git: When it comes to version control systems…

Git

6 min read

Say ‘YES’ ,  to Git! understanding Git!
Say ‘YES’ ,  to Git! understanding Git!
Git

6 min read

Tasnuva Zaman

Tasnuva Zaman

196 Followers

Just another Software Engineer

Following
  • Devansh- Machine Learning Made Simple

    Devansh- Machine Learning Made Simple

  • Tim Denning

    Tim Denning

  • Fahim ul Haq

    Fahim ul Haq

  • Barack Obama

    Barack Obama

  • Netflix Technology Blog

    Netflix Technology Blog

See all (48)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams