
thecodebarbarian.wordpress.com
The Code Barbarian | The software development blog of Valeri KarpovThe software development blog of Valeri Karpov
http://thecodebarbarian.wordpress.com/
The software development blog of Valeri Karpov
http://thecodebarbarian.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
1 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
22
SSL
EXTERNAL LINKS
19
SITE IP
192.0.78.12
LOAD TIME
1 sec
SCORE
6.2
The Code Barbarian | The software development blog of Valeri Karpov | thecodebarbarian.wordpress.com Reviews
https://thecodebarbarian.wordpress.com
The software development blog of Valeri Karpov
May | 2014 | The Code Barbarian
https://thecodebarbarian.wordpress.com/2014/05
The software development blog of Valeri Karpov. Monthly Archives: May 2014. What’s New in Mongoose 3.8.9. May 9, 2014. I have an important announcement to make: over the last couple weeks I’ve been taking over maintaining mongoose. The popular MongoDB/NodeJS ODM. I have some very big shoes to fill, Aaron Heckmann. On to what’s new in 3.8.9. Support for Text Search in MongoDB 2.6.x. As I mentioned in my post on text search. Which went into mquery 0.6.0, allows you to use the new $meta. MyModel.aggrega...
Mistakes You’re Probably Making With MongooseJS, And How To Fix Them | The Code Barbarian
https://thecodebarbarian.wordpress.com/2013/06/06/61/comment-page-1
The software development blog of Valeri Karpov. Mistakes You’re Probably Making With MongooseJS, And How To Fix Them. June 6, 2013. A route that pulls a document by its ID will look something like this:. Appget('/document/:id', function(req, res) { db.collection('documents', function(error, collection) { collection.findOne({ id : collection.db.bson serializer.ObjectID.createFromHexString(req.params.id) }, function(error, document) { if (error! In my first post. A Model is an object that gives you easy ac...
The Code Barbarian | The software development blog of Valeri Karpov | Page 2
https://thecodebarbarian.wordpress.com/page/2
The software development blog of Valeri Karpov. A NodeJS Perspective on What’s New in MongoDB 2.6, Part II: Aggregation $out. April 25, 2014. Grouping all the data for a single page into one document makes understanding and debugging the page much simpler. A place where the one document per page heuristic is particularly relevant is on pages that display historical data. Loading a single user object is fast and simple, but running an aggregation. However, before MongoDB 2.6, shipping the results of a...
Introduction to the MEAN Stack, Part One: Setting Up Your Tools | The Code Barbarian
https://thecodebarbarian.wordpress.com/2013/07/22/introduction-to-the-mean-stack-part-one-setting-up-your-tools
The software development blog of Valeri Karpov. Introduction to the MEAN Stack, Part One: Setting Up Your Tools. July 22, 2013. We’ll start by installing all of our tools. NodeJS and MongoDB are designed to be as close to operating system independent as possible and we will be covering three of the most common operating systems here – OSX, Windows 7/8, and Ubuntu. The one tool that you’ll need to get started is a. Comes with git bash, which is the tool that I currently prefer. Sudo brew install mongodb.
The MEAN Stack: MongoDB, ExpressJS, AngularJS, and Node.js | The Code Barbarian
https://thecodebarbarian.wordpress.com/2013/04/29/easy-web-prototyping-with-mongodb-and-nodejs
The software development blog of Valeri Karpov. The MEAN Stack: MongoDB, ExpressJS, AngularJS, and Node.js. April 29, 2013. This post was featured as a guest blog for MongoDB on April 30th 2013, which can be found here. And can confidently say that there is no reason to use anything else for your next hackathon or REST API hack. At this point I should note that to get the most out of MongoDB in your MEAN stack, you’re going to want to take advantage of MongooseJS. Function(req, res) { user.profile = ...
TOTAL PAGES IN THIS WEBSITE
22
The Code Attic | Storing all the lessons I've learned coding SharePoint and .NET.
Storing all the lessons I've learned coding SharePoint and .NET. How to describe Sitecore to a SharePoint guy? April 29, 2013. I have kicked off a new series of posts this week, on Paragon’s. Blog This series explains a competitive web content management platform Sitecore. To a SharePoint user. The first post is called “How to describe Sitecore to a SharePoint Guy”. And can be read in its entirety at http:/ sitecorecleveland.com/resources/blogs-posts/how to describe sitecore to a sharepoint guy. For the ...
The Code Authors | Teaching computers how to behave
Type your search terms above and press return to see the search results. Teaching computers how to behave. November 7, 2014. How to base 64 encode a string in C# and why would you do that. For quick testing your encoding and decoding you can check the following site. Https:/ www.base64encode.org/. Https:/ www.base64decode.org/. So for scott as a user we need to set the following header in the http request headers. You can easily reverse the hash to original user name and password. Really? The Microsoft E...
Welcome to nginx on Ubuntu!
Welcome to nginx on Ubuntu! If you see this page, the nginx web server is successfully installed and working on Ubuntu. Further configuration is required. For online documentation and support please refer to nginx.org. Tool to report bugs in the nginx package with Ubuntu. However, check existing bug reports. Before reporting a new bug. Thank you for using Ubuntu and nginx.
Mobile apps - The Code Bakers
Portal de desenvolvimento mobile. Cursos e tutoriais gratuitos. Sábado, 23 de novembro de 2013. Os ventos da mudança continuam. Os ventos da mudança continuam a agitar o TCB! Eis as primeiras novidades: Os cursos serão atualizados, e vamos reformular o fórum TCB. Mantenha-se conectado com o estado da arte em tecnologia mobile! Postado por Cleuton Sampaio. Compartilhar com o Pinterest. Sexta-feira, 22 de novembro de 2013. Os ventos da mudança chegaram ao TCB! Postado por Cleuton Sampaio. Que seria uma evo...
The Code Barbarian | www.thecodebarbarian.com
An 80/20 Guide to Mongoose Discriminators. July 24, 2015. All Time Most Popular. Introduction to the MEAN Stack, Part One: Setting Up Your Tools. The 80/20 Guide to Writing AngularJS Directives. Introduction to the MEAN Stack, Part Two: Building and Testing a To-do List. How to Easily Validate Any Form Ever Using AngularJS. Crunching NBA Finals History with MongoDB. June 26, 2015. The NBA Finals just concluded last week, and LeBron James officially has. June 12, 2015. May 08, 2015. April 24, 2015.
thecodebarbarian.wordpress.com
The Code Barbarian | The software development blog of Valeri Karpov
The software development blog of Valeri Karpov. Static Site Generators are Overkill. February 6, 2015. This post is available at http:/ thecodebarbarian.com/2015/02/06/static site generators. An 80/20 Guide to AngularJS HTTP Interceptors. January 23, 2015. Post available at http:/ thecodebarbarian.com/2015/01/24/angularjs-interceptors. Creating REST APIs and Clients with LoopBack and AngularJS. January 16, 2015. This post is available at http:/ thecodebarbarian.com/2015/01/17/angularjs-loopback. Assuming...
Domain is Parked
thecodebeach
The Code Beautiful
Elegant succinct code for everyday use. Swap 2 Variables Without a 3rd Variable. A =b =a =b. Jimmy C. pointed me to this little gem of obfuscated code that uses XOR to swap 2 variables without the need of a 3rd/temp variable. Walking through the code:. Variable a holds the ‘temp’ XOR value and then XOR it back again. Go bitwise ops! Note: In Python and Ruby, you can do. Number = (number 1) % total number to iterate over. Try this on array elements for an endless circular loop. 1 ⁄ 1.
Code Bee
Code Bee - Blog about my learnings and experiences with various web / mobile development experiements using Angular, Firebase, Ionic, Chatbots powered by different AI providers and Alexa Skill Kit. Creator, Programmer, Blogger. Simple steps to add Font Awesome, jQuery and Bootstrap4 to an AngularCLI project. Posted by Code Bee on April 2, 2017. Material Design in Angular Application. Posted by Code Bee on March 4, 2017. Frequently used Markdown commands. Posted by Code Bee on March 3, 2017.
the code beetle | business systems analysis | software remediation | application prototyping | web coding
A little about what I do. Prior to pursuing a career in the computer industry I enjoyed, usually, 18 years in management. This ranged from food service, micro-film, audio-visual and ceramics. While I was with IBM I had the opportunity to work as the Team Lead on a number of projects. Technical Business Systems Analyst. In creating a prototype you can gain valuable insight into what the final product may actually look like. You can eliminate problems before getting too deep into the programming and av...
SOCIAL ENGAGEMENT