Skip to content
CODE t!ps

CODE t!ps

  • f
  • t
  • l
  • y
  • leetcode
CODE t!ps

CODE t!ps

  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
  • Home
  • Ai
  • Youtube
  • Advertise
  • Let’s Talk
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
How to use Pickerview with Uitextfield for input data in IOS
November 19, 2014
2
Add or Remove HTML classes in Jquery
January 17, 2014
2
Swift Programming Language Interview Questions And Answers
November 10, 2014
2
iOS Logo
Tips to consume .net webservice in IOS applications
March 5, 2014
2
SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0

Main

Programming

SOLID Principles Explained With Examples

By Code T!ps
May 28, 2026
Ai

How AI Is Changing Full Stack Development

By Code T!ps
May 27, 2026
Programming

Building AI SaaS Products With OpenAI APIs

By Code T!ps
May 26, 2026

Trending

SOLID Principles Explained With Examples
May 28, 2026
0
How AI Is Changing Full Stack Development
May 27, 2026
0
Building AI SaaS Products With OpenAI APIs
May 26, 2026
0
Top AI APIs Every Developer Should Learn
May 25, 2026
0
Beginner’s Guide to AI Automation for Developers
May 24, 2026
0
How to Build AI Agents Using Python and LLMs
May 23, 2026
0
Best AI Coding Assistants Compared for Developers (2026 Guide)
May 22, 2026
0

List of Useful Backup Tools in Linux

3 Min Read

List of Useful Backup Tools in Linux It’s no fun losing weeks or months of your work due to a technical glitch or a corrupted storage device. Just ask anyone who has ever accidentally spilled coffee onto their laptop or downloaded the wrong type of…

Tools
December 10, 2013
mycodetips Xcode

Tips to create dropdown list in IOS

3 Min Read

Tips to create dropdown list in IOS The Native iOS controls do not specifically have a native control for a dropdown. What we want is a control that behaves like a dropdown that uses a UIPickerControl . Native iOS dropdown To create the dropdown arrow we…

IOSObjective-c
December 9, 2013
1386376017 database

Tips for Database Normalization

6 Min Read

Tips for Database Normalization Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable characteristics like Insertion, Update and Deletion Anamolies. It is a two step process that puts data into tabular…

Database
December 6, 2013
1386376017 database

Tips for SQL Query Optimization

3 Min Read

Tips for SQL Query Optimization The sql query becomes faster if you use the actual columns names in SELECT statement instead of than ‘*’. For Example: Write the query as SELECT id, first_name, last_name, age, subject FROM student_details;…

DatabaseTips&Tricks
December 5, 2013
mycodetips dotnet

Tips for Database ConnectionStrings of Various Provider

4 Min Read

Tips for Database ConnectionStrings of Various Provider Microsoft SQL Server // ODBC DSN using System.Data.Odbc; OdbcConnection conn = new OdbcConnection(); conn.ConnectionString = “Dsn=DsnName;” + “Uid=UserName;” +…

.NetDatabaseProgrammingTips&Tricks
December 3, 2013
mycodetips dotnet

Tips to Bind Dropdownlist in Asp.net

1 Min Read

Tips to Bind Dropdownlist in Asp.net We can bind DropDownList in different ways by using List, Dictionary, Enum and DataSet. To bind DropDownList, we need to set some properties: DataSource DataValueField DataTextField Let’s see how to use these…

.NetTips&TricksWeb
December 2, 2013
Quick Tip Icon

Tips to Choose Right Web Hosting For Your Website or Blog

5 Min Read

Tips to Choose Right Web Hosting For Your Website or Blog Even armed with the knowledge of what happens when you choose the wrong host, you may still feel overwhelmed and uncertain on how to choose the best host for your needs. Choosing the right web…

Tips&TricksWeb
December 2, 2013
mycodetips web

Tips to keep track of changes of web page contents

2 Min Read

Tips to keep track of changes of web page contents Follow That Page Register to start using Follow That Page, then click on Your Pages to add a new page to monitor. The settings for this service is quite simple. You can set the frequency of checks from…

Web
December 1, 2013
mycodetips-tools

Mycodetips-list of open source version control tool

4 Min Read

Mycodetips-list of open source version control tool Revision control is an excellent way to combat the problem of sharing files between workers. CVS CVS is the grandfather of revision control systems. It was first released in 1986, and Google Code still…

Tools
November 29, 2013
mycodetips document open

Tips to Create SRS(Software Requirement Specifications) Document

9 Min Read

What are software requirements specification (SRS)? Software requirements specification capture system behavior as opposed to non-functional requirements specifications which define attributes as not behavior. In product development, it is important to…

Programming
November 28, 2013
« Previous 1 … 39 40 41 42 43 … 51 Next »

Join 7,715 other subscribers

Most Recommended Posts

  • Best Practices for Developing Quality iOS Apps
  • Session and cookies
  • ERROR Handling in swift !
  • Tips to protect your site from hackers
  • Some useful MAC Tips and Tricks for old and new Setup
  • How to type in Android Emulator using PC-Keyboard
  • Tips to Create WordPress Widgets
  • Each Section of Instruments in Xcode and its Meaning
  • Special characters and Symbols in Programming Languages
  • How to use WP_query(), query_posts() and pre_get_posts in WordPress Programming
Disclaimer : The Tips and Opinions expressed herein are my own personal opinions or Tips and do not represent my current or previous employer's view in anyway.

AI Android APP Programming Apps blogging DATABASE Interview Questions IOS javascript Mac objective-c OS Programming SQL swift Tips & Tricks Tools Web Wordpress Xcode

Copyright 2026 — CODE t!ps. All rights reserved. Blogsy WordPress Theme