• Twitter
  • LinkedIn
  • Amazon
  • Facebook
  • Github
  • RSS
  • Home
  • Tutorials
  • Paid Books
  • Free eBooks
  • Interview Questions
  • Practice Tests
  • GitHub
  • Contact Us
Skip to content
Code Teddy

Code Teddy

A Practical Approach

  • OOP/C#
  • MVC
  • Web API
  • Entity Framework
  • Asp.Net
  • Asp.Net Core
  • Azure
  • Python
  • Machine Learning
December 8, 2021 Python

Configuration Files in Python

Coming from a .Net background, I found it a bit challenging in figuring out how a developer can have a configuration file in the Python application which could be used to read setting values and one does not have to even touch the code to update or save settings. Config files are used to store key-value pairs or some configurable information that could be read or accessed in the code and at some point, of time. If that configuration changes, developers can just change the configuration in that config file and not worry about changing the code as it may require recompiling the code and deploying it. Not only this but using config files make your settings and code more reusable and keeps the settings information at a centralized location and segregated. Of course, sensitive information like passwords, secrets, and certificates should be kept more secure, maybe in cloud vaults. But basic settings used in the application could be part of a configuration file.

December 1, 2021 Cloud / Security

Application Security: How to handle Security Misconfigurations?

There are a number of ways in which a software’s security could be jeopardized. The statement in itself is quite generic in nature, making it more frightening. But, what if we said there are ways to make your upcoming product, platform, or application entirely secure? Quite heart-warming. Yes, there are a few basic approaches to make your program more secure over time if the security concerns are addressed from the start of software development. When developing your system, it’s all about knowing the threats and anticipating the vulnerabilities in your application. 

November 30, 2021 REST Services / Security / Web Services

Application Security in EdTech: Vulnerability Risk Factors in API Development

Are your applications born secure? Is your API vulnerable? Do you have a strong, overlapping set of defenses? These questions are important for software developers and organizations who believe that security is something that an application should be born with. 

July 31, 2019 AI / Chat Bot

Create Chatbot using Microsoft’s Bot Framework and Dialogflow API: Day 3 (Integrate and test on Slack and Facebook Messenger)

This third article of the series will demonstrate how to integrate the complete crated bot in article two and three with Facebook Messenger and Slack and test the webhook response in the two environments.

July 28, 2019 AI / Chat Bot

Create Chatbot using Microsoft’s Bot Framework and Dialogflow API: Day 2 (Bot using Microsoft’s Bot Framework)

This article will demonstrate how to create a custom chatbot using Microsoft’s bot framework and enable the webhooks in Dialogflow and return the response from the custom bot to Dialogflow intents as a fulfillment response.

July 25, 2019 AI / Chat Bot

Create chatbot using Microsoft’s Bot Framework and Dialog Flow API: Day 1 (Dialogflow and Slack Integration)

In this article, we’ll discuss how to create a real-time chatbot using Google’s Dialogflow API and integrate the same with Slack. The reader of the article does not need to have prior knowledge of bot creation as the article will demonstrate the bot creation and deployment step by step using explanatory pictures.

July 25, 2019 MVC / Tutorials

Learn ASP.NET MVC Step by Step

Learn MVC in ASP.NET step by step. Learn to create a boilerplate MVC application architecture with entity framework and enhance it with Repository and unit of work pattern.

July 25, 2019 AI / Chat Bot / Tutorials

Learn Chatbot Development Step by Step using Amazon Lex

Get hand-on experience on chatbots. Create your own chatbot using AWS Lambda Functions and Amazon Lex services.

July 25, 2019 Entity Framework / ORM (Object-relational mapping) / Tutorials

Learn Entity Framework Step by Step

Learn Entity Framework and Entity Framework Core in detail step by step with practical examples. Learn about code first migrations, code first approach, database first approach and model first approach in detail.

July 25, 2019 Asp.Net Core / Tutorials / Web API

Learn ASP.NET Core Step by Step

learn to create ASP.NET Core Web API services step by step. Get familiar with request pipelines, status codes, creating and returning resources and a lot more.

July 25, 2019 Tutorials / Web API

Learn ASP.NET Web API Step by Step

Learn ASP.NET Web API step by step. Learn to create boilerplate project and step by step enhance it with security, logging, exception handing, unit testing IOC, DI, Repositories.

July 25, 2019 C# / Tutorials

Learn OOP with C# Step by Step

Follow the series to enhance/learn OOP and C# skills.

July 25, 2019 Microservices / Paid Books

Microservices using ASP.NET Core -Book

A handbook to get familiar with the Microservices concept and developing microservices using ASP.NET Core.This is a small book to cover the topic of microservices using a practical approach.

Posts navigation

«Previous Posts 1 2 3 4 5 … 13 Next Posts»
Advertisements

Top Posts & Pages

  • RESTful Day #7: Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework (Part 1)
  • Diving into ASP.NET WebAPI - FreeBook
  • Creating an MSI Package for C# Windows Application Using a Visual Studio Setup Project
  • RESTful Day #1: Enterprise Level Application Architecture with Web API’s using Entity Framework, Generic Repository Pattern and Unit of Work
  • Understanding Recursion in C# : A Practical Approach

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,174 other followers

RSS Links

RSS Feed RSS - Posts

RSS Subscribe

 Subscribe in a reader

About CodeTeddy

CodeTeddy CodeTeddy is a technical community blog site for all the developers who wants to work on cutting edge technologies and who are new to the programming concepts. Happy Coding!

Microsoft MVP
CodeProject MVP
C# Corner MVP
MCTS
Advertisements

Recent posts

  • Configuration Files in Python
  • Application Security: How to handle Security Misconfigurations?
  • Application Security in EdTech: Vulnerability Risk Factors in API Development
  • Cloud Computing in Education
  • Cloud Computing: Why? How? and What?

Follow Us

  • LinkedIn
  • Amazon
  • Twitter
  • GitHub
  • Facebook
  • RSS Feed
  • RSS Feed
Follow Code Teddy on WordPress.com

Categories

.Net .Net Framework AI Asp.Net Asp.Net Core Azure C# C# Interview Questions Chat Bot Cloud Cognitive Services devops Entity Framework Face API Inheritance Interview Questions Microsoft 70-480 MVC MVC3 MVC4 OOP Polymorphism Practice Tests Repository Pattern REST Services Security Tutorials Visual Studio Web API Web Services
  • Contact Us
  • © 2019 CodeTeddy
Blog at WordPress.com.
  • Follow Following
    • Code Teddy
    • Join 3,174 other followers
    • Already have a WordPress.com account? Log in now.
    • Code Teddy
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...