Angular 5 Now Available 🅰️
This is a major release containing new features and bugfixes.
This release continues our focus on making Angular smaller, faster, and easier to use.
🔹🔸🔹🔸
Biggest Changes 💎 :
• Build Optimizer
• Angular Universal State Transfer API and DOM Support
• Compiler Improvements
• Internationalized Number, Date, and Currency Pipes
• Zone speed improvements
• exportAs
• HttpClient
• CLI v1.5
• Angular Forms adds updateOn Blur / Submit
• RxJS 5.5
• New Router Lifecycle Events
🔹🔸🔹🔸
https://news.1rj.ru/str/pgimg/52
[ Update Guide ] : http://bit.do/guid5
[ Article ] : http://bit.do/ang5
〰〰〰〰〰〰
#Angular
@ProgrammingTip
This is a major release containing new features and bugfixes.
This release continues our focus on making Angular smaller, faster, and easier to use.
🔹🔸🔹🔸
Biggest Changes 💎 :
• Build Optimizer
• Angular Universal State Transfer API and DOM Support
• Compiler Improvements
• Internationalized Number, Date, and Currency Pipes
• Zone speed improvements
• exportAs
• HttpClient
• CLI v1.5
• Angular Forms adds updateOn Blur / Submit
• RxJS 5.5
• New Router Lifecycle Events
🔹🔸🔹🔸
https://news.1rj.ru/str/pgimg/52
[ Update Guide ] : http://bit.do/guid5
[ Article ] : http://bit.do/ang5
〰〰〰〰〰〰
#Angular
@ProgrammingTip
Telegram
Programming Tips Resources
All Keys Generator 🔑
The all-in-one ultimate online toolbox that generates all kind of keys ❗️
Keys that it produces ✨ :
• GUID
• Uppercase
• Braces {}
• Brackets []
• Hypens -
• MachineKey
• ASP.NET 1.1
• ASP.NET 2.0
• ASP.NET 4.0
• ASP.NET 4.5
• WPA Key
• 64-bit
• 160-bit
• 504-bit
• WEP Key
• 64-bit
• 128-bit
• 256-bit
• Encryption Key
• 64-bit
• 128-bit
• 256-bit
• 512-bit
• 1024-bit
• 2048-bit
• 4096-bit
• Password
• Lower letters
• Upper letters
• Numbers
• Special Characters
• Length
Every coder needs All Keys Generator in its favorites ! 💙
[ Website ] : allkeysgenerator.com
https://news.1rj.ru/str/pgimg/53
〰〰〰〰〰〰
#Encryption #Generator
@ProgrammingTip
The all-in-one ultimate online toolbox that generates all kind of keys ❗️
Keys that it produces ✨ :
• GUID
• Uppercase
• Braces {}
• Brackets []
• Hypens -
• MachineKey
• ASP.NET 1.1
• ASP.NET 2.0
• ASP.NET 4.0
• ASP.NET 4.5
• WPA Key
• 64-bit
• 160-bit
• 504-bit
• WEP Key
• 64-bit
• 128-bit
• 256-bit
• Encryption Key
• 64-bit
• 128-bit
• 256-bit
• 512-bit
• 1024-bit
• 2048-bit
• 4096-bit
• Password
• Lower letters
• Upper letters
• Numbers
• Special Characters
• Length
Every coder needs All Keys Generator in its favorites ! 💙
[ Website ] : allkeysgenerator.com
https://news.1rj.ru/str/pgimg/53
〰〰〰〰〰〰
#Encryption #Generator
@ProgrammingTip
Telegram
Programming Tips Resources
AutoMapper 6.2.0 Released ✨
A couple of big features in this release include inline maps, where AutoMapper no longer requires you to call CreateMap for new maps.
To configure an inline map, use the mapping options 🤙🏻 :
You can use local functions to make the configuration a little easier to read 🤓 :
https://news.1rj.ru/str/pgimg/54
[ Release Notes ] : http://bit.do/atmp
〰〰〰〰〰〰
#AutoMapper #CSharp
@ProgrammingTip
A couple of big features in this release include inline maps, where AutoMapper no longer requires you to call CreateMap for new maps.
To configure an inline map, use the mapping options 🤙🏻 :
var source = new Source();
var dest = Mapper.Map<Source, Dest>(source, opt => opt.ConfigureMap().ForMember(dest => dest.Value, m => m.MapFrom(src => src.Value + 10)));
You can use local functions to make the configuration a little easier to read 🤓 :
var source = new Source();
void ConfigureMap(IMappingOperationOptions<Source, Dest> opt) {
opt.ConfigureMap()
.ForMember(dest => dest.Value, m => m.MapFrom(src => src.Value + 10))
};
var dest = Mapper.Map<Source, Dest>(source, ConfigureMap);
https://news.1rj.ru/str/pgimg/54
[ Release Notes ] : http://bit.do/atmp
〰〰〰〰〰〰
#AutoMapper #CSharp
@ProgrammingTip
Telegram
Programming Tips Resources
Why i choose Angular❓
Choosing a front-end framework is no small task these days. ⏰
There are a lot of options out there, each with pros and cons. ✅
When I decided I wanted to move to a “next gen” framework, I surprised myself by going with a framework that I initially had a lot of negative feelings about :
🅰️ngular.
In this post, I’m going to explain how Angular won out over the competition.
https://news.1rj.ru/str/pgimg/55
[ Article ] : http://bit.do/angwon
〰〰〰〰〰〰
#Angular #React #Vue
@ProgrammingTip
Choosing a front-end framework is no small task these days. ⏰
There are a lot of options out there, each with pros and cons. ✅
When I decided I wanted to move to a “next gen” framework, I surprised myself by going with a framework that I initially had a lot of negative feelings about :
🅰️ngular.
In this post, I’m going to explain how Angular won out over the competition.
https://news.1rj.ru/str/pgimg/55
[ Article ] : http://bit.do/angwon
〰〰〰〰〰〰
#Angular #React #Vue
@ProgrammingTip
Telegram
Programming Tips Resources
AppCode - Swift Execution Of Your Bright Ideas 💎
• Efficient Project Navigation 🌀
Jump to any file, class, or symbol in your project in no time, use hierarchical and structure views to get through your project structure. 🗃
• Through Code Analysis 🔎
AppCode is constantly monitoring the quality of your code. ✅
It warns you of errors and smells and suggests quick-fixes to resolve them automatically. ⚙️
• Smart Completion 💡
AppCode offers 2 kinds of code completion :
1️⃣ Basic as-you-type completion
2️⃣ SmartType completion for more precise filtering of suggestions.
• Reliable Refactorings 🔨
Modify and improve your code anytime with safe, accurate and reliable refactorings.
🔹🔸🔹🔸
AppCode provides over 60 code inspections just for Objective-C, C and C++, and a number of code inspections for other supported languages. ✨
All code inspections are run on the fly. 🦅
https://news.1rj.ru/str/pgimg/56
[ Website ] : jetbrains.com/objc
〰〰〰〰〰〰
#IDE #Swift #ObjectiveC
@ProgrammingTip
• Efficient Project Navigation 🌀
Jump to any file, class, or symbol in your project in no time, use hierarchical and structure views to get through your project structure. 🗃
• Through Code Analysis 🔎
AppCode is constantly monitoring the quality of your code. ✅
It warns you of errors and smells and suggests quick-fixes to resolve them automatically. ⚙️
• Smart Completion 💡
AppCode offers 2 kinds of code completion :
1️⃣ Basic as-you-type completion
2️⃣ SmartType completion for more precise filtering of suggestions.
• Reliable Refactorings 🔨
Modify and improve your code anytime with safe, accurate and reliable refactorings.
🔹🔸🔹🔸
AppCode provides over 60 code inspections just for Objective-C, C and C++, and a number of code inspections for other supported languages. ✨
All code inspections are run on the fly. 🦅
https://news.1rj.ru/str/pgimg/56
[ Website ] : jetbrains.com/objc
〰〰〰〰〰〰
#IDE #Swift #ObjectiveC
@ProgrammingTip
Telegram
Programming Tips Resources
Top 5 ASP.NET MVC Action Filters 💎
Action Filters have been around since the first release of ASP.NET MVC. 👾
Today, I give you my five favorite Action Filters to use right away in your MVC code ( DanylkoWeb ) .
Filters ⚡️ :
• Compress Filter
• Whitespace Filter
• ETag Filter
• SearchBot Filter
• TidyHtml Filter
https://news.1rj.ru/str/pgimg/58
[ Website ] : http://bit.do/afil
〰〰〰〰〰〰
#AspMvc #ActionFilter #Attribute
@ProgrammingTip
Action Filters have been around since the first release of ASP.NET MVC. 👾
Today, I give you my five favorite Action Filters to use right away in your MVC code ( DanylkoWeb ) .
Filters ⚡️ :
• Compress Filter
• Whitespace Filter
• ETag Filter
• SearchBot Filter
• TidyHtml Filter
https://news.1rj.ru/str/pgimg/58
[ Website ] : http://bit.do/afil
〰〰〰〰〰〰
#AspMvc #ActionFilter #Attribute
@ProgrammingTip
Telegram
Programming Tips Resources
The Pragmatic Programmer.pdf
2.6 MB
The Pragmatic Programmer 📙
Authors : Andy Hunt, Dave Thomas 🖊
Level : Advanced 🔝
〰〰〰〰〰〰
#Book #CleanCode #Refactoring
@ProgrammingTip
Authors : Andy Hunt, Dave Thomas 🖊
Level : Advanced 🔝
〰〰〰〰〰〰
#Book #CleanCode #Refactoring
@ProgrammingTip
Material-UI ✨
A Set of React Components that Implement Google's Material Design ⚛️
Material-UI is available as an npm package :
https://news.1rj.ru/str/pgimg/59
[ Website ] : material-ui.com
〰〰〰〰〰〰
#React #Material #Library
@ProgrammingTip
A Set of React Components that Implement Google's Material Design ⚛️
Material-UI is available as an npm package :
npm install material-uihttps://news.1rj.ru/str/pgimg/59
[ Website ] : material-ui.com
〰〰〰〰〰〰
#React #Material #Library
@ProgrammingTip
Telegram
Programming Tips Resources
ASP.NET Core Web Optimizer ⚡️
ASP.NET Core middleware for bundling and minification of CSS and JavaScript files at runtime. ⌛️
With full server-side and client-side caching to ensure high performance. 💨
No complicated build process and no hassle. ✅
🔸🔹🔸🔹
Installation 📥 :
1️⃣ Add the NuGet package LigerShark.WebOptimizer.Core to any ASP.NET Core 2.0 project :
2️⃣ Add this to Configure in Startup.cs before app.UseStaticFiles :
3️⃣ Finally add this to ConfigureServices :
That's it. 🤚🏻
You have now enabled automatic CSS and JavaScript minification. 💎
🔸🔹🔸🔹
Features 🔥 :
• Minification
• Bundling
• Cache Busting
• Inlining Content
• Compiling SCSS
• Compiling LESS
• Compiling TypeScript
https://news.1rj.ru/str/pgimg/60
[ Demo ] : http://bit.do/optde
[ Github ] : http://bit.do/optgit
〰〰〰〰〰〰
#AspMvc #Core #Bundling #Minify
@ProgrammingTip
ASP.NET Core middleware for bundling and minification of CSS and JavaScript files at runtime. ⌛️
With full server-side and client-side caching to ensure high performance. 💨
No complicated build process and no hassle. ✅
🔸🔹🔸🔹
Installation 📥 :
1️⃣ Add the NuGet package LigerShark.WebOptimizer.Core to any ASP.NET Core 2.0 project :
dotnet add package LigerShark.WebOptimizer.Core
2️⃣ Add this to Configure in Startup.cs before app.UseStaticFiles :
app.UseWebOptimizer();
3️⃣ Finally add this to ConfigureServices :
services.AddWebOptimizer();
That's it. 🤚🏻
You have now enabled automatic CSS and JavaScript minification. 💎
🔸🔹🔸🔹
Features 🔥 :
• Minification
• Bundling
• Cache Busting
• Inlining Content
• Compiling SCSS
• Compiling LESS
• Compiling TypeScript
https://news.1rj.ru/str/pgimg/60
[ Demo ] : http://bit.do/optde
[ Github ] : http://bit.do/optgit
〰〰〰〰〰〰
#AspMvc #Core #Bundling #Minify
@ProgrammingTip
Telegram
Programming Tips Resources
JavaScript — Double Equals VS Triple Equals ✨
JavaScript has two visually similar, yet very different, ways to test equality. 🤓
You can test equality with == or === 🔅
Triple Equals ✅
When using triple equals === in JavaScript, we are testing for strict equality.
This means both the type and the value we are comparing have to be the same.
Example :
🔹🔸🔹🔸
Double equals ✅
When using double equals in JavaScript we are testing for loose equality.
Double equals also performs type coercion.
Example :
https://news.1rj.ru/str/pgimg/61
[ Article ] : http://bit.do/jseq
〰〰〰〰〰〰
#JavaScript #Equality
@ProgrammingTip
JavaScript has two visually similar, yet very different, ways to test equality. 🤓
You can test equality with == or === 🔅
Triple Equals ✅
When using triple equals === in JavaScript, we are testing for strict equality.
This means both the type and the value we are comparing have to be the same.
Example :
77 === '77'
// false (Number v. String)
🔹🔸🔹🔸
Double equals ✅
When using double equals in JavaScript we are testing for loose equality.
Double equals also performs type coercion.
Example :
77 == '77'
// true
https://news.1rj.ru/str/pgimg/61
[ Article ] : http://bit.do/jseq
〰〰〰〰〰〰
#JavaScript #Equality
@ProgrammingTip
Telegram
Programming Tips Resources
Write tests,
Not too many,
Mostly integration. ✅
A while back, Guillermo Rauch ( Creator of Socket.io ) tweeted something profound :
This is deep, albeit short, so let’s dive in. 🌀
https://news.1rj.ru/str/pgimg/62
[ Article ] : http://bit.do/iut
〰〰〰〰〰〰
#UnitTest
@ProgrammingTip
Not too many,
Mostly integration. ✅
A while back, Guillermo Rauch ( Creator of Socket.io ) tweeted something profound :
Write tests. Not too many. Mostly integration.💎
This is deep, albeit short, so let’s dive in. 🌀
https://news.1rj.ru/str/pgimg/62
[ Article ] : http://bit.do/iut
〰〰〰〰〰〰
#UnitTest
@ProgrammingTip
Telegram
Programming Tips Resources
Forwarded from Code Tweets 🐝
This media is not supported in your browser
VIEW IN TELEGRAM
PopSQL ✨
Modern, collaborative SQL editor for your team. 🗂
🔹Collaborate in realtime, just like a Google Doc
🔹Share queries by URL, and organize them in folders
🔹Visualize your data automatically
🔹Works with many types of databases
https://news.1rj.ru/str/pgimg/65
[ Website ] : popsql.io
〰〰〰〰〰〰
#SQL #Database #Tools
@ProgrammingTip
Modern, collaborative SQL editor for your team. 🗂
🔹Collaborate in realtime, just like a Google Doc
🔹Share queries by URL, and organize them in folders
🔹Visualize your data automatically
🔹Works with many types of databases
https://news.1rj.ru/str/pgimg/65
[ Website ] : popsql.io
〰〰〰〰〰〰
#SQL #Database #Tools
@ProgrammingTip
Telegram
Programming Tips Resources
Axosoft GitKraken: Unleash Your Repo! 🐙
The legendary Git GUI client for Windows, Mac and Linux. 🐧
Axosoft GitKraken is a Git client with efficiency, elegance and reliability at the core. It was made for devs by devs. 🤘
Features
You can do all the standard things you should be able to do with a git client; branching, merging, pulling, pushing, reverting, etc. ✨
The range of options you have for each commit 🔥
🔹 Set Upsteam
🔸 Branch from a historic commit
🔹 Cherrypick from commit
🔸 Revert the commit
🔹 Edit the commit message
🔸 Deleting the commit (and remote versions of it)
🔹 Creating a tag from a commit
https://news.1rj.ru/str/pgimg/66
[Website] : https://gitkraken.com
〰〰〰〰〰〰
#Git #VCS
@ProgrammingTip
The legendary Git GUI client for Windows, Mac and Linux. 🐧
Axosoft GitKraken is a Git client with efficiency, elegance and reliability at the core. It was made for devs by devs. 🤘
Features
You can do all the standard things you should be able to do with a git client; branching, merging, pulling, pushing, reverting, etc. ✨
The range of options you have for each commit 🔥
🔹 Set Upsteam
🔸 Branch from a historic commit
🔹 Cherrypick from commit
🔸 Revert the commit
🔹 Edit the commit message
🔸 Deleting the commit (and remote versions of it)
🔹 Creating a tag from a commit
https://news.1rj.ru/str/pgimg/66
[Website] : https://gitkraken.com
〰〰〰〰〰〰
#Git #VCS
@ProgrammingTip
Telegram
Programming Tips Resources
Import and export in ES6 📚
Export is ES6' way of saying 🗣 :
Import is the opposite, and tries to get code from other modules.
🔹What is modules❓
🔸Diffrence between export and export default
https://news.1rj.ru/str/pgimg/67
[ Article ] : https://goo.gl/EJ3e6H
〰〰〰〰〰〰
#JavaScript #ES6 #Modules
@ProgrammingTip
Export is ES6' way of saying 🗣 :
“Make this code available for other modules.”
Import is the opposite, and tries to get code from other modules.
🔹What is modules❓
🔸Diffrence between export and export default
https://news.1rj.ru/str/pgimg/67
[ Article ] : https://goo.gl/EJ3e6H
〰〰〰〰〰〰
#JavaScript #ES6 #Modules
@ProgrammingTip
Telegram
Programming Tips Resources
NGX Toastr 💎
Easy Toasts for Angular 🅰️
🔹🔸🔹🔸
Features ✨:
• Toast Component Injection without being passed ViewContainerRef
〰〰〰
• No use of *ngFor. Fewer dirty checks and higher performance.
〰〰〰
• AoT compilation and lazy loading compatible
〰〰〰
• Component inheritance for custom toasts
〰〰〰
• SystemJS/UMD rollup bundle
〰〰〰
• Animations using Angular's Web Animations API
〰〰〰
• Output toasts to an optional target directive
〰〰〰
• Individual Options
🔹🔸🔹🔸
https://news.1rj.ru/str/pgimg/68
[ Github ] : http://bit.do/ngxg
[ Demo ] : http://bit.do/ngxd
〰〰〰〰〰〰
#Angular #Notification #Toastr
@ProgrammingTip
Easy Toasts for Angular 🅰️
🔹🔸🔹🔸
Features ✨:
• Toast Component Injection without being passed ViewContainerRef
〰〰〰
• No use of *ngFor. Fewer dirty checks and higher performance.
〰〰〰
• AoT compilation and lazy loading compatible
〰〰〰
• Component inheritance for custom toasts
〰〰〰
• SystemJS/UMD rollup bundle
〰〰〰
• Animations using Angular's Web Animations API
〰〰〰
• Output toasts to an optional target directive
〰〰〰
• Individual Options
🔹🔸🔹🔸
https://news.1rj.ru/str/pgimg/68
[ Github ] : http://bit.do/ngxg
[ Demo ] : http://bit.do/ngxd
〰〰〰〰〰〰
#Angular #Notification #Toastr
@ProgrammingTip
Telegram
Programming Tips Resources
File Ultimate 🔥
File manager control for integrating file browsing, upload & download features into your ASP.NET MVC & WebForms application or site rapidly. 💎
Supports ✨ :
• ASP.NET Web Forms ( C# )
• ASP.NET Web Forms ( VB )
• ASP.NET MVC ( C# )
• ASP.NET MVC ( VB )
Features ⚡️ :
• Browse and manage files with access control.
• Accept files with the advanced upload functionality.
• Offer a structured and neat download area.
• Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos.
🔹🔸🔹🔸
https://news.1rj.ru/str/pgimg/69
[ Github ] : http://bit.do/fgit
[ Demo ] : http://bit.do/fmade
〰〰〰〰〰〰
#AspMvc #FileManager #Uploader
@ProgrammingTip
File manager control for integrating file browsing, upload & download features into your ASP.NET MVC & WebForms application or site rapidly. 💎
Supports ✨ :
• ASP.NET Web Forms ( C# )
• ASP.NET Web Forms ( VB )
• ASP.NET MVC ( C# )
• ASP.NET MVC ( VB )
Features ⚡️ :
• Browse and manage files with access control.
• Accept files with the advanced upload functionality.
• Offer a structured and neat download area.
• Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos.
🔹🔸🔹🔸
https://news.1rj.ru/str/pgimg/69
[ Github ] : http://bit.do/fgit
[ Demo ] : http://bit.do/fmade
〰〰〰〰〰〰
#AspMvc #FileManager #Uploader
@ProgrammingTip
Telegram
Programming Tips Resources
Cool, the " Ranges " feature is planned for C# 7.3❗️
[ Github ] : http://bit.do/csran
〰〰〰〰〰〰
#CSharp
@ProgrammingTip
[ Github ] : http://bit.do/csran
〰〰〰〰〰〰
#CSharp
@ProgrammingTip
What is Dynamic Proxy❓
A proxy, in its most general form, is a class functioning as an interface to something else. ↗️
The proxy could interface to anything :
• A network connection 🌐
• A large object in memory 🗂
• A file 📄
• Some other resource that is expensive or impossible to duplicate. 💸
🔹🔸🔹🔸🔹🔸
One way of thinking about proxies, is by the analogy to The Matrix 🕶 by Krzysztof Koźmic 🤔 :
A dynamic proxy is a proxy that is generated on the fly at runtime. ✅
https://news.1rj.ru/str/pgimg/70
〰〰〰〰〰〰
#Proxy #DynamicProxy
@ProgrammingTip
A proxy, in its most general form, is a class functioning as an interface to something else. ↗️
The proxy could interface to anything :
• A network connection 🌐
• A large object in memory 🗂
• A file 📄
• Some other resource that is expensive or impossible to duplicate. 💸
🔹🔸🔹🔸🔹🔸
One way of thinking about proxies, is by the analogy to The Matrix 🕶 by Krzysztof Koźmic 🤔 :
“People in the matrix aren’t the actual people ( “The spoon does not exist”, remember❓)
They’re proxies to the actual people that can be… wherever.🌍
They look like ones, they behave like ones, but at the same time, they are not them actually.🙅🏻♂️
Another implication is the fact that different rules apply to proxies.✳️
Proxies can be what the proxied objects are, but they can be more (flying, running away from bullets, that kind of stuff).✈️
One more important thing, is that proxies ultimately delegate the behavior to the actual objects behind them (kind of like – “if you’re killed in the matrix, you die in the real life as well”☠️).”
A dynamic proxy is a proxy that is generated on the fly at runtime. ✅
https://news.1rj.ru/str/pgimg/70
〰〰〰〰〰〰
#Proxy #DynamicProxy
@ProgrammingTip
Telegram
Programming Tips Resources